16 #if !defined(XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680)
17 #define XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680
29 #include <xercesc/util/XercesDefs.hpp>
42 XALAN_CPP_NAMESPACE_BEGIN
69 getOwnerDocument()
const
71 return m_ownerDocument;
77 m_ownerDocument = theDocument;
102 getParentNode(
const DOMNodeType* theXercesNode)
const;
105 getParentNode()
const
113 m_parentNode = theParent;
117 getPreviousSibling(
const DOMNodeType* theXercesNode)
const;
120 getPreviousSibling()
const
122 return m_previousSibling;
128 m_previousSibling = thePreviousSibling;
132 getNextSibling(
const DOMNodeType* theXercesNode)
const;
135 getNextSibling()
const
137 return m_nextSibling;
143 m_nextSibling = theNextSibling;
147 getFirstChild(
const DOMNodeType* theXercesNode)
const;
150 getFirstChild()
const
158 m_firstChild = theFirstChild;
162 getLastChild(
const DOMNodeType* theXercesNode)
const;
173 m_lastChild = theLastChild;
177 getOwnerElement(
const DOMAttrType* theXercesAttr)
const;
187 getPooledString(
const XMLCh* theString)
const;
215 XALAN_CPP_NAMESPACE_END
219 #endif // !defined(XERCESWRAPPERNAVIGATOR_HEADER_GUARD_1357924680)