 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESDOMIMPLEMENTATIONBRIDGE_HEADER_GUARD_1357924680)
19 #define XERCESDOMIMPLEMENTATIONBRIDGE_HEADER_GUARD_1357924680
39 class XercesBridgeNavigator;
158 #endif // !defined (XERCESDOMIMPLEMENTATIONBRIDGE_HEADER_GUARD_1357924680)
virtual ~XercesDOMImplementationBridge()
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
XercesDOMImplementationBridge(DOM_DOMImplementationType &theXercesDOMImplementation)
virtual bool hasFeature(const XalanDOMString &feature, const XalanDOMString &version)
Test if the DOM implementation implements a specific feature.
virtual XalanDocument * createDocument(const XalanDOMString &namespaceURI, const XalanDOMString &qualifiedName, const XalanDocumentType &doctype)
Creates an XML DOM_Document object of the specified type with its document element.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
DOM_DOMImplementationType & getXercesNode() const
Get the Xerces node this instance represent.
#define XALAN_XERCESPARSERLIAISON_EXPORT
virtual XalanDocumentType * createDocumentType(const XalanDOMString &qualifiedName, const XalanDOMString &publicId, const XalanDOMString &systemId)
Creates an empty DOM_DocumentType node.
xercesc::DOM_DOMImplementation DOM_DOMImplementationType
This class is deprecated.