Methods' Details |
startFastElement
- Description
- receives notification of the beginning of an element .
- Parameter Element
- contains the integer token from the XFastTokenHandler
registered at the XFastParser.
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.
- Parameter Attribs
- Contains a ::XFastAttrbitueList to access the attributes
from the element.
|
|
startUnknownElement
- Description
- receives notification of the beginning of an unknown element .
- Parameter Namespace
- contains the namespace url (not the prefix!) of this element.
- Parameter Name
- contains the elements local name.
- Parameter Attribs
- Contains a ::XFastAttrbitueList to access the attributes
from the element.
|
|
endFastElement
void |
endFastElement( |
[in] long |
Element ) |
raises( |
SAXException ); |
- Description
- receives notification of the end of an known element.
- See also
- startFastElement
|
|
endUnknownElement
void |
endUnknownElement( |
[in] string |
Namespace, |
| [in] string |
Name ) |
raises( |
SAXException ); |
- Description
- receives notification of the end of an known element.
- See also
- startUnknownElement
|
|
createFastChildContext
- Description
- receives notification of the beginning of a known child element.
- Parameter Element
- contains the integer token from the XFastTokenHandler
registered at the XFastParser.
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.
- Parameter Attribs
- Contains a ::XFastAttrbitueList to access the attributes
from the element.
|
|
createUnknownChildContext
- Description
- receives notification of the beginning of a unknown child element .
- Parameter Namespace
- contains the namespace url (not the prefix!) of this element.
- Parameter Name
- contains the elements local name.
- Parameter Attribs
- Contains a ::XFastAttrbitueList to access the attributes
the element.
|
|
characters
void |
characters( |
[in] string |
aChars ) |
raises( |
SAXException ); |
- Description
- receives notification of character data.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.