Xalan-C++ API Documentation
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
XALAN_DOM_NodeHack Class Reference
#include <DOMHelper.hpp>
Inheritance diagram for XALAN_DOM_NodeHack:
Collaboration diagram for XALAN_DOM_NodeHack:
List of all members.
Public Methods
Friends
Detailed Description
Constructor & Destructor Documentation
XALAN_DOM_NodeHack::XALAN_DOM_NodeHack (
|
const DOM_Node & theOtherNode) |
|
Construct a XALAN_DOM_NodeHack instance from a DOM node.
-
Parameters:
-
theOtherNode
|
DOM node to use
|
XALAN_DOM_NodeHack::XALAN_DOM_NodeHack (
|
NodeImpl * theOtherNode) |
|
Construct a XALAN_DOM_NodeHack instance from an underlying DOM node implementation object.
-
Parameters:
-
theOtherNode
|
pointer to implementation object
|
XALAN_DOM_NodeHack::~XALAN_DOM_NodeHack () |
|
Member Function Documentation
NodeImpl * XALAN_DOM_NodeHack::getImplementationObject () const |
|
Retrieve the underlying DOM node implementation object.
-
Returns:
-
pointer to implementation object
Friends And Related Function Documentation
struct DOM_NodeHashFunction [friend] |
|
bool operator< (
|
const XALAN_DOM_NodeHack & theLHS, |
|
const XALAN_DOM_NodeHack & theRHS) [friend] |
|
Less operator for two XALAN_DOM_NodeHack instances, needed for STL.
-
Parameters:
-
theLHS
|
first object to compare
|
theRHS
|
second object to compare
|
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.
|
|