18 #if !defined(XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680)
19 #define XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680
31 #include <xercesc/util/XercesDefs.hpp>
48 class XercesDocumentWrapper;
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;
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
#define XALAN_XERCESPARSERLIAISON_EXPORT
XalanNode * getLastChild(const DOMNodeType *theXercesNode) const
void setPreviousSibling(XalanNode *thePreviousSibling)
XalanNode * getNextSibling(const DOMNodeType *theXercesNode) const
void setLastChild(XalanNode *theLastChild)
XalanNode * getFirstChild() const
void setNextSibling(XalanNode *theNextSibling)
const DOMNodeType * mapNode(XalanNode *theXalanNode) const
virtual ~XercesWrapperNavigator()
void setFirstChild(XalanNode *theFirstChild)
XalanNode * getLastChild() const
XalanNode * getFirstChild(const DOMNodeType *theXercesNode) const
XalanNode * getPreviousSibling(const DOMNodeType *theXercesNode) const
XalanNode * getParentNode(const DOMNodeType *theXercesNode) const
XalanElement * getOwnerElement(const DOMAttrType *theXercesAttr) const
const XalanDOMString & getPooledString(const XMLCh *theString) const
Get a pooled string.
IndexType getIndex() const
XalanNode * getParentNode() const
XalanNode * mapNode(const DOMNodeType *theXercesNode) const
XalanNode * getPreviousSibling() const
void setIndex(IndexType theIndex)
XalanAttr * mapNode(const DOMAttrType *theXercesNode) const
void setOwnerDocument(XercesDocumentWrapper *theDocument)
void setParentNode(XalanNode *theParent)
XercesWrapperNavigator(XercesDocumentWrapper *theOwnerDocument=0)
XercesDocumentWrapper * getOwnerDocument() const
XercesWrapperNavigator(const XercesWrapperNavigator &theSource)
XalanNode::IndexType IndexType
XalanNode * getNextSibling() const
xercesc::DOMAttr DOMAttrType
xercesc::DOMNode DOMNodeType
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)