Class DocumentViewExporter


  • public class DocumentViewExporter
    extends Exporter
    Document view exporter.
    Since:
    Jackrabbit JCR Commons 1.5
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentViewExporter​(Session session, org.xml.sax.ContentHandler handler, boolean recurse, boolean binary)
      Creates a document view exporter.
    • Method Summary

      • Methods inherited from class org.apache.jackrabbit.commons.xml.Exporter

        export
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentViewExporter

        public DocumentViewExporter​(Session session,
                                    org.xml.sax.ContentHandler handler,
                                    boolean recurse,
                                    boolean binary)
        Creates a document view exporter.
        Parameters:
        session - current session
        handler - SAX event handler for the export
        recurse - whether to recursively export the whole subtree
        binary - whether to export binary values