22module
com { module sun { module star { module xml { module sax {
encapsulates the details of an XML parse error or warning.
Definition SAXException.idl:38
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
specifies an element's attributes.
Definition XAttributeList.idl:38
void ignorableWhitespace([in] string aWhitespaces)
receives notification of white space that can be ignored.
void processingInstruction([in] string aTarget, [in] string aData)
receives notification of a processing instruction.
void setDocumentLocator([in] com::sun::star::xml::sax::XLocator xLocator)
receives an object for locating the origin of SAX document events.
void endElement([in] string aName)
receives notification of the end of an element.
void characters([in] string aChars)
receives notification of character data.
void startDocument()
receives notification of the beginning of a document.
void endDocument()
receives notification of the end of a document.
void startElement([in] string aName, [in] com::sun::star::xml::sax::XAttributeList xAttribs)
receives notification of the beginning of an element .
makes it possible to associate a SAX event with a document location.
Definition XLocator.idl:31
SAX interfaces.
Definition modules.idl:428
XML related interfaces.
Definition DependencyException.idl:20
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20