#include <XalanSourceTreeDOMSupport.hpp>
Inherits DOMSupport.
Inherited by XalanDefaultParsedSourceDOMSupport.
Public Member Functions | |
XalanSourceTreeDOMSupport () | |
XalanSourceTreeDOMSupport (const XalanSourceTreeParserLiaison &theParserLiaison) | |
virtual | ~XalanSourceTreeDOMSupport () |
virtual void | reset () |
virtual const XalanDOMString & | getUnparsedEntityURI (const XalanDOMString &theName, const XalanDocument &theDocument) const |
Retrieves the URI of the named unparsed entity from the supplied document. More... | |
virtual bool | isNodeAfter (const XalanNode &node1, const XalanNode &node2) const |
Determine if a node is after another node, in document order. More... | |
const XalanSourceTreeParserLiaison * | getParserLiaison () const |
void | setParserLiaison (const XalanSourceTreeParserLiaison *theParserLiaison) |
![]() | |
DOMSupport () | |
virtual | ~DOMSupport () |
Definition at line 40 of file XalanSourceTreeDOMSupport.hpp.
XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport | ( | ) |
XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport | ( | const XalanSourceTreeParserLiaison & | theParserLiaison | ) |
|
virtual |
|
inline |
Definition at line 67 of file XalanSourceTreeDOMSupport.hpp.
|
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 |
Implements DOMSupport.
Reimplemented in XalanDefaultParsedSourceDOMSupport.
|
virtual |
Determine if a node is after another node, in document order.
node1 | The first node |
node2 | The second node |
Implements DOMSupport.
Reimplemented in XalanDefaultParsedSourceDOMSupport.
|
virtual |
Implements DOMSupport.
Reimplemented in XalanDefaultParsedSourceDOMSupport.
|
inline |
Definition at line 73 of file XalanSourceTreeDOMSupport.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|