@Version("2.2")
Package org.apache.jackrabbit.commons.xml
-
Class Summary Class Description DefaultContentHandler Adapter class for exposing aContentHandler
instance asDefaultHandler
object.DocumentViewExporter Document view exporter.Exporter Abstract base class for document and system view exporters.ParsingContentHandler Utility class that decorates aContentHandler
instance with simple XML parsing capability.ProxyContentHandler A proxy content handler that passes all SAX events as-is to the proxied handler.SerializingContentHandler AContentHandler
that serializes SAX events to a givenResult
instance.SystemViewExporter System view exporter.ToXmlContentHandler Simple XML serializer.XmlnsContentHandler Content handler proxy that adds explicit "xmlns" attributes for all namespace mappings introduced throughXmlnsContentHandler.startPrefixMapping(String, String)
calls.