18 #if !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680)
19 #define XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680
40 XALAN_CPP_NAMESPACE_BEGIN
64 bool mappingMode =
true);
75 return m_ownerDocument;
81 m_ownerDocument = theDocument;
91 mapNode(
const XalanNode* theXalanNode)
const;
94 mapNode(
const XalanAttr* theXercesNode)
const;
120 m_parentNode = theParent;
124 getPreviousSibling(
const DOM_NodeType& theXercesNode)
const;
129 return m_previousSibling;
135 m_previousSibling = thePreviousSibling;
139 getNextSibling(
const DOM_NodeType& theXercesNode)
const;
144 return m_nextSibling;
150 m_nextSibling = theNextSibling;
165 m_firstChild = theFirstChild;
180 m_lastChild = theLastChild;
206 getOwnerElement(
const DOM_AttrType& theXercesAttr)
const;
217 unsigned int offset)
const;
253 XALAN_CPP_NAMESPACE_END
257 #endif // !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680)