org.priha.xml
Class XMLSysExport

java.lang.Object
  extended by org.priha.xml.XMLExport
      extended by org.priha.xml.XMLSysExport

public class XMLSysExport
extends XMLExport

Exports the JCR repository as an XML tree using the System View.


Field Summary
 
Fields inherited from class org.priha.xml.XMLExport
m_session
 
Constructor Summary
XMLSysExport(SessionImpl impl)
           
 
Method Summary
 void exportElement(java.lang.String absPath, org.xml.sax.ContentHandler contentHandler, boolean skipBinary, boolean noRecurse)
           
 
Methods inherited from class org.priha.xml.XMLExport
export
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSysExport

public XMLSysExport(SessionImpl impl)
Method Detail

exportElement

public void exportElement(java.lang.String absPath,
                          org.xml.sax.ContentHandler contentHandler,
                          boolean skipBinary,
                          boolean noRecurse)
                   throws javax.jcr.PathNotFoundException,
                          javax.jcr.RepositoryException,
                          org.xml.sax.SAXException
Specified by:
exportElement in class XMLExport
Throws:
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
org.xml.sax.SAXException