16 #if !defined(XERCESDOMPARSEDSOURCE_HEADER_GUARD)
17 #define XERCESDOMPARSEDSOURCE_HEADER_GUARD
35 XALAN_CPP_NAMESPACE_BEGIN
75 bool fValidate =
false,
78 const XalanDOMChar* theExternalSchemaLocation = 0,
79 const XalanDOMChar* theExternalNoNamespaceSchemaLocation = 0,
86 bool fValidate =
false,
89 const XalanDOMChar* theExternalSchemaLocation = 0,
90 const XalanDOMChar* theExternalNoNamespaceSchemaLocation = 0);
115 XALAN_CPP_NAMESPACE_END
119 #endif // XERCESDOMPARSEDSOURCE_HEADER_GUARD
#define XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR
Definition: XalanMemoryManagement.hpp:401
Definition: XercesDOMSupport.hpp:35
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
virtual XMLParserLiaison & getParserLiaison()=0
Get the XMLParserLiaison instance.
Definition: DOMSupport.hpp:39
virtual XalanDocument * getDocument() const =0
Get a pointer to the XalanDocument instance for the source document.
XERCES_CPP_NAMESPACE_QUALIFIER InputSource InputSourceType
Definition: XMLParserLiaison.hpp:44
virtual const XalanDOMString & getURI() const =0
Get the URI for the parsed source, if any.
#define XALAN_DEFAULT_MEMMGR
Definition: XalanMemoryManagement.hpp:402
XERCES_CPP_NAMESPACE_QUALIFIER ErrorHandler ErrorHandlerType
Definition: XalanCompiledStylesheetDefault.hpp:53
virtual DOMSupport & getDOMSupport()=0
Get the DOMSupport instance.
Definition: XercesParserLiaison.hpp:70
Definition: XalanParsedSource.hpp:43
virtual XalanParsedSourceHelper * createHelper(MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR) const =0
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance...
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document...
Definition: XalanParsedSource.hpp:75
Definition: XMLParserLiaison.hpp:54
Definition: XalanDocument.hpp:51
Definition: XercesDOMParsedSource.hpp:39
Definition: XalanDOMString.hpp:42
XERCES_CPP_NAMESPACE_QUALIFIER EntityResolver EntityResolverType
Definition: XMLParserLiaison.hpp:42
This is designed to allow a XalanTranfomer object to reuse a parsed document.
Definition: XercesDOMParsedSource.hpp:69