Class DocumentViewExporter
- java.lang.Object
-
- org.apache.jackrabbit.commons.xml.Exporter
-
- org.apache.jackrabbit.commons.xml.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.
-
-
-
Constructor Detail
-
DocumentViewExporter
public DocumentViewExporter(Session session, org.xml.sax.ContentHandler handler, boolean recurse, boolean binary)
Creates a document view exporter.- Parameters:
session
- current sessionhandler
- SAX event handler for the exportrecurse
- whether to recursively export the whole subtreebinary
- whether to export binary values
-
-