Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesBridgeNavigator Class Reference

This class is deprecated. More...

List of all members.

Public Types

Public Member Functions


Detailed Description

This class is deprecated.

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


Member Typedef Documentation

typedef XalanNode::IndexType XercesBridgeNavigator::IndexType


Constructor & Destructor Documentation

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

XercesBridgeNavigator::XercesBridgeNavigator ( const XercesBridgeNavigator theSource  ) 

virtual XercesBridgeNavigator::~XercesBridgeNavigator (  )  [virtual]


Member Function Documentation

XercesDocumentBridge* XercesBridgeNavigator::getOwnerDocument (  )  const

void XercesBridgeNavigator::setOwnerDocument ( XercesDocumentBridge theDocument  ) 

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

IndexType XercesBridgeNavigator::getIndex (  )  const

void XercesBridgeNavigator::setIndex ( IndexType  theIndex  ) 

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

XalanNode* XercesBridgeNavigator::getParentNode (  )  const

void XercesBridgeNavigator::setParentNode ( XalanNode theParent  ) 

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

XalanNode* XercesBridgeNavigator::getPreviousSibling (  )  const

void XercesBridgeNavigator::setPreviousSibling ( XalanNode thePreviousSibling  ) 

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

XalanNode* XercesBridgeNavigator::getNextSibling (  )  const

void XercesBridgeNavigator::setNextSibling ( XalanNode theNextSibling  ) 

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

XalanNode* XercesBridgeNavigator::getFirstChild (  )  const

void XercesBridgeNavigator::setFirstChild ( XalanNode theFirstChild  ) 

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

XalanNode* XercesBridgeNavigator::getLastChild (  )  const

void XercesBridgeNavigator::setLastChild ( XalanNode theLastChild  ) 

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

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

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

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

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

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

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

const XalanDOMString& XercesBridgeNavigator::getPooledString ( const DOMStringType theString  )  const

Get a pooled string.

If the string is not in the pool, add it.

Parameters:
theString The string to pool.
Returns:
A const reference to the pooled string.


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