receives notification of sax document events from a XFastParser.
More...
|
void | startFastElement ([in] long Element, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException ) |
| receives notification of the beginning of an element .
|
|
void | startUnknownElement ([in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException ) |
| receives notification of the beginning of an unknown element .
|
|
void | endFastElement ([in] long Element) raises ( com::sun::star::xml::sax::SAXException ) |
| receives notification of the end of a known element.
|
|
void | endUnknownElement ([in] string Namespace, [in] string Name) raises ( com::sun::star::xml::sax::SAXException ) |
| receives notification of the end of a known element.
|
|
XFastContextHandler | createFastChildContext ([in] long Element, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException ) |
| receives notification of the beginning of a known child element.
|
|
XFastContextHandler | createUnknownChildContext ([in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs) raises ( com::sun::star::xml::sax::SAXException ) |
| receives notification of the beginning of an unknown child element .
|
|
void | characters ([in] string aChars) raises ( com::sun::star::xml::sax::SAXException ) |
| receives notification of character data.
|
|
any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object.
|
|
void | acquire () |
| increases the reference counter by one.
|
|
void | release () |
| decreases the reference counter by one.
|
|
receives notification of sax document events from a XFastParser.
- See also
- XFastDocumentHandler
◆ characters()
receives notification of character data.
◆ createFastChildContext()
receives notification of the beginning of a known child element.
- Parameters
-
If the element has a namespace that was registered with the XFastParser, Element
contains the integer token of the elements local name from the XFastTokenHandler and the integer token of the namespace combined with an arithmetic or operation.
- Parameters
-
◆ createUnknownChildContext()
receives notification of the beginning of an unknown child element .
- Parameters
-
Namespace | contains the namespace url (not the prefix!) of this element. |
Name | contains the elements local name. |
Attribs | Contains a XFastAttributeList to access the attributes the element. |
◆ endFastElement()
◆ endUnknownElement()
◆ startFastElement()
receives notification of the beginning of an element .
- Parameters
-
If the element has a namespace that was registered with the XFastParser, Element
contains the integer token of the elements local name from the XFastTokenHandler and the integer token of the namespace combined with an arithmetic or operation.
- Parameters
-
◆ startUnknownElement()
receives notification of the beginning of an unknown element .
- Parameters
-
Namespace | contains the namespace url (not the prefix!) of this element. |
Name | contains the elements local name. |
Attribs | Contains a XFastAttributeList to access the attributes from the element. |
The documentation for this interface was generated from the following file: