Xalan-C++ API Documentation
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
DOMHelper.hpp File Reference
Include dependency graph for DOMHelper.hpp:
Go to the source code of this file.
Compounds
Defines
Functions
- bool operator== ( int , const DOM_Node& theObject)
- Compare with a pointer. More...
- bool operator== ( int , const DOM_NamedNodeMap& theObject)
- Compare with a pointer. More...
- bool operator== ( int , const DOM_NodeList& theObject)
- Compare with a pointer. More...
- bool operator== ( const DOM_Node& theObject, int )
- Compare with a pointer. More...
- bool operator== ( const DOM_NamedNodeMap& theObject, int )
- Compare with a pointer. More...
- bool operator== ( const DOM_NodeList& theObject, int )
- Compare with a pointer. More...
- bool operator!= ( int , const DOM_Node& theObject)
- Compare with a pointer. More...
- bool operator!= ( int , const DOM_NamedNodeMap& theObject)
- Compare with a pointer. More...
- bool operator!= ( int , const DOM_NodeList& theObject)
- Compare with a pointer. More...
- bool operator!= ( const DOM_Node& theObject, int )
- Compare with a pointer. More...
- bool operator!= ( const DOM_NamedNodeMap& theObject, int )
- Compare with a pointer. More...
- bool operator!= ( const DOM_NodeList& theObject, int )
- Compare with a pointer. More...
- bool operator< ( const XALAN_DOM_NodeHack& theLHS, const XALAN_DOM_NodeHack& theRHS)
- Less operator for two XALAN_DOM_NodeHack instances, needed for STL. More...
Define Documentation
#define DOMHELPER_HEADER_GUARD_1357924680
|
|
Function Documentation
bool operator!= (
|
const DOM_NodeList & theObject,
|
|
int ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theObject
|
object to compare |
theAddress
|
null pointer to compare |
-
Returns:
-
true if object does not represent a null instance
|
bool operator!= (
|
const DOM_NamedNodeMap & theObject,
|
|
int ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theObject
|
object to compare |
theAddress
|
null pointer to compare |
-
Returns:
-
true if object does not represent a null instance
|
bool operator!= (
|
const DOM_Node & theObject,
|
|
int ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theObject
|
object to compare |
theAddress
|
null pointer to compare |
-
Returns:
-
true if object does not represent a null instance
|
bool operator!= (
|
int,
|
|
const DOM_NodeList & theObject ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theAddress
|
null pointer to compare |
theObject
|
object to compare |
-
Returns:
-
true if object does not represent a null instance
|
bool operator!= (
|
int,
|
|
const DOM_NamedNodeMap & theObject ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theAddress
|
null pointer to compare |
theObject
|
object to compare |
-
Returns:
-
true if object does not represent a null instance
|
bool operator!= (
|
int,
|
|
const DOM_Node & theObject ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theAddress
|
null pointer to compare |
theObject
|
object to compare |
-
Returns:
-
true if object does not represent a null instance
|
|
Less operator for two XALAN_DOM_NodeHack instances, needed for STL.
-
Parameters:
-
theLHS
|
first object to compare |
theRHS
|
second object to compare |
|
bool operator== (
|
const DOM_NodeList & theObject,
|
|
int ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theObject
|
object to compare |
theAddress
|
null pointer to compare |
-
Returns:
-
true if object represents a null instance
|
bool operator== (
|
const DOM_NamedNodeMap & theObject,
|
|
int ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theObject
|
object to compare |
theAddress
|
null pointer to compare |
-
Returns:
-
true if object represents a null instance
|
bool operator== (
|
const DOM_Node & theObject,
|
|
int ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theObject
|
object to compare |
theAddress
|
null pointer to compare |
-
Returns:
-
true if object represents a null instance
|
bool operator== (
|
int,
|
|
const DOM_NodeList & theObject ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theAddress
|
null pointer to compare |
theObject
|
object to compare |
-
Returns:
-
true if object represents a null instance
|
bool operator== (
|
int,
|
|
const DOM_NamedNodeMap & theObject ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theAddress
|
null pointer to compare |
theObject
|
object to compare |
-
Returns:
-
true if object represents a null instance
|
bool operator== (
|
int,
|
|
const DOM_Node & theObject ) []
|
|
|
Compare with a pointer.
Intended only to allow a convenient comparison with null. -
Parameters:
-
theAddress
|
null pointer to compare |
theObject
|
object to compare |
-
Returns:
-
true if object represents a null instance
|
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.
|
|