Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.7
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XNodeSetNodeProxy Class Reference
Class to hold XPath return types.
More...
#include <XNodeSetNodeProxy.hpp>
Inheritance diagram for XNodeSetNodeProxy
Collaboration diagram for XNodeSetNodeProxy:
List of all members.
Public Methods
Protected Methods
Detailed Description
Class to hold XPath return types.
Constructor & Destructor Documentation
XNodeSetNodeProxy::XNodeSetNodeProxy (
|
XalanNode * theNode )
|
|
Create an XNodeSetNodeProxy.
XNodeSetNodeProxy::XNodeSetNodeProxy (
|
const XNodeSetNodeProxy & source )
|
|
Create an XNodeSetNodeProxy from another.
-
Parameters:
-
virtual XNodeSetNodeProxy::~XNodeSetNodeProxy (
|
) [virtual]
|
|
Member Function Documentation
virtual XNodeSetNodeProxy* XNodeSetNodeProxy::clone (
|
void * theAddress = 0 ) const [virtual]
|
|
Clone the instance.
-
Parameters:
-
If
|
theAddress is not null, the XObject will clone itself into that address. |
-
Returns:
-
a clone of the instance.
Reimplemented from XNodeSetBase.
virtual size_type XNodeSetNodeProxy::getLength (
|
) const [virtual]
|
|
virtual eObjectType XNodeSetNodeProxy::getRealType (
|
) const [protected, virtual]
|
|
Tell what kind of class this is.
-
Returns:
-
numeric type value
Reimplemented from XObject.
virtual const NodeRefListBase& XNodeSetNodeProxy::nodeset (
|
) const [virtual]
|
|
Cast result object to a nodelist.
-
Returns:
-
node list
Reimplemented from XNodeSetBase.
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++ XSLT Processor Version 1.7
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|