Package org.exist.storage.serializers

Classes to serialize stored documents back into raw XML.

See:
          Description

Class Summary
EXistOutputKeys  
NativeSerializer Serializer implementation for the native database backend.
Serializer Serializer base class, used to serialize a document or document fragment back to XML.
WSDLFilter Add the xmlns:tns namespace to the definitions element of the WSDL stylesheet we do this here as a workaround for Xalan, Xalan has no easy way to declare additional dynamic namespaces.
XIncludeFilter A filter that listens for XInclude elements in the stream of events generated by the Serializer.
 

Package org.exist.storage.serializers Description

Classes to serialize stored documents back into raw XML. Documents are either serialized to text or to a SAX stream.



Copyright (C) Wolfgang Meier. All rights reserved.