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 ()
 
XercesDocumentBridgegetOwnerDocument () const
 
void setOwnerDocument (XercesDocumentBridge *theDocument)
 
XalanNodemapNode (const DOM_NodeType &theXercesNode) const
 
XalanAttrmapNode (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)
 
XalanNodegetParentNode (const DOM_NodeType &theXercesNode) const
 
XalanNodegetParentNode () const
 
void setParentNode (XalanNode *theParent)
 
XalanNodegetPreviousSibling (const DOM_NodeType &theXercesNode) const
 
XalanNodegetPreviousSibling () const
 
void setPreviousSibling (XalanNode *thePreviousSibling)
 
XalanNodegetNextSibling (const DOM_NodeType &theXercesNode) const
 
XalanNodegetNextSibling () const
 
void setNextSibling (XalanNode *theNextSibling)
 
XalanNodegetFirstChild (const DOM_NodeType &theXercesNode) const
 
XalanNodegetFirstChild () const
 
void setFirstChild (XalanNode *theFirstChild)
 
XalanNodegetLastChild (const DOM_NodeType &theXercesNode) const
 
XalanNodegetLastChild () const
 
void setLastChild (XalanNode *theLastChild)
 
XalanNodeinsertBefore (DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *refChild) const
 
XalanNodereplaceChild (DOM_NodeType &theXercesParent, XalanNode *newChild, XalanNode *oldChild) const
 
XalanNoderemoveChild (DOM_NodeType &theXercesParent, XalanNode *oldChild) const
 
XalanNodeappendChild (DOM_NodeType &theXercesParent, XalanNode *newChild) const
 
XalanElementgetOwnerElement (const DOM_AttrType &theXercesAttr) const
 
XalanNodecloneNode (const XalanNode *theXalanNode, const DOM_NodeType &theXercesNode, bool deep) const
 
XalanTextsplitText (DOM_TextType &theXercesText, unsigned int offset) const
 
const XalanDOMStringgetPooledString (const DOMStringType &theString) const
 Get a pooled string. More...
 

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

Definition at line 59 of file XercesBridgeNavigator.hpp.

Constructor & Destructor Documentation

xalanc::XercesBridgeNavigator::XercesBridgeNavigator ( XercesDocumentBridge theOwnerDocument = 0,
bool  mappingMode = true 
)
explicit
xalanc::XercesBridgeNavigator::XercesBridgeNavigator ( const XercesBridgeNavigator theSource)
virtual xalanc::XercesBridgeNavigator::~XercesBridgeNavigator ( )
virtual

Member Function Documentation

XalanNode* xalanc::XercesBridgeNavigator::appendChild ( DOM_NodeType theXercesParent,
XalanNode newChild 
) const
XalanNode* xalanc::XercesBridgeNavigator::cloneNode ( const XalanNode theXalanNode,
const DOM_NodeType theXercesNode,
bool  deep 
) const
XalanNode* xalanc::XercesBridgeNavigator::getFirstChild ( const DOM_NodeType theXercesNode) const
XalanNode* xalanc::XercesBridgeNavigator::getFirstChild ( ) const
inline

Definition at line 157 of file XercesBridgeNavigator.hpp.

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

Definition at line 97 of file XercesBridgeNavigator.hpp.

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

Definition at line 172 of file XercesBridgeNavigator.hpp.

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

Definition at line 142 of file XercesBridgeNavigator.hpp.

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

Definition at line 73 of file XercesBridgeNavigator.hpp.

XalanElement* xalanc::XercesBridgeNavigator::getOwnerElement ( const DOM_AttrType theXercesAttr) const
XalanNode* xalanc::XercesBridgeNavigator::getParentNode ( const DOM_NodeType theXercesNode) const
XalanNode* xalanc::XercesBridgeNavigator::getParentNode ( ) const
inline

Definition at line 112 of file XercesBridgeNavigator.hpp.

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.
XalanNode* xalanc::XercesBridgeNavigator::getPreviousSibling ( const DOM_NodeType theXercesNode) const
XalanNode* xalanc::XercesBridgeNavigator::getPreviousSibling ( ) const
inline

Definition at line 127 of file XercesBridgeNavigator.hpp.

XalanNode* xalanc::XercesBridgeNavigator::insertBefore ( DOM_NodeType theXercesParent,
XalanNode newChild,
XalanNode refChild 
) const
XalanNode* xalanc::XercesBridgeNavigator::mapNode ( const DOM_NodeType theXercesNode) const
XalanAttr* xalanc::XercesBridgeNavigator::mapNode ( const DOM_AttrType theXercesNode) const
DOM_NodeType xalanc::XercesBridgeNavigator::mapNode ( const XalanNode theXalanNode) const
DOM_AttrType xalanc::XercesBridgeNavigator::mapNode ( const XalanAttr theXercesNode) const
XalanNode* xalanc::XercesBridgeNavigator::removeChild ( DOM_NodeType theXercesParent,
XalanNode oldChild 
) const
XalanNode* xalanc::XercesBridgeNavigator::replaceChild ( DOM_NodeType theXercesParent,
XalanNode newChild,
XalanNode oldChild 
) const
void xalanc::XercesBridgeNavigator::setFirstChild ( XalanNode theFirstChild)
inline

Definition at line 163 of file XercesBridgeNavigator.hpp.

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

Definition at line 103 of file XercesBridgeNavigator.hpp.

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

Definition at line 178 of file XercesBridgeNavigator.hpp.

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

Definition at line 148 of file XercesBridgeNavigator.hpp.

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

Definition at line 79 of file XercesBridgeNavigator.hpp.

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

Definition at line 118 of file XercesBridgeNavigator.hpp.

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

Definition at line 133 of file XercesBridgeNavigator.hpp.

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

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