Package org.exist.storage.serializers

Classes to serialize stored documents back into raw XML.

See:
          Description

Class Summary
CustomMatchListener Base class for custom filters which can be applied to the serialization stream generated by the Serializer.
CustomMatchListenerFactory Configures and maintains a list of CustomMatchListener.
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 and xmlns:soapenc namespaces 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.