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

#include <xalanc/XalanTransformer/XalanDefaultParsedSource.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 46 of file XalanDefaultParsedSource.hpp.

Constructor & Destructor Documentation

◆ XalanDefaultParsedSourceDOMSupport()

xalanc::XalanDefaultParsedSourceDOMSupport::XalanDefaultParsedSourceDOMSupport ( const XalanSourceTreeParserLiaison theParserLiaison,
const XalanSourceTreeDOMSupport theDOMSupport 
)

◆ ~XalanDefaultParsedSourceDOMSupport()

virtual xalanc::XalanDefaultParsedSourceDOMSupport::~XalanDefaultParsedSourceDOMSupport ( )
virtual

Member Function Documentation

◆ getUnparsedEntityURI()

virtual const XalanDOMString& xalanc::XalanDefaultParsedSourceDOMSupport::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

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
node1The first node
node2The 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

Reimplemented from xalanc::XalanSourceTreeDOMSupport.


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