Go to the documentation of this file.
   22 #if !defined(XERCESC_INCLUDE_GUARD_DOMLSSERIALIZER_HPP) 
   23 #define XERCESC_INCLUDE_GUARD_DOMLSSERIALIZER_HPP 
  427     virtual void          setNewLine(
const XMLCh* 
const newLine) = 0;
 
  452      virtual const XMLCh*       getNewLine() 
const = 0;
 
  483     virtual bool       write(
const DOMNode*         nodeToWrite,
 
  503     virtual bool       writeToURI(
const DOMNode*    nodeToWrite,
 
  504                                   const XMLCh*      uri) = 0;
 
  539     virtual void              release() = 0;
 
  
The DOMConfiguration interface represents the configuration of a document and maintains a table of re...
Definition: DOMConfiguration.hpp:350
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
This interface represents an output destination for data.
Definition: DOMLSOutput.hpp:39
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
DOMLSSerializerFilter.hpp: interface for the DOMLSSerializerFilter class.
Definition: DOMLSSerializerFilter.hpp:47
Definition: DOMLSSerializer.hpp:275
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
virtual ~DOMLSSerializer()
Destructor.
Definition: DOMLSSerializer.hpp:306
DOMLSSerializer()
Definition: DOMLSSerializer.hpp:283
Configurable memory manager.
Definition: MemoryManager.hpp:39
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139