 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESDOMPARSEDSOURCE_HEADER_GUARD)
19 #define XERCESDOMPARSEDSOURCE_HEADER_GUARD
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);
126 #endif // XERCESDOMPARSEDSOURCE_HEADER_GUARD
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) const
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual XalanDocument * getDocument() const
Get a pointer to the XalanDocument instance for the source document.
~XercesDOMParsedSourceHelper()
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document.
#define XALAN_DEFAULT_MEMMGR
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)
XercesDOMParsedSourceHelper(MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
virtual DOMSupport & getDOMSupport()
Get the DOMSupport instance.
virtual const XalanDOMString & getURI() const
Get the URI for the parsed source, if any.
virtual ~XercesDOMParsedSource()
virtual XMLParserLiaison & getParserLiaison()
Get the XMLParserLiaison instance.
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)
static XercesDOMParsedSourceHelper * create(MemoryManager &theManager)
This is designed to allow a XalanTranfomer object to reuse a parsed document.
#define XALAN_DEFAULT_CONSTRUCTOR_MEMMGR