Class SystemViewExporter
- java.lang.Object
 - 
- org.apache.jackrabbit.commons.xml.Exporter
 - 
- org.apache.jackrabbit.commons.xml.SystemViewExporter
 
 
 
- 
public class SystemViewExporter extends Exporter
System view exporter.- Since:
 - Jackrabbit JCR Commons 1.5
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SystemViewExporter(Session session, org.xml.sax.ContentHandler handler, boolean recurse, boolean binary)Creates a system view exporter. 
 - 
 
- 
- 
Constructor Detail
- 
SystemViewExporter
public SystemViewExporter(Session session, org.xml.sax.ContentHandler handler, boolean recurse, boolean binary)
Creates a system view exporter.- Parameters:
 session- current sessionhandler- SAX event handler for the exportrecurse- whether to recursively export the whole subtreebinary- whether to export binary values
 
 - 
 
 -