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  

DOMSupportDefault Class Reference

#include <DOMSupportDefault.hpp>

Inheritance diagram for DOMSupportDefault:

DOMSupport Resettable Collaboration diagram for DOMSupportDefault:

List of all members.

Public Methods


Detailed Description


Constructor & Destructor Documentation

DOMSupportDefault::DOMSupportDefault ()

virtual DOMSupportDefault::~DOMSupportDefault () [virtual]


Member Function Documentation

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

Retrieves expanded name of a DOM attribute, including namespace.

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

Reimplemented from DOMSupport.

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

Retrieves expanded name of a DOM element, including namespace.

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

Reimplemented from DOMSupport.

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

Retrieve namespace corresponding to a DOM node.

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

Reimplemented from DOMSupport.

virtual void DOMSupportDefault::reset () [virtual]

Reset the instance.

Reimplemented from 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.

Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.