Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | List of all members
XercesDOMSupport Class Reference
Inheritance diagram for XercesDOMSupport:
DOMSupport

Public Member Functions

 XercesDOMSupport (MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
 
virtual ~XercesDOMSupport ()
 
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 DOMSupport
 DOMSupport ()
 
virtual ~DOMSupport ()
 

Constructor & Destructor Documentation

XercesDOMSupport::XercesDOMSupport ( MemoryManagerType &theManager  XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR)
virtual XercesDOMSupport::~XercesDOMSupport ( )
virtual

Member Function Documentation

virtual const XalanDOMString& XercesDOMSupport::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 DOMSupport.

virtual bool XercesDOMSupport::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 DOMSupport.

virtual void XercesDOMSupport::reset ( )
virtual

Implements DOMSupport.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo