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) XercesDocumentBridge * getOwnerDocument() const
void setIndex(IndexType theIndex)
XalanNode * getFirstChild() const
This class is deprecated.
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER DOM_Attr DOM_AttrType
#define XALAN_XERCESPARSERLIAISON_EXPORT
void setNextSibling(XalanNode *theNextSibling)
void setPreviousSibling(XalanNode *thePreviousSibling)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Text DOM_TextType
XalanNode * getLastChild() const
void setOwnerDocument(XercesDocumentBridge *theDocument)
XalanNode * getParentNode() const
XalanNode * getPreviousSibling() const
XalanNode::IndexType IndexType
void setParentNode(XalanNode *theParent)
IndexType getIndex() const
void setLastChild(XalanNode *theLastChild)
XalanNode * getNextSibling() const
void setFirstChild(XalanNode *theFirstChild)
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_Node DOM_NodeType
XERCES_CPP_NAMESPACE_QUALIFIER DOMString DOMStringType