Xalan-C++ API Reference 1.12.0
Public Types | Public Member Functions | List of all members
xalanc::XercesWrapperNavigator Class Reference

#include <xalanc/XercesParserLiaison/XercesWrapperNavigator.hpp>

Public Types

typedef XalanNode::IndexType IndexType
 

Public Member Functions

 XercesWrapperNavigator (XercesDocumentWrapper *theOwnerDocument=0)
 
 XercesWrapperNavigator (const XercesWrapperNavigator &theSource)
 
virtual ~XercesWrapperNavigator ()
 
XercesDocumentWrapper * getOwnerDocument () const
 
void setOwnerDocument (XercesDocumentWrapper *theDocument)
 
XalanNode * mapNode (const DOMNodeType *theXercesNode) const
 
XalanAttr * mapNode (const DOMAttrType *theXercesNode) const
 
const DOMNodeType * mapNode (XalanNode *theXalanNode) const
 
IndexType getIndex () const
 
void setIndex (IndexType theIndex)
 
XalanNode * getParentNode (const DOMNodeType *theXercesNode) const
 
XalanNode * getParentNode () const
 
void setParentNode (XalanNode *theParent)
 
XalanNode * getPreviousSibling (const DOMNodeType *theXercesNode) const
 
XalanNode * getPreviousSibling () const
 
void setPreviousSibling (XalanNode *thePreviousSibling)
 
XalanNode * getNextSibling (const DOMNodeType *theXercesNode) const
 
XalanNode * getNextSibling () const
 
void setNextSibling (XalanNode *theNextSibling)
 
XalanNode * getFirstChild (const DOMNodeType *theXercesNode) const
 
XalanNode * getFirstChild () const
 
void setFirstChild (XalanNode *theFirstChild)
 
XalanNode * getLastChild (const DOMNodeType *theXercesNode) const
 
XalanNode * getLastChild () const
 
void setLastChild (XalanNode *theLastChild)
 
XalanElement * getOwnerElement (const DOMAttrType *theXercesAttr) const
 
const XalanDOMString & getPooledString (const XMLCh *theString) const
 Get a pooled string.
 

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]

xalanc::XercesWrapperNavigator::XercesWrapperNavigator ( XercesDocumentWrapper *  theOwnerDocument = 0)
explicit

◆ XercesWrapperNavigator() [2/2]

xalanc::XercesWrapperNavigator::XercesWrapperNavigator ( const XercesWrapperNavigator &  theSource)

◆ ~XercesWrapperNavigator()

virtual xalanc::XercesWrapperNavigator::~XercesWrapperNavigator ( )
virtual

Member Function Documentation

◆ getFirstChild() [1/2]

XalanNode * xalanc::XercesWrapperNavigator::getFirstChild ( ) const
inline

Definition at line 152 of file XercesWrapperNavigator.hpp.

◆ getFirstChild() [2/2]

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

◆ getIndex()

IndexType xalanc::XercesWrapperNavigator::getIndex ( ) const
inline

Definition at line 92 of file XercesWrapperNavigator.hpp.

◆ getLastChild() [1/2]

XalanNode * xalanc::XercesWrapperNavigator::getLastChild ( ) const
inline

Definition at line 167 of file XercesWrapperNavigator.hpp.

◆ getLastChild() [2/2]

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

◆ getNextSibling() [1/2]

XalanNode * xalanc::XercesWrapperNavigator::getNextSibling ( ) const
inline

Definition at line 137 of file XercesWrapperNavigator.hpp.

◆ getNextSibling() [2/2]

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

◆ getOwnerDocument()

XercesDocumentWrapper * xalanc::XercesWrapperNavigator::getOwnerDocument ( ) const
inline

Definition at line 71 of file XercesWrapperNavigator.hpp.

◆ getOwnerElement()

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

◆ getParentNode() [1/2]

XalanNode * xalanc::XercesWrapperNavigator::getParentNode ( ) const
inline

Definition at line 107 of file XercesWrapperNavigator.hpp.

◆ getParentNode() [2/2]

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

◆ getPooledString()

const XalanDOMString & xalanc::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.

References xalanc::operator==().

◆ getPreviousSibling() [1/2]

XalanNode * xalanc::XercesWrapperNavigator::getPreviousSibling ( ) const
inline

Definition at line 122 of file XercesWrapperNavigator.hpp.

◆ getPreviousSibling() [2/2]

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

◆ mapNode() [1/3]

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

◆ mapNode() [2/3]

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

◆ mapNode() [3/3]

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

◆ setFirstChild()

void xalanc::XercesWrapperNavigator::setFirstChild ( XalanNode *  theFirstChild)
inline

Definition at line 158 of file XercesWrapperNavigator.hpp.

◆ setIndex()

void xalanc::XercesWrapperNavigator::setIndex ( IndexType  theIndex)
inline

Definition at line 98 of file XercesWrapperNavigator.hpp.

◆ setLastChild()

void xalanc::XercesWrapperNavigator::setLastChild ( XalanNode *  theLastChild)
inline

Definition at line 173 of file XercesWrapperNavigator.hpp.

◆ setNextSibling()

void xalanc::XercesWrapperNavigator::setNextSibling ( XalanNode *  theNextSibling)
inline

Definition at line 143 of file XercesWrapperNavigator.hpp.

◆ setOwnerDocument()

void xalanc::XercesWrapperNavigator::setOwnerDocument ( XercesDocumentWrapper *  theDocument)
inline

Definition at line 77 of file XercesWrapperNavigator.hpp.

◆ setParentNode()

void xalanc::XercesWrapperNavigator::setParentNode ( XalanNode *  theParent)
inline

Definition at line 113 of file XercesWrapperNavigator.hpp.

◆ setPreviousSibling()

void xalanc::XercesWrapperNavigator::setPreviousSibling ( XalanNode *  thePreviousSibling)
inline

Definition at line 128 of file XercesWrapperNavigator.hpp.


The documentation for this class was generated from the following file: