Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | List of all members
XercesWrapperNavigator Class Reference

#include <XercesWrapperNavigator.hpp>

Public Types

typedef XalanNode::IndexType IndexType
 

Public Member Functions

 XercesWrapperNavigator (XercesDocumentWrapper *theOwnerDocument=0)
 
 XercesWrapperNavigator (const XercesWrapperNavigator &theSource)
 
virtual ~XercesWrapperNavigator ()
 
XercesDocumentWrappergetOwnerDocument () const
 
void setOwnerDocument (XercesDocumentWrapper *theDocument)
 
XalanNodemapNode (const DOMNodeType *theXercesNode) const
 
XalanAttrmapNode (const DOMAttrType *theXercesNode) const
 
const DOMNodeTypemapNode (XalanNode *theXalanNode) const
 
IndexType getIndex () const
 
void setIndex (IndexType theIndex)
 
XalanNodegetParentNode (const DOMNodeType *theXercesNode) const
 
XalanNodegetParentNode () const
 
void setParentNode (XalanNode *theParent)
 
XalanNodegetPreviousSibling (const DOMNodeType *theXercesNode) const
 
XalanNodegetPreviousSibling () const
 
void setPreviousSibling (XalanNode *thePreviousSibling)
 
XalanNodegetNextSibling (const DOMNodeType *theXercesNode) const
 
XalanNodegetNextSibling () const
 
void setNextSibling (XalanNode *theNextSibling)
 
XalanNodegetFirstChild (const DOMNodeType *theXercesNode) const
 
XalanNodegetFirstChild () const
 
void setFirstChild (XalanNode *theFirstChild)
 
XalanNodegetLastChild (const DOMNodeType *theXercesNode) const
 
XalanNodegetLastChild () const
 
void setLastChild (XalanNode *theLastChild)
 
XalanElementgetOwnerElement (const DOMAttrType *theXercesAttr) const
 
const XalanDOMStringgetPooledString (const XMLCh *theString) const
 Get a pooled string. More...
 

Detailed Description

Definition at line 55 of file XercesWrapperNavigator.hpp.

Member Typedef Documentation

§ IndexType

Definition at line 59 of file XercesWrapperNavigator.hpp.

Constructor & Destructor Documentation

§ XercesWrapperNavigator() [1/2]

XercesWrapperNavigator::XercesWrapperNavigator ( XercesDocumentWrapper theOwnerDocument = 0)
explicit

§ XercesWrapperNavigator() [2/2]

XercesWrapperNavigator::XercesWrapperNavigator ( const XercesWrapperNavigator theSource)

§ ~XercesWrapperNavigator()

virtual XercesWrapperNavigator::~XercesWrapperNavigator ( )
virtual

Member Function Documentation

§ getFirstChild() [1/2]

XalanNode* XercesWrapperNavigator::getFirstChild ( const DOMNodeType theXercesNode) const

§ getFirstChild() [2/2]

XalanNode* XercesWrapperNavigator::getFirstChild ( ) const
inline

Definition at line 152 of file XercesWrapperNavigator.hpp.

§ getIndex()

IndexType XercesWrapperNavigator::getIndex ( ) const
inline

Definition at line 92 of file XercesWrapperNavigator.hpp.

§ getLastChild() [1/2]

XalanNode* XercesWrapperNavigator::getLastChild ( const DOMNodeType theXercesNode) const

§ getLastChild() [2/2]

XalanNode* XercesWrapperNavigator::getLastChild ( ) const
inline

Definition at line 167 of file XercesWrapperNavigator.hpp.

§ getNextSibling() [1/2]

XalanNode* XercesWrapperNavigator::getNextSibling ( const DOMNodeType theXercesNode) const

§ getNextSibling() [2/2]

XalanNode* XercesWrapperNavigator::getNextSibling ( ) const
inline

Definition at line 137 of file XercesWrapperNavigator.hpp.

§ getOwnerDocument()

XercesDocumentWrapper* XercesWrapperNavigator::getOwnerDocument ( ) const
inline

Definition at line 71 of file XercesWrapperNavigator.hpp.

§ getOwnerElement()

XalanElement* XercesWrapperNavigator::getOwnerElement ( const DOMAttrType theXercesAttr) const

§ getParentNode() [1/2]

XalanNode* XercesWrapperNavigator::getParentNode ( const DOMNodeType theXercesNode) const

§ getParentNode() [2/2]

XalanNode* XercesWrapperNavigator::getParentNode ( ) const
inline

Definition at line 107 of file XercesWrapperNavigator.hpp.

§ getPooledString()

const XalanDOMString& XercesWrapperNavigator::getPooledString ( const XMLCh *  theString) const

Get a pooled string.

If the string is not in the pool, add it.

Parameters
theStringThe string to pool.
Returns
A const reference to the pooled string.

§ getPreviousSibling() [1/2]

XalanNode* XercesWrapperNavigator::getPreviousSibling ( const DOMNodeType theXercesNode) const

§ getPreviousSibling() [2/2]

XalanNode* XercesWrapperNavigator::getPreviousSibling ( ) const
inline

Definition at line 122 of file XercesWrapperNavigator.hpp.

§ mapNode() [1/3]

XalanNode* XercesWrapperNavigator::mapNode ( const DOMNodeType theXercesNode) const

§ mapNode() [2/3]

XalanAttr* XercesWrapperNavigator::mapNode ( const DOMAttrType theXercesNode) const

§ mapNode() [3/3]

const DOMNodeType* XercesWrapperNavigator::mapNode ( XalanNode theXalanNode) const

§ setFirstChild()

void XercesWrapperNavigator::setFirstChild ( XalanNode theFirstChild)
inline

Definition at line 158 of file XercesWrapperNavigator.hpp.

§ setIndex()

void XercesWrapperNavigator::setIndex ( IndexType  theIndex)
inline

Definition at line 98 of file XercesWrapperNavigator.hpp.

§ setLastChild()

void XercesWrapperNavigator::setLastChild ( XalanNode theLastChild)
inline

Definition at line 173 of file XercesWrapperNavigator.hpp.

§ setNextSibling()

void XercesWrapperNavigator::setNextSibling ( XalanNode theNextSibling)
inline

Definition at line 143 of file XercesWrapperNavigator.hpp.

§ setOwnerDocument()

void XercesWrapperNavigator::setOwnerDocument ( XercesDocumentWrapper theDocument)
inline

Definition at line 77 of file XercesWrapperNavigator.hpp.

§ setParentNode()

void XercesWrapperNavigator::setParentNode ( XalanNode theParent)
inline

Definition at line 113 of file XercesWrapperNavigator.hpp.

§ setPreviousSibling()

void XercesWrapperNavigator::setPreviousSibling ( XalanNode thePreviousSibling)
inline

Definition at line 128 of file XercesWrapperNavigator.hpp.


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.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo