Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONLS_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMIMPLEMENTATIONLS_HPP
142 const XMLCh*
const schemaType,
DOMImplementationLSMode
Create a synchronous or an asynchronous DOMLSParser.
Definition: DOMImplementationLS.hpp:95
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
char16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
This interface represents an output destination for data.
Definition: DOMLSOutput.hpp:40
DOMLSParser provides an API for parsing XML documents and building the corresponding DOM document tre...
Definition: DOMLSParser.hpp:48
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
virtual DOMLSParser * createLSParser(const DOMImplementationLSMode mode, const XMLCh *const schemaType, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager, XMLGrammarPool *const gramPool=0)=0
Create a new DOMLSParser.
Definition: DOMLSSerializer.hpp:276
DOMImplementationLS()
Definition: DOMImplementationLS.hpp:57
virtual DOMLSInput * createLSInput(MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)=0
Create a new "empty" DOMLSInput.
virtual DOMLSSerializer * createLSSerializer(MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)=0
Create a new DOMLSSerializer.
Definition: XMLGrammarPool.hpp:44
virtual DOMLSOutput * createLSOutput(MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)=0
Create a new "empty" LSOutput.
Configurable memory manager.
Definition: MemoryManager.hpp:40
virtual ~DOMImplementationLS()
Destructor.
Definition: DOMImplementationLS.hpp:80
Definition: DOMImplementationLS.hpp:50