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