#include <xalanc/XalanTransformer/XalanDefaultParsedSource.hpp>
|
| XalanDefaultParsedSourceDOMSupport (const XalanSourceTreeParserLiaison &theParserLiaison, const XalanSourceTreeDOMSupport &theDOMSupport) |
|
virtual | ~XalanDefaultParsedSourceDOMSupport () |
|
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.
|
|
virtual bool | isNodeAfter (const XalanNode &node1, const XalanNode &node2) const |
| Determine if a node is after another node, in document order.
|
|
| 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.
|
|
virtual bool | isNodeAfter (const XalanNode &node1, const XalanNode &node2) const |
| Determine if a node is after another node, in document order.
|
|
const XalanSourceTreeParserLiaison * | getParserLiaison () const |
|
void | setParserLiaison (const XalanSourceTreeParserLiaison *theParserLiaison) |
|
| 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.
|
|
◆ XalanDefaultParsedSourceDOMSupport()
◆ ~XalanDefaultParsedSourceDOMSupport()
virtual xalanc::XalanDefaultParsedSourceDOMSupport::~XalanDefaultParsedSourceDOMSupport |
( |
| ) |
|
|
virtual |
◆ getUnparsedEntityURI()
Retrieves the URI of the named unparsed entity from the supplied document.
- Parameters
-
theName | The name of the entity |
theDocument | The document that contains the entity |
- Returns
- The URI of the entity
Reimplemented from xalanc::XalanSourceTreeDOMSupport.
◆ isNodeAfter()
virtual bool xalanc::XalanDefaultParsedSourceDOMSupport::isNodeAfter |
( |
const XalanNode & |
node1, |
|
|
const XalanNode & |
node2 |
|
) |
| const |
|
virtual |
Determine if a node is after another node, in document order.
- Parameters
-
node1 | The first node |
node2 | The second node |
- Returns
- true if node1 one is after node2, or false if it is not.
Reimplemented from xalanc::XalanSourceTreeDOMSupport.
◆ reset()
virtual void xalanc::XalanDefaultParsedSourceDOMSupport::reset |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: