org.apache.jackrabbit.test.api
Class ExportSysViewTest.SysViewParser

java.lang.Object
  extended by org.apache.jackrabbit.test.api.ExportSysViewTest.SysViewParser
Enclosing class:
ExportSysViewTest

protected class ExportSysViewTest.SysViewParser
extends Object

class to parse the XML file generated by the sysview export using an OutputStream


Constructor Summary
ExportSysViewTest.SysViewParser(String nodePath, Session session, boolean skipBinary, boolean noRecurse)
           
 
Method Summary
 void parse(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportSysViewTest.SysViewParser

public ExportSysViewTest.SysViewParser(String nodePath,
                                       Session session,
                                       boolean skipBinary,
                                       boolean noRecurse)
                                throws SAXException,
                                       RepositoryException
Throws:
SAXException
RepositoryException
Method Detail

parse

public void parse(File file)
           throws IOException,
                  SAXException
Throws:
IOException
SAXException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.