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

This class is deprecated. More...

#include <xalanc/XercesParserLiaison/Deprecated/XercesBridgeNavigator.hpp>

Public Types

typedef XalanNode::IndexType IndexType
 

Public Member Functions

 XercesBridgeNavigator (XercesDocumentBridge *theOwnerDocument=0, bool mappingMode=true)
 
 XercesBridgeNavigator (const XercesBridgeNavigator &theSource)
 
virtual ~XercesBridgeNavigator ()
 
XercesDocumentBridge * getOwnerDocument () const
 
void setOwnerDocument (XercesDocumentBridge *theDocument)
 
XalanNode * mapNode (const DOM_NodeType &theXercesNode) const
 
XalanAttr * mapNode (const DOM_AttrType &theXercesNode) const
 
DOM_NodeType mapNode (const XalanNode *theXalanNode) const
 
DOM_AttrType mapNode (const XalanAttr *theXercesNode) const
 
IndexType getIndex () const
 
void setIndex (IndexType theIndex)
 
XalanNode * getParentNode (const DOM_NodeType &theXercesNode) const
 
XalanNode * getParentNode () const
 
void setParentNode (XalanNode *theParent)
 
XalanNode * getPreviousSibling (const DOM_NodeType &theXercesNode) const
 
XalanNode * getPreviousSibling () const
 
void setPreviousSibling (XalanNode *thePreviousSibling)
 
XalanNode * getNextSibling (const DOM_NodeType &theXercesNode) const
 
XalanNode * getNextSibling () const
 
void setNextSibling (XalanNode *theNextSibling)
 
XalanNode * getFirstChild (const DOM_NodeType &theXercesNode) const
 
XalanNode * getFirstChild () const
 
void setFirstChild (XalanNode *theFirstChild)
 
XalanNode * getLastChild (const DOM_NodeType &theXercesNode) const
 
XalanNode * getLastChild () const
 
void setLastChild (XalanNode *theLastChild)
 
XalanNode * insertBefore (DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *refChild) const
 
XalanNode * replaceChild (DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *oldChild) const
 
XalanNode * removeChild (DOM_NodeType &theXercesParent, XalanNode *oldChild) const
 
XalanNode * appendChild (DOM_NodeType &theXercesParent, XalanNode *newChild) const
 
XalanElement * getOwnerElement (const DOM_AttrType &theXercesAttr) const
 
XalanNode * cloneNode (const XalanNode *theXalanNode, const DOM_NodeType &theXercesNode, bool deep) const
 
XalanText * splitText (DOM_TextType &theXercesText, unsigned int offset) const
 
const XalanDOMString & getPooledString (const DOMStringType &theString) const
 Get a pooled string.
 

Detailed Description

This class is deprecated.

Deprecated:
This class is part of the deprecated Xerces DOM bridge.

Definition at line 55 of file XercesBridgeNavigator.hpp.

Member Typedef Documentation

◆ IndexType

Definition at line 59 of file XercesBridgeNavigator.hpp.

Constructor & Destructor Documentation

◆ XercesBridgeNavigator() [1/2]

xalanc::XercesBridgeNavigator::XercesBridgeNavigator ( XercesDocumentBridge *  theOwnerDocument = 0,
bool  mappingMode = true 
)
explicit

◆ XercesBridgeNavigator() [2/2]

xalanc::XercesBridgeNavigator::XercesBridgeNavigator ( const XercesBridgeNavigator &  theSource)

◆ ~XercesBridgeNavigator()

virtual xalanc::XercesBridgeNavigator::~XercesBridgeNavigator ( )
virtual

Member Function Documentation

◆ appendChild()

XalanNode * xalanc::XercesBridgeNavigator::appendChild ( DOM_NodeType &  theXercesParent,
XalanNode *  newChild 
) const

◆ cloneNode()

XalanNode * xalanc::XercesBridgeNavigator::cloneNode ( const XalanNode *  theXalanNode,
const DOM_NodeType &  theXercesNode,
bool  deep 
) const

◆ getFirstChild() [1/2]

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

Definition at line 157 of file XercesBridgeNavigator.hpp.

◆ getFirstChild() [2/2]

XalanNode * xalanc::XercesBridgeNavigator::getFirstChild ( const DOM_NodeType &  theXercesNode) const

◆ getIndex()

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

Definition at line 97 of file XercesBridgeNavigator.hpp.

◆ getLastChild() [1/2]

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

Definition at line 172 of file XercesBridgeNavigator.hpp.

◆ getLastChild() [2/2]

XalanNode * xalanc::XercesBridgeNavigator::getLastChild ( const DOM_NodeType &  theXercesNode) const

◆ getNextSibling() [1/2]

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

Definition at line 142 of file XercesBridgeNavigator.hpp.

◆ getNextSibling() [2/2]

XalanNode * xalanc::XercesBridgeNavigator::getNextSibling ( const DOM_NodeType &  theXercesNode) const

◆ getOwnerDocument()

XercesDocumentBridge * xalanc::XercesBridgeNavigator::getOwnerDocument ( ) const
inline

Definition at line 73 of file XercesBridgeNavigator.hpp.

◆ getOwnerElement()

XalanElement * xalanc::XercesBridgeNavigator::getOwnerElement ( const DOM_AttrType &  theXercesAttr) const

◆ getParentNode() [1/2]

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

Definition at line 112 of file XercesBridgeNavigator.hpp.

◆ getParentNode() [2/2]

XalanNode * xalanc::XercesBridgeNavigator::getParentNode ( const DOM_NodeType &  theXercesNode) const

◆ getPooledString()

const XalanDOMString & xalanc::XercesBridgeNavigator::getPooledString ( const DOMStringType &  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::XercesBridgeNavigator::getPreviousSibling ( ) const
inline

Definition at line 127 of file XercesBridgeNavigator.hpp.

◆ getPreviousSibling() [2/2]

XalanNode * xalanc::XercesBridgeNavigator::getPreviousSibling ( const DOM_NodeType &  theXercesNode) const

◆ insertBefore()

XalanNode * xalanc::XercesBridgeNavigator::insertBefore ( DOM_NodeType &  theXercesParent,
XalanNode *  newChild,
XalanNode *  refChild 
) const

◆ mapNode() [1/4]

XalanAttr * xalanc::XercesBridgeNavigator::mapNode ( const DOM_AttrType &  theXercesNode) const

◆ mapNode() [2/4]

XalanNode * xalanc::XercesBridgeNavigator::mapNode ( const DOM_NodeType &  theXercesNode) const

◆ mapNode() [3/4]

DOM_AttrType xalanc::XercesBridgeNavigator::mapNode ( const XalanAttr *  theXercesNode) const

◆ mapNode() [4/4]

DOM_NodeType xalanc::XercesBridgeNavigator::mapNode ( const XalanNode *  theXalanNode) const

◆ removeChild()

XalanNode * xalanc::XercesBridgeNavigator::removeChild ( DOM_NodeType &  theXercesParent,
XalanNode *  oldChild 
) const

◆ replaceChild()

XalanNode * xalanc::XercesBridgeNavigator::replaceChild ( DOM_NodeType &  theXercesParent,
XalanNode *  newChild,
XalanNode *  oldChild 
) const

◆ setFirstChild()

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

Definition at line 163 of file XercesBridgeNavigator.hpp.

◆ setIndex()

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

Definition at line 103 of file XercesBridgeNavigator.hpp.

◆ setLastChild()

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

Definition at line 178 of file XercesBridgeNavigator.hpp.

◆ setNextSibling()

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

Definition at line 148 of file XercesBridgeNavigator.hpp.

◆ setOwnerDocument()

void xalanc::XercesBridgeNavigator::setOwnerDocument ( XercesDocumentBridge *  theDocument)
inline

Definition at line 79 of file XercesBridgeNavigator.hpp.

◆ setParentNode()

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

Definition at line 118 of file XercesBridgeNavigator.hpp.

◆ setPreviousSibling()

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

Definition at line 133 of file XercesBridgeNavigator.hpp.

◆ splitText()

XalanText * xalanc::XercesBridgeNavigator::splitText ( DOM_TextType &  theXercesText,
unsigned int  offset 
) const

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