Public Member Functions | |
DOMSupport () | |
virtual | ~DOMSupport () |
virtual void | reset ()=0 |
virtual const XalanDOMString & | getUnparsedEntityURI (const XalanDOMString &theName, const XalanDocument &theDocument) const =0 |
Retrieves the URI of the named unparsed entity from the supplied document. | |
virtual bool | isNodeAfter (const XalanNode &node1, const XalanNode &node2) const =0 |
Determine if a node is after another node, in document order. |
DOMSupport::DOMSupport | ( | ) |
|
virtual |
|
pure virtual |
Retrieves the URI of the named unparsed entity from the supplied document.
theName | The name of the entity |
theDocument | The document that contains the entity |
Implemented in XalanDefaultParsedSourceDOMSupport, DOMSupportDefault, XalanSourceTreeDOMSupport, and XercesDOMSupport.
|
pure virtual |
Determine if a node is after another node, in document order.
node1 | The first node |
node2 | The second node |
Implemented in XalanDefaultParsedSourceDOMSupport, DOMSupportDefault, XalanSourceTreeDOMSupport, and XercesDOMSupport.
|
pure virtual |
Implemented in XalanDefaultParsedSourceDOMSupport, DOMSupportDefault, XalanSourceTreeDOMSupport, and XercesDOMSupport.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|