|
Xalan-C++ API Reference
1.12.0
|
#include <xalanc/DOMSupport/DOMSupport.hpp>
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. More... | |
| virtual bool | isNodeAfter (const XalanNode &node1, const XalanNode &node2) const =0 |
| Determine if a node is after another node, in document order. More... | |
Definition at line 41 of file DOMSupport.hpp.
| xalanc::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 xalanc::DOMSupportDefault, xalanc::XalanDefaultParsedSourceDOMSupport, xalanc::XalanSourceTreeDOMSupport, and xalanc::XercesDOMSupport.
|
pure virtual |
Determine if a node is after another node, in document order.
| node1 | The first node |
| node2 | The second node |
Implemented in xalanc::DOMSupportDefault, xalanc::XalanDefaultParsedSourceDOMSupport, xalanc::XalanSourceTreeDOMSupport, and xalanc::XercesDOMSupport.
|
pure virtual |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:30 for Xalan-C++ API Reference by
1.8.17