Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

This class is deprecated. More...

#include <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

◆ IndexType

Definition at line 59 of file XercesBridgeNavigator.hpp.

Constructor & Destructor Documentation

◆ XercesBridgeNavigator() [1/2]

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

◆ XercesBridgeNavigator() [2/2]

XercesBridgeNavigator::XercesBridgeNavigator ( const XercesBridgeNavigator theSource)

◆ ~XercesBridgeNavigator()

virtual XercesBridgeNavigator::~XercesBridgeNavigator ( )
virtual

Member Function Documentation

◆ appendChild()

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

◆ cloneNode()

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

◆ getFirstChild() [1/2]

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

◆ getFirstChild() [2/2]

XalanNode* XercesBridgeNavigator::getFirstChild ( ) const
inline

Definition at line 157 of file XercesBridgeNavigator.hpp.

◆ getIndex()

IndexType XercesBridgeNavigator::getIndex ( ) const
inline

Definition at line 97 of file XercesBridgeNavigator.hpp.

◆ getLastChild() [1/2]

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

◆ getLastChild() [2/2]

XalanNode* XercesBridgeNavigator::getLastChild ( ) const
inline

Definition at line 172 of file XercesBridgeNavigator.hpp.

◆ getNextSibling() [1/2]

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

◆ getNextSibling() [2/2]

XalanNode* XercesBridgeNavigator::getNextSibling ( ) const
inline

Definition at line 142 of file XercesBridgeNavigator.hpp.

◆ getOwnerDocument()

XercesDocumentBridge* XercesBridgeNavigator::getOwnerDocument ( ) const
inline

Definition at line 73 of file XercesBridgeNavigator.hpp.

◆ getOwnerElement()

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

◆ getParentNode() [1/2]

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

◆ getParentNode() [2/2]

XalanNode* XercesBridgeNavigator::getParentNode ( ) const
inline

Definition at line 112 of file XercesBridgeNavigator.hpp.

◆ getPooledString()

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

◆ getPreviousSibling() [1/2]

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

◆ getPreviousSibling() [2/2]

XalanNode* XercesBridgeNavigator::getPreviousSibling ( ) const
inline

Definition at line 127 of file XercesBridgeNavigator.hpp.

◆ insertBefore()

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

◆ mapNode() [1/4]

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

◆ mapNode() [2/4]

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

◆ mapNode() [3/4]

DOM_NodeType XercesBridgeNavigator::mapNode ( const XalanNode theXalanNode) const

◆ mapNode() [4/4]

DOM_AttrType XercesBridgeNavigator::mapNode ( const XalanAttr theXercesNode) const

◆ removeChild()

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

◆ replaceChild()

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

◆ setFirstChild()

void XercesBridgeNavigator::setFirstChild ( XalanNode theFirstChild)
inline

Definition at line 163 of file XercesBridgeNavigator.hpp.

◆ setIndex()

void XercesBridgeNavigator::setIndex ( IndexType  theIndex)
inline

Definition at line 103 of file XercesBridgeNavigator.hpp.

◆ setLastChild()

void XercesBridgeNavigator::setLastChild ( XalanNode theLastChild)
inline

Definition at line 178 of file XercesBridgeNavigator.hpp.

◆ setNextSibling()

void XercesBridgeNavigator::setNextSibling ( XalanNode theNextSibling)
inline

Definition at line 148 of file XercesBridgeNavigator.hpp.

◆ setOwnerDocument()

void XercesBridgeNavigator::setOwnerDocument ( XercesDocumentBridge theDocument)
inline

Definition at line 79 of file XercesBridgeNavigator.hpp.

◆ setParentNode()

void XercesBridgeNavigator::setParentNode ( XalanNode theParent)
inline

Definition at line 118 of file XercesBridgeNavigator.hpp.

◆ setPreviousSibling()

void XercesBridgeNavigator::setPreviousSibling ( XalanNode thePreviousSibling)
inline

Definition at line 133 of file XercesBridgeNavigator.hpp.

◆ splitText()

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

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