18 #if !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680) 19 #define XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680 44 class XercesDocumentBridge;
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;
257 #endif // !defined(XERCESBRIDGENAVIGATOR_HEADER_GUARD_1357924680) XalanNode * getPreviousSibling() const
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
XalanNode::IndexType IndexType
#define XALAN_XERCESPARSERLIAISON_EXPORT
XalanNode * getLastChild() const
void setLastChild(XalanNode *theLastChild)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
void setPreviousSibling(XalanNode *thePreviousSibling)
void setIndex(IndexType theIndex)
void setOwnerDocument(XercesDocumentBridge *theDocument)
void setNextSibling(XalanNode *theNextSibling)
xercesc::DOM_Attr DOM_AttrType
xercesc::DOM_Text DOM_TextType
XalanNode * getNextSibling() const
xercesc::DOMString DOMStringType
This class is deprecated.
void setFirstChild(XalanNode *theFirstChild)
This class is deprecated.
void setParentNode(XalanNode *theParent)
xercesc::DOM_Node DOM_NodeType
IndexType getIndex() const
XalanNode * getFirstChild() const
XalanNode * getParentNode() const
XercesDocumentBridge * getOwnerDocument() const