Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::XalanSourceTreeDOMSupport Class Reference

#include <xalanc/XalanSourceTree/XalanSourceTreeDOMSupport.hpp>

Inheritance diagram for xalanc::XalanSourceTreeDOMSupport:
[legend]
Collaboration diagram for xalanc::XalanSourceTreeDOMSupport:
[legend]

Public Member Functions

 XalanSourceTreeDOMSupport ()
 
 XalanSourceTreeDOMSupport (const XalanSourceTreeParserLiaison &theParserLiaison)
 
virtual ~XalanSourceTreeDOMSupport ()
 
virtual void reset ()
 
virtual const XalanDOMStringgetUnparsedEntityURI (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 XalanSourceTreeParserLiaisongetParserLiaison () const
 
void setParserLiaison (const XalanSourceTreeParserLiaison *theParserLiaison)
 
- Public Member Functions inherited from xalanc::DOMSupport
 DOMSupport ()
 
virtual ~DOMSupport ()
 

Detailed Description

Definition at line 40 of file XalanSourceTreeDOMSupport.hpp.

Constructor & Destructor Documentation

◆ XalanSourceTreeDOMSupport() [1/2]

xalanc::XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport ( )

◆ XalanSourceTreeDOMSupport() [2/2]

xalanc::XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport ( const XalanSourceTreeParserLiaison theParserLiaison)

◆ ~XalanSourceTreeDOMSupport()

virtual xalanc::XalanSourceTreeDOMSupport::~XalanSourceTreeDOMSupport ( )
virtual

Member Function Documentation

◆ getParserLiaison()

const XalanSourceTreeParserLiaison* xalanc::XalanSourceTreeDOMSupport::getParserLiaison ( ) const
inline

Definition at line 67 of file XalanSourceTreeDOMSupport.hpp.

◆ getUnparsedEntityURI()

virtual const XalanDOMString& xalanc::XalanSourceTreeDOMSupport::getUnparsedEntityURI ( const XalanDOMString theName,
const XalanDocument theDocument 
) const
virtual

Retrieves the URI of the named unparsed entity from the supplied document.

Parameters
theNameThe name of the entity
theDocumentThe document that contains the entity
Returns
The URI of the entity

Implements xalanc::DOMSupport.

Reimplemented in xalanc::XalanDefaultParsedSourceDOMSupport.

◆ isNodeAfter()

virtual bool xalanc::XalanSourceTreeDOMSupport::isNodeAfter ( const XalanNode node1,
const XalanNode node2 
) const
virtual

Determine if a node is after another node, in document order.

Parameters
node1The first node
node2The second node
Returns
true if node1 one is after node2, or false if it is not.

Implements xalanc::DOMSupport.

Reimplemented in xalanc::XalanDefaultParsedSourceDOMSupport.

◆ reset()

virtual void xalanc::XalanSourceTreeDOMSupport::reset ( )
virtual

◆ setParserLiaison()

void xalanc::XalanSourceTreeDOMSupport::setParserLiaison ( const XalanSourceTreeParserLiaison theParserLiaison)
inline

Definition at line 73 of file XalanSourceTreeDOMSupport.hpp.


The documentation for this class was generated from the following file: