20module
com { module sun { module star { module xml { module csax {
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
A compressed XDocumentHandler interface.
Definition XCompressedDocumentHandler.idl:34
void compressedCharacters([in] string aChars)
void compressedSetDocumentLocator([in] long columnNumber, [in] long lineNumber, [in] string publicId, [in] string systemId)
void compressedStartDocument()
void compressedIgnorableWhitespace([in] string aWhitespaces)
void compressedProcessingInstruction([in] string aTarget, [in] string aData)
void compressedStartElement([in] string aName, [in] sequence< XMLAttribute > aAttributes)
void compressedEndElement([in] string aName)
void compressedEndDocument()
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
A struct to keep information of an element's attribute.
Definition XMLAttribute.idl:26