Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.9

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DOMSupport Class Reference

Inheritance diagram for DOMSupport:

Inheritance graph
[legend]
List of all members.

Public Member Functions


Constructor & Destructor Documentation

DOMSupport::DOMSupport  ) 
 

virtual DOMSupport::~DOMSupport  )  [virtual]
 


Member Function Documentation

virtual const XalanDOMString& DOMSupport::getUnparsedEntityURI const XalanDOMString theName,
const XalanDocument theDocument
const [pure virtual]
 

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

Implemented in DOMSupportDefault, XalanSourceTreeDOMSupport, XalanDefaultParsedSourceDOMSupport, and XercesDOMSupport.

virtual bool DOMSupport::isNodeAfter const XalanNode node1,
const XalanNode node2
const [pure 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.

Implemented in DOMSupportDefault, XalanSourceTreeDOMSupport, XalanDefaultParsedSourceDOMSupport, and XercesDOMSupport.

virtual void DOMSupport::reset  )  [pure virtual]
 

Implemented in DOMSupportDefault, XalanSourceTreeDOMSupport, XalanDefaultParsedSourceDOMSupport, and XercesDOMSupport.


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.

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