Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

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

Public Types

typedef XalanNode::IndexType IndexType

Public Member Functions

 XercesWrapperNavigator (XercesDocumentWrapper *theOwnerDocument=0)
 XercesWrapperNavigator (const XercesWrapperNavigator &theSource)
virtual ~XercesWrapperNavigator ()
XercesDocumentWrappergetOwnerDocument () const
void setOwnerDocument (XercesDocumentWrapper *theDocument)
XalanNodemapNode (const DOMNodeType *theXercesNode) const
XalanAttrmapNode (const DOMAttrType *theXercesNode) const
const DOMNodeTypemapNode (XalanNode *theXalanNode) const
IndexType getIndex () const
void setIndex (IndexType theIndex)
XalanNodegetParentNode (const DOMNodeType *theXercesNode) const
XalanNodegetParentNode () const
void setParentNode (XalanNode *theParent)
XalanNodegetPreviousSibling (const DOMNodeType *theXercesNode) const
XalanNodegetPreviousSibling () const
void setPreviousSibling (XalanNode *thePreviousSibling)
XalanNodegetNextSibling (const DOMNodeType *theXercesNode) const
XalanNodegetNextSibling () const
void setNextSibling (XalanNode *theNextSibling)
XalanNodegetFirstChild (const DOMNodeType *theXercesNode) const
XalanNodegetFirstChild () const
void setFirstChild (XalanNode *theFirstChild)
XalanNodegetLastChild (const DOMNodeType *theXercesNode) const
XalanNodegetLastChild () const
void setLastChild (XalanNode *theLastChild)
XalanElementgetOwnerElement (const DOMAttrType *theXercesAttr) const
const XalanDOMStringgetPooledString (const XMLCh *theString) const
 Get a pooled string.

Member Typedef Documentation

Constructor & Destructor Documentation

XercesWrapperNavigator::XercesWrapperNavigator ( XercesDocumentWrapper theOwnerDocument = 0)
explicit
XercesWrapperNavigator::XercesWrapperNavigator ( const XercesWrapperNavigator theSource)
virtual XercesWrapperNavigator::~XercesWrapperNavigator ( )
virtual

Member Function Documentation

XalanNode* XercesWrapperNavigator::getFirstChild ( const DOMNodeType theXercesNode) const
XalanNode* XercesWrapperNavigator::getFirstChild ( ) const
IndexType XercesWrapperNavigator::getIndex ( ) const
XalanNode* XercesWrapperNavigator::getLastChild ( const DOMNodeType theXercesNode) const
XalanNode* XercesWrapperNavigator::getLastChild ( ) const
XalanNode* XercesWrapperNavigator::getNextSibling ( const DOMNodeType theXercesNode) const
XalanNode* XercesWrapperNavigator::getNextSibling ( ) const
XercesDocumentWrapper* XercesWrapperNavigator::getOwnerDocument ( ) const
XalanElement* XercesWrapperNavigator::getOwnerElement ( const DOMAttrType theXercesAttr) const
XalanNode* XercesWrapperNavigator::getParentNode ( const DOMNodeType theXercesNode) const
XalanNode* XercesWrapperNavigator::getParentNode ( ) const
const XalanDOMString& XercesWrapperNavigator::getPooledString ( const XMLCh *  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* XercesWrapperNavigator::getPreviousSibling ( const DOMNodeType theXercesNode) const
XalanNode* XercesWrapperNavigator::getPreviousSibling ( ) const
XalanNode* XercesWrapperNavigator::mapNode ( const DOMNodeType theXercesNode) const
XalanAttr* XercesWrapperNavigator::mapNode ( const DOMAttrType theXercesNode) const
const DOMNodeType* XercesWrapperNavigator::mapNode ( XalanNode theXalanNode) const
void XercesWrapperNavigator::setFirstChild ( XalanNode theFirstChild)
void XercesWrapperNavigator::setIndex ( IndexType  theIndex)
void XercesWrapperNavigator::setLastChild ( XalanNode theLastChild)
void XercesWrapperNavigator::setNextSibling ( XalanNode theNextSibling)
void XercesWrapperNavigator::setOwnerDocument ( XercesDocumentWrapper theDocument)
void XercesWrapperNavigator::setParentNode ( XalanNode theParent)
void XercesWrapperNavigator::setPreviousSibling ( XalanNode thePreviousSibling)

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