Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

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

This class is deprecated. More...

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.

Detailed Description

This class is deprecated.

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

Member Typedef Documentation

Constructor & Destructor Documentation

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

Member Function Documentation

XalanNode* XercesBridgeNavigator::appendChild ( DOM_NodeType theXercesParent,
XalanNode newChild 
) const
XalanNode* XercesBridgeNavigator::cloneNode ( const XalanNode theXalanNode,
const DOM_NodeType theXercesNode,
bool  deep 
) const
XalanNode* XercesBridgeNavigator::getFirstChild ( const DOM_NodeType theXercesNode) const
XalanNode* XercesBridgeNavigator::getFirstChild ( ) const
IndexType XercesBridgeNavigator::getIndex ( ) const
XalanNode* XercesBridgeNavigator::getLastChild ( const DOM_NodeType theXercesNode) const
XalanNode* XercesBridgeNavigator::getLastChild ( ) const
XalanNode* XercesBridgeNavigator::getNextSibling ( const DOM_NodeType theXercesNode) const
XalanNode* XercesBridgeNavigator::getNextSibling ( ) const
XercesDocumentBridge* XercesBridgeNavigator::getOwnerDocument ( ) const
XalanElement* XercesBridgeNavigator::getOwnerElement ( const DOM_AttrType theXercesAttr) const
XalanNode* XercesBridgeNavigator::getParentNode ( const DOM_NodeType theXercesNode) const
XalanNode* XercesBridgeNavigator::getParentNode ( ) const
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.
XalanNode* XercesBridgeNavigator::getPreviousSibling ( const DOM_NodeType theXercesNode) const
XalanNode* XercesBridgeNavigator::getPreviousSibling ( ) const
XalanNode* XercesBridgeNavigator::insertBefore ( DOM_NodeType theXercesParent,
XalanNode newChild,
XalanNode refChild 
) const
XalanNode* XercesBridgeNavigator::mapNode ( const DOM_NodeType theXercesNode) const
XalanAttr* XercesBridgeNavigator::mapNode ( const DOM_AttrType theXercesNode) const
DOM_NodeType XercesBridgeNavigator::mapNode ( const XalanNode theXalanNode) const
DOM_AttrType XercesBridgeNavigator::mapNode ( const XalanAttr theXercesNode) const
XalanNode* XercesBridgeNavigator::removeChild ( DOM_NodeType theXercesParent,
XalanNode oldChild 
) const
XalanNode* XercesBridgeNavigator::replaceChild ( DOM_NodeType theXercesParent,
XalanNode newChild,
XalanNode oldChild 
) const
void XercesBridgeNavigator::setFirstChild ( XalanNode theFirstChild)
void XercesBridgeNavigator::setIndex ( IndexType  theIndex)
void XercesBridgeNavigator::setLastChild ( XalanNode theLastChild)
void XercesBridgeNavigator::setNextSibling ( XalanNode theNextSibling)
void XercesBridgeNavigator::setOwnerDocument ( XercesDocumentBridge theDocument)
void XercesBridgeNavigator::setParentNode ( XalanNode theParent)
void XercesBridgeNavigator::setPreviousSibling ( XalanNode thePreviousSibling)
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.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo