Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XERCESDOMPARSEDSOURCE_HEADER_GUARD)
19 #define XERCESDOMPARSEDSOURCE_HEADER_GUARD
37 XALAN_CPP_NAMESPACE_BEGIN
79 const InputSource& theInputSource,
80 bool fValidate =
false,
81 ErrorHandler* theErrorHandler = 0,
82 EntityResolver* theEntityResolver = 0,
83 XMLEntityResolver* theXMLEntityResolver = 0,
84 const XalanDOMChar* theExternalSchemaLocation = 0,
85 const XalanDOMChar* theExternalNoNamespaceSchemaLocation = 0,
90 MemoryManager& theManager,
91 const InputSource& theInputSource,
92 bool fValidate =
false,
93 ErrorHandler* theErrorHandler = 0,
94 EntityResolver* theEntityResolver = 0,
95 XMLEntityResolver* theXMLEntityResolver = 0,
96 const XalanDOMChar* theExternalSchemaLocation = 0,
97 const XalanDOMChar* theExternalNoNamespaceSchemaLocation = 0);
122 XALAN_CPP_NAMESPACE_END
126 #endif // XERCESDOMPARSEDSOURCE_HEADER_GUARD
virtual ~XercesDOMParsedSource()
virtual DOMSupport & getDOMSupport()
Get the DOMSupport instance.
This is designed to allow a XalanTranfomer object to reuse a parsed document.
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) const
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
~XercesDOMParsedSourceHelper()
#define XALAN_DEFAULT_MEMMGR
static XercesDOMParsedSource * create(MemoryManager &theManager, const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0)
virtual const XalanDOMString & getURI() const
Get the URI for the parsed source, if any.
XercesDOMParsedSource(const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0, MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
virtual XMLParserLiaison & getParserLiaison()
Get the XMLParserLiaison instance.
XercesDOMParsedSourceHelper(MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
static XercesDOMParsedSourceHelper * create(MemoryManager &theManager)
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document.
#define XALAN_DEFAULT_CONSTRUCTOR_MEMMGR
virtual XalanDocument * getDocument() const
Get a pointer to the XalanDocument instance for the source document.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|