Xalan-C++ API Documentation
Go to the documentation of this file.
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 const XalanDOMString & getUnparsedEntityURI(const XalanDOMString &theName, const XalanDocument &theDocument) const
Retrieves the URI of the named unparsed entity from the supplied document.
virtual const XalanDOMString & getURI() const =0
Get the URI for the parsed source, if any.
This is designed to allow a XalanTranfomer object to reuse a parsed document.
virtual ~XalanDefaultParsedSourceDOMSupport()
virtual XMLParserLiaison & getParserLiaison()=0
Get the XMLParserLiaison instance.
virtual DOMSupport & getDOMSupport()=0
Get the DOMSupport instance.
#define XALAN_DEFAULT_MEMMGR
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) const =0
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
virtual XalanDocument * getDocument() const =0
Get a pointer to the XalanDocument instance for the source document.
XalanDefaultParsedSourceDOMSupport(const XalanSourceTreeParserLiaison &theParserLiaison, const XalanSourceTreeDOMSupport &theDOMSupport)
virtual bool isNodeAfter(const XalanNode &node1, const XalanNode &node2) const
Determine if a node is after another node, in document order.
static bool getPoolAllTextNodes()
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed 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.
|
|