Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680)
19 #define XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680
31 #include <xercesc/util/XercesDefs.hpp>
44 XALAN_CPP_NAMESPACE_BEGIN
73 return m_ownerDocument;
79 m_ownerDocument = theDocument;
115 m_parentNode = theParent;
124 return m_previousSibling;
130 m_previousSibling = thePreviousSibling;
139 return m_nextSibling;
145 m_nextSibling = theNextSibling;
160 m_firstChild = theFirstChild;
175 m_lastChild = theLastChild;
217 XALAN_CPP_NAMESPACE_END
221 #endif // !defined(XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680)
XalanNode * getParentNode() const
XalanNode * getLastChild() const
XalanElement * getOwnerElement(const DOMAttrType *theXercesAttr) const
const DOMNodeType * mapNode(XalanNode *theXalanNode) const
void setOwnerDocument(XercesDocumentWrapper *theDocument)
XalanNode * getPreviousSibling(const DOMNodeType *theXercesNode) const
void setNextSibling(XalanNode *theNextSibling)
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
XalanNode * getNextSibling(const DOMNodeType *theXercesNode) const
XercesWrapperNavigator(const XercesWrapperNavigator &theSource)
XalanNode * getPreviousSibling() const
void setParentNode(XalanNode *theParent)
const XalanDOMString & getPooledString(const XMLCh *theString) const
Get a pooled string.
XalanNode * getFirstChild() const
XercesDocumentWrapper * getOwnerDocument() const
XalanNode::IndexType IndexType
XercesWrapperNavigator(XercesDocumentWrapper *theOwnerDocument=0)
void setIndex(IndexType theIndex)
XERCES_CPP_NAMESPACE_QUALIFIER DOMNode DOMNodeType
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER DOMAttr DOMAttrType
IndexType getIndex() const
XalanNode * getFirstChild(const DOMNodeType *theXercesNode) const
XalanNode * getNextSibling() const
#define XALAN_XERCESPARSERLIAISON_EXPORT
XalanNode * mapNode(const DOMNodeType *theXercesNode) const
virtual ~XercesWrapperNavigator()
void setPreviousSibling(XalanNode *thePreviousSibling)
XalanAttr * mapNode(const DOMAttrType *theXercesNode) const
void setFirstChild(XalanNode *theFirstChild)
XalanNode * getLastChild(const DOMNodeType *theXercesNode) const
XalanNode * getParentNode(const DOMNodeType *theXercesNode) const
void setLastChild(XalanNode *theLastChild)
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.
|
|