18 #if !defined(XERCESENTITYBRIDGE_HEADER_GUARD_1357924680)
19 #define XERCESENTITYBRIDGE_HEADER_GUARD_1357924680
27 #if XERCES_VERSION_MAJOR >= 2
28 #include <xercesc/dom/deprecated/DOM_Entity.hpp>
30 #include <xercesc/dom/DOM_Entity.hpp>
47 class XercesBridgeNavigator;
62 const DOM_EntityType& theXercesDOMEntity,
96 getParentNode()
const;
112 getChildNodes()
const;
120 getFirstChild()
const;
128 getLastChild()
const;
136 getPreviousSibling()
const;
144 getNextSibling()
const;
151 getAttributes()
const;
163 getOwnerDocument()
const;
188 cloneNode(
bool deep)
const;
269 hasChildNodes()
const;
348 getNamespaceURI()
const;
365 getLocalName()
const;
435 getNotationName()
const;
467 DOM_EntityType m_xercesNode;
480 #endif // !defined(XERCESENTITYBRIDGE_HEADER_GUARD_1357924680)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
This class is deprecated.
#define XALAN_XERCESPARSERLIAISON_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
DOM_EntityType getXercesNode() const
Get the Xerces node this instance represent.
This class is deprecated.
xercesc::DOM_Entity DOM_EntityType
This class is deprecated.