|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESELEMENTBRIDGE_HEADER_GUARD_1357924680)
19 #define XERCESELEMENTBRIDGE_HEADER_GUARD_1357924680
27 #if XERCES_VERSION_MAJOR >= 2
28 #include <xercesc/dom/deprecated/DOM_Element.hpp>
30 #include <xercesc/dom/DOM_Element.hpp>
53 class XercesBridgeNavigator;
103 getParentNode()
const;
119 getChildNodes()
const;
127 getFirstChild()
const;
135 getLastChild()
const;
143 getPreviousSibling()
const;
151 getNextSibling()
const;
158 getAttributes()
const;
170 getOwnerDocument()
const;
195 cloneNode(
bool deep)
const;
276 hasChildNodes()
const;
355 getNamespaceURI()
const;
372 getLocalName()
const;
686 getElementsByTagNameNS(
730 #endif // !defined(XERCESELEMENTBRIDGE_HEADER_GUARD_1357924680)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
This class is deprecated.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
This class is deprecated.
This class is deprecated.
DOM_ElementType getXercesNode() const
Get the Xerces node this instance represent.
xercesc::DOM_Element DOM_ElementType
#define XALAN_XERCESPARSERLIAISON_EXPORT
This class is deprecated.