Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DOMLSSERIALIZER_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMLSSERIALIZER_HPP
271 XERCES_CPP_NAMESPACE_BEGIN
504 const XMLCh* uri) = 0;
545 XERCES_CPP_NAMESPACE_END
virtual bool write(const DOMNode *nodeToWrite, DOMLSOutput *const destination)=0
Write out the specified node as described above in the description of DOMLSSerializer.
virtual ~DOMLSSerializer()
Destructor.
Definition: DOMLSSerializer.hpp:306
Definition: DOMLSSerializerFilter.hpp:47
virtual bool writeToURI(const DOMNode *nodeToWrite, const XMLCh *uri)=0
Write out the specified node as described above in the description of DOMLSSerializer.
Definition: DOMLSSerializer.hpp:276
Configurable memory manager.
Definition: MemoryManager.hpp:40
virtual void release()=0
Called to indicate that this Writer is no longer in use and that the implementation may relinquish an...
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139
The DOMConfiguration interface represents the configuration of a document and maintains a table of re...
Definition: DOMConfiguration.hpp:351
DOMLSSerializer()
Definition: DOMLSSerializer.hpp:283
This interface represents an output destination for data.
Definition: DOMLSOutput.hpp:40
virtual void setNewLine(const XMLCh *const newLine)=0
The end-of-line sequence of characters to be used in the XML being written out.
virtual XMLCh * writeToString(const DOMNode *nodeToWrite, MemoryManager *manager=NULL)=0
Serialize the specified node as described above in the description of DOMLSSerializer.
virtual void setFilter(DOMLSSerializerFilter *filter)=0
When the application provides a filter, the serializer will call out to the filter before serializing...
virtual DOMLSSerializerFilter * getFilter() const =0
Return the WriterFilter used.
virtual DOMConfiguration * getDomConfig()=0
The DOMConfiguration object used by the LSSerializer when serializing a DOM node.
virtual const XMLCh * getNewLine() const =0
Return the end-of-line sequence of characters to be used in the XML being written out.