:: com :: sun :: star :: xml ::

module input

Services
SaxDocumentHandler This service helps parsing files by providing a SAX document handler interface for a SAX parsers. You have to instantiate this service passing an XRoot instance. @internal
Interfaces
XAttributes An element's attributes @internal
XElement Capsule around an XML element. @internal
XNamespaceMapping Interface to map XML namespace URI strings to ordinals (URI-id, short uid). @internal
XRoot Root interface being passed to SaxDocumentHandler service upon instantiation. @internal
Top of Page