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)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanNode.hpp:44
void setIndex(IndexType theIndex)
Definition: XercesBridgeNavigator.hpp:101
Definition: XalanText.hpp:38
Definition: XalanAttr.hpp:38
This class is deprecated.
Definition: XercesDocumentBridge.hpp:90
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Attr DOM_AttrType
Definition: XercesBridgeTypes.hpp:57
#define XALAN_XERCESPARSERLIAISON_EXPORT
Definition: XercesParserLiaisonDefinitions.hpp:37
void setNextSibling(XalanNode *theNextSibling)
Definition: XercesBridgeNavigator.hpp:146
void setPreviousSibling(XalanNode *thePreviousSibling)
Definition: XercesBridgeNavigator.hpp:131
Definition: XalanElement.hpp:42
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Text DOM_TextType
Definition: XercesBridgeTypes.hpp:70
void setOwnerDocument(XercesDocumentBridge *theDocument)
Definition: XercesBridgeNavigator.hpp:77
XalanNode * getNextSibling() const
Definition: XercesBridgeNavigator.hpp:140
XalanNode * getLastChild() const
Definition: XercesBridgeNavigator.hpp:170
IndexType getIndex() const
Definition: XercesBridgeNavigator.hpp:95
XalanNode::IndexType IndexType
Definition: XercesBridgeNavigator.hpp:57
void setParentNode(XalanNode *theParent)
Definition: XercesBridgeNavigator.hpp:116
void setLastChild(XalanNode *theLastChild)
Definition: XercesBridgeNavigator.hpp:176
XalanNode * getParentNode() const
Definition: XercesBridgeNavigator.hpp:110
XercesDocumentBridge * getOwnerDocument() const
Definition: XercesBridgeNavigator.hpp:71
void setFirstChild(XalanNode *theFirstChild)
Definition: XercesBridgeNavigator.hpp:161
Definition: XalanDOMString.hpp:42
unsigned long IndexType
Definition: XalanNode.hpp:70
XalanNode * getPreviousSibling() const
Definition: XercesBridgeNavigator.hpp:125
This class is deprecated.
Definition: XercesBridgeNavigator.hpp:53
XalanNode * getFirstChild() const
Definition: XercesBridgeNavigator.hpp:155
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Node DOM_NodeType
Definition: XercesBridgeTypes.hpp:69
XERCES_CPP_NAMESPACE_QUALIFIER DOMString DOMStringType
Definition: XercesBridgeTypes.hpp:81