16 #if !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680)
17 #define XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680
38 XALAN_CPP_NAMESPACE_BEGIN
62 bool mappingMode =
true);
73 return m_ownerDocument;
79 m_ownerDocument = theDocument;
89 mapNode(
const XalanNode* theXalanNode)
const;
92 mapNode(
const XalanAttr* theXercesNode)
const;
118 m_parentNode = theParent;
122 getPreviousSibling(
const DOM_NodeType& theXercesNode)
const;
127 return m_previousSibling;
133 m_previousSibling = thePreviousSibling;
137 getNextSibling(
const DOM_NodeType& theXercesNode)
const;
142 return m_nextSibling;
148 m_nextSibling = theNextSibling;
163 m_firstChild = theFirstChild;
178 m_lastChild = theLastChild;
204 getOwnerElement(
const DOM_AttrType& theXercesAttr)
const;
215 unsigned int offset)
const;
251 XALAN_CPP_NAMESPACE_END
255 #endif // !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680)