Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesWrapperNavigator Class Reference

List of all members.

Public Types

Public Member Functions


Member Typedef Documentation


Constructor & Destructor Documentation

XercesWrapperNavigator::XercesWrapperNavigator ( XercesDocumentWrapper theOwnerDocument = 0  )  [explicit]

XercesWrapperNavigator::XercesWrapperNavigator ( const XercesWrapperNavigator theSource  ) 

virtual XercesWrapperNavigator::~XercesWrapperNavigator (  )  [virtual]


Member Function Documentation

XercesDocumentWrapper* XercesWrapperNavigator::getOwnerDocument (  )  const

void XercesWrapperNavigator::setOwnerDocument ( XercesDocumentWrapper theDocument  ) 

XalanNode* XercesWrapperNavigator::mapNode ( const DOMNodeType theXercesNode  )  const

XalanAttr* XercesWrapperNavigator::mapNode ( const DOMAttrType theXercesNode  )  const

const DOMNodeType* XercesWrapperNavigator::mapNode ( XalanNode theXalanNode  )  const

IndexType XercesWrapperNavigator::getIndex (  )  const

void XercesWrapperNavigator::setIndex ( IndexType  theIndex  ) 

XalanNode* XercesWrapperNavigator::getParentNode ( const DOMNodeType theXercesNode  )  const

XalanNode* XercesWrapperNavigator::getParentNode (  )  const

void XercesWrapperNavigator::setParentNode ( XalanNode theParent  ) 

XalanNode* XercesWrapperNavigator::getPreviousSibling ( const DOMNodeType theXercesNode  )  const

XalanNode* XercesWrapperNavigator::getPreviousSibling (  )  const

void XercesWrapperNavigator::setPreviousSibling ( XalanNode thePreviousSibling  ) 

XalanNode* XercesWrapperNavigator::getNextSibling ( const DOMNodeType theXercesNode  )  const

XalanNode* XercesWrapperNavigator::getNextSibling (  )  const

void XercesWrapperNavigator::setNextSibling ( XalanNode theNextSibling  ) 

XalanNode* XercesWrapperNavigator::getFirstChild ( const DOMNodeType theXercesNode  )  const

XalanNode* XercesWrapperNavigator::getFirstChild (  )  const

void XercesWrapperNavigator::setFirstChild ( XalanNode theFirstChild  ) 

XalanNode* XercesWrapperNavigator::getLastChild ( const DOMNodeType theXercesNode  )  const

XalanNode* XercesWrapperNavigator::getLastChild (  )  const

void XercesWrapperNavigator::setLastChild ( XalanNode theLastChild  ) 

XalanElement* XercesWrapperNavigator::getOwnerElement ( const DOMAttrType theXercesAttr  )  const

const XalanDOMString& XercesWrapperNavigator::getPooledString ( const XMLCh *  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