Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

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

DOMSupport Class Reference

#include <DOMSupport.hpp>

Inheritance diagram for DOMSupport:

Resettable DOMSupportDefault XercesDOMSupport Collaboration diagram for DOMSupport:

List of all members.

Public Methods


Detailed Description


Constructor & Destructor Documentation

DOMSupport::DOMSupport ()

virtual DOMSupport::~DOMSupport () [virtual]


Member Function Documentation

XalanDOMString DOMSupport::getExpandedAttributeName ( const XalanAttr & attr) const [pure virtual]

Retrieves expanded name of a DOM attribute, including namespace.

Parameters:
attr   DOM attribute queried
Returns:
expanded name corresponding to 'attr'

Reimplemented in DOMSupportDefault, and XercesDOMSupport.

XalanDOMString DOMSupport::getExpandedElementName ( const XalanElement & elem) const [pure virtual]

Retrieves expanded name of a DOM element, including namespace.

Parameters:
elem   DOM element queried
Returns:
expanded name corresponding to 'elem'

Reimplemented in DOMSupportDefault, and XercesDOMSupport.

XalanDOMString DOMSupport::getNamespaceOfNode ( const XalanNode & theNode) const [pure virtual]

Retrieve namespace corresponding to a DOM node.

Parameters:
theNode   DOM node whose namespace is queried
Returns:
namespace corresponding to 'theNode'

Reimplemented in DOMSupportDefault, and XercesDOMSupport.

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

Reset the instance.

Reimplemented from Resettable.

Reimplemented in DOMSupportDefault, 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.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.