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,
161 createHelper(MemoryManager& theManager)
const;
187 XALAN_CPP_NAMESPACE_END
191 #endif // XALANDEFAULTPARSEDSOURCE_HEADER_GUARD
virtual ~XalanDefaultParsedSourceDOMSupport()
#define XALAN_DEFAULT_MEMMGR
virtual bool isNodeAfter(const XalanNode &node1, const XalanNode &node2) const
Determine if a node is after another node, in document order.
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()
const XalanSourceTreeParserLiaison * getParserLiaison() const
virtual const XalanDOMString & getUnparsedEntityURI(const XalanDOMString &theName, const XalanDocument &theDocument) const
Retrieves the URI of the named unparsed entity from the supplied document.