Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DOMSupport Class Reference

#include <DOMSupport.hpp>

Inheritance diagram for DOMSupport

Inheritance graph

[legend]
Collaboration diagram for DOMSupport:

Collaboration graph

[legend]
List of all members.

Public Methods


Constructor & Destructor Documentation

DOMSupport::DOMSupport ( )
 

virtual DOMSupport::~DOMSupport ( ) [virtual]
 


Member Function Documentation

const XalanDOMString * DOMSupport::getNamespaceForPrefix ( const XalanDOMString & prefix,
const XalanElement & namespaceContext ) const [pure virtual]
 

Retrieve the URI corresponding to a namespace prefix.

Parameters:
prefix   prefix for a namespace
Returns:
URI corresponding to namespace

Reimplemented in DOMSupportDefault, XalanDefaultParsedSourceDOMSupport, XalanSourceTreeDOMSupport, and XercesDOMSupport.

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

Reimplemented in DOMSupportDefault, XalanDefaultParsedSourceDOMSupport, XalanSourceTreeDOMSupport, and XercesDOMSupport.

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.

Reimplemented in DOMSupportDefault, XalanDefaultParsedSourceDOMSupport, XalanSourceTreeDOMSupport, and XercesDOMSupport.

virtual void DOMSupport::reset ( ) [pure virtual]
 

Reset the instance.

Reimplemented from Resettable.

Reimplemented in DOMSupportDefault, XalanDefaultParsedSourceDOMSupport, XalanSourceTreeDOMSupport, 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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.