Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
DOMSupport Class Referenceabstract

#include <DOMSupport.hpp>

Inherited by DOMSupportDefault, XalanSourceTreeDOMSupport, and XercesDOMSupport.

Public Member Functions

 DOMSupport ()
 
virtual ~DOMSupport ()
 
virtual void reset ()=0
 
virtual const XalanDOMStringgetUnparsedEntityURI (const XalanDOMString &theName, const XalanDocument &theDocument) const =0
 Retrieves the URI of the named unparsed entity from the supplied document. More...
 
virtual bool isNodeAfter (const XalanNode &node1, const XalanNode &node2) const =0
 Determine if a node is after another node, in document order. More...
 

Detailed Description

Definition at line 41 of file DOMSupport.hpp.

Constructor & Destructor Documentation

◆ DOMSupport()

DOMSupport::DOMSupport ( )

◆ ~DOMSupport()

virtual DOMSupport::~DOMSupport ( )
virtual

Member Function Documentation

◆ getUnparsedEntityURI()

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
theNameThe name of the entity
theDocumentThe document that contains the entity
Returns
The URI of the entity

Implemented in DOMSupportDefault, XalanDefaultParsedSourceDOMSupport, XalanSourceTreeDOMSupport, and XercesDOMSupport.

◆ isNodeAfter()

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
node1The first node
node2The second node
Returns
true if node1 one is after node2, or false if it is not.

Implemented in DOMSupportDefault, XalanDefaultParsedSourceDOMSupport, XalanSourceTreeDOMSupport, and XercesDOMSupport.

◆ reset()

virtual void DOMSupport::reset ( )
pure virtual

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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo