This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment. More...
#include <FormatterToDeprecatedXercesDOM.hpp>
Inherits FormatterListener.

This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
It is provided as assist developers transition away from the deprecated DOM.
Definition at line 68 of file FormatterToDeprecatedXercesDOM.hpp.
| FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM | ( | DOM_Document_Type & | doc, | |
| DOM_DocumentFragmentType & | docFrag, | |||
| DOM_ElementType & | currentElement | |||
| ) |
Construct a FormatterToDeprecatedXercesDOM instance.
it will add the DOM nodes to the document fragment.
| doc | document for nodes | |
| docFrag | document fragment for nodes | |
| currentElement | current element for nodes |
| FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM | ( | DOM_Document_Type & | doc, | |
| DOM_ElementType & | currentElement | |||
| ) |
Construct a FormatterToDeprecatedXerces DOM instance.
it will add the DOM nodes to the document.
| doc | document for nodes | |
| elem | current element for nodes |
| FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM | ( | DOM_Document_Type & | doc | ) |
Construct a FormatterToDeprecatedXercesDOM instance.
it will add the DOM nodes to the document.
| doc | document for nodes |
| virtual FormatterToDeprecatedXercesDOM::~FormatterToDeprecatedXercesDOM | ( | ) | [virtual] |
| virtual void FormatterToDeprecatedXercesDOM::cdata | ( | const XMLCh *const | ch, | |
| const unsigned int | length | |||
| ) | [virtual] |
| virtual void FormatterToDeprecatedXercesDOM::characters | ( | const XMLCh *const | chars, | |
| const unsigned int | length | |||
| ) | [virtual] |
| virtual void FormatterToDeprecatedXercesDOM::charactersRaw | ( | const XMLCh *const | chars, | |
| const unsigned int | length | |||
| ) | [virtual] |
| virtual void FormatterToDeprecatedXercesDOM::comment | ( | const XMLCh *const | data | ) | [virtual] |
Called when a Comment is to be constructed.
| data | pointer to comment data |
| SAXException |
Implements FormatterListener.
| virtual void FormatterToDeprecatedXercesDOM::endDocument | ( | ) | [virtual] |
Implements FormatterListener.
| virtual void FormatterToDeprecatedXercesDOM::endElement | ( | const XMLCh *const | name | ) | [virtual] |
Implements FormatterListener.
| virtual void FormatterToDeprecatedXercesDOM::entityReference | ( | const XMLCh *const | name | ) | [virtual] |
Receive notification of a entityReference.
| data | pointer to characters from the XML document |
| SAXException |
Implements FormatterListener.
| DOM_ElementType FormatterToDeprecatedXercesDOM::getCurrentElement | ( | ) | const [inline] |
Definition at line 190 of file FormatterToDeprecatedXercesDOM.hpp.
| DOM_Document_Type FormatterToDeprecatedXercesDOM::getDocument | ( | ) | const [inline] |
Definition at line 166 of file FormatterToDeprecatedXercesDOM.hpp.
| DOM_DocumentFragmentType FormatterToDeprecatedXercesDOM::getDocumentFragment | ( | ) | const [inline] |
Definition at line 178 of file FormatterToDeprecatedXercesDOM.hpp.
| virtual void FormatterToDeprecatedXercesDOM::ignorableWhitespace | ( | const XMLCh *const | chars, | |
| const unsigned int | length | |||
| ) | [virtual] |
| virtual void FormatterToDeprecatedXercesDOM::processingInstruction | ( | const XMLCh *const | target, | |
| const XMLCh *const | data | |||
| ) | [virtual] |
Implements FormatterListener.
| virtual void FormatterToDeprecatedXercesDOM::resetDocument | ( | ) | [virtual] |
Implements FormatterListener.
| void FormatterToDeprecatedXercesDOM::setCurrentElement | ( | DOM_ElementType & | theElement | ) | [inline] |
Definition at line 196 of file FormatterToDeprecatedXercesDOM.hpp.
| void FormatterToDeprecatedXercesDOM::setDocument | ( | DOM_Document_Type & | theDocument | ) | [inline] |
Definition at line 172 of file FormatterToDeprecatedXercesDOM.hpp.
| void FormatterToDeprecatedXercesDOM::setDocumentFragment | ( | DOM_DocumentFragmentType & | theDocumentFragment | ) | [inline] |
Definition at line 184 of file FormatterToDeprecatedXercesDOM.hpp.
| virtual void FormatterToDeprecatedXercesDOM::setDocumentLocator | ( | const Locator *const | locator | ) | [virtual] |
Implements FormatterListener.
| virtual void FormatterToDeprecatedXercesDOM::startDocument | ( | ) | [virtual] |
Implements FormatterListener.
| virtual void FormatterToDeprecatedXercesDOM::startElement | ( | const XMLCh *const | name, | |
| AttributeListType & | attrs | |||
| ) | [virtual] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|