18 #if !defined(XALANDEFAULTPARSEDSOURCE_HEADER_GUARD)
19 #define XALANDEFAULTPARSEDSOURCE_HEADER_GUARD
38 XALAN_CPP_NAMESPACE_BEGIN
96 MemoryManager& theManager);
132 const InputSource& theInputSource,
133 bool fValidate =
false,
134 ErrorHandler* theErrorHandler = 0,
135 EntityResolver* theEntityResolver = 0,
136 XMLEntityResolver* theXMLEntityResolver = 0,
137 const XalanDOMChar* theExternalSchemaLocation = 0,
138 const XalanDOMChar* theExternalNoNamespaceSchemaLocation = 0,
144 MemoryManager& theManager,
145 const InputSource& theInputSource,
146 bool fValidate =
false,
147 ErrorHandler* theErrorHandler = 0,
148 EntityResolver* theEntityResolver = 0,
149 XMLEntityResolver* theXMLEntityResolver = 0,
150 const XalanDOMChar* theExternalSchemaLocation = 0,
151 const XalanDOMChar* theExternalNoNamespaceSchemaLocation = 0,
187 XALAN_CPP_NAMESPACE_END
191 #endif // XALANDEFAULTPARSEDSOURCE_HEADER_GUARD
virtual bool isNodeAfter(const XalanNode &node1, const XalanNode &node2) const
Determine if a node is after another node, in document order.
virtual XMLParserLiaison & getParserLiaison()=0
Get the XMLParserLiaison instance.
virtual XalanDocument * getDocument() const =0
Get a pointer to the XalanDocument instance for the source document.
virtual const XalanDOMString & getURI() const =0
Get the URI for the parsed source, if any.
virtual ~XalanDefaultParsedSourceDOMSupport()
#define XALAN_DEFAULT_MEMMGR
virtual const XalanDOMString & getUnparsedEntityURI(const XalanDOMString &theName, const XalanDocument &theDocument) const
Retrieves the URI of the named unparsed entity from the supplied document.
virtual DOMSupport & getDOMSupport()=0
Get the DOMSupport instance.
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) 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...
XalanDefaultParsedSourceDOMSupport(const XalanSourceTreeParserLiaison &theParserLiaison, const XalanSourceTreeDOMSupport &theDOMSupport)
This is designed to allow a XalanTranfomer object to reuse a parsed document.
static bool getPoolAllTextNodes()