fr.tireme.schemadoc.schemaquality
Class XSDFileExplorer

java.lang.Object
  extended by fr.tireme.schemadoc.schemaquality.XSDFileExplorer

public class XSDFileExplorer
extends java.lang.Object

Author:
pierre

Constructor Summary
XSDFileExplorer(java.util.List<java.lang.String> schemaURL, boolean exploreLocal, boolean wantOnlyVisibleXMLNames)
          Constructor
XSDFileExplorer(java.util.List<java.lang.String> schemaURL, boolean exploreLocal, boolean wantOnlyVisibleXMLNames, java.io.File out)
          Constructor
 
Method Summary
 void explore()
          explore contents of the list of file oprovided as arguments
 void setHandler(java.util.logging.Handler hand)
          Overwrite standard file logging
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDFileExplorer

public XSDFileExplorer(java.util.List<java.lang.String> schemaURL,
                       boolean exploreLocal,
                       boolean wantOnlyVisibleXMLNames)
Constructor

Parameters:
schemaURL -
exploreLocal -
wantOnlyVisibleXMLNames -

XSDFileExplorer

public XSDFileExplorer(java.util.List<java.lang.String> schemaURL,
                       boolean exploreLocal,
                       boolean wantOnlyVisibleXMLNames,
                       java.io.File out)
Constructor

Parameters:
schemaURL -
exploreLocal -
wantOnlyVisibleXMLNames -
out - where shoud be redirected the output
Method Detail

explore

public void explore()
explore contents of the list of file oprovided as arguments


setHandler

public void setHandler(java.util.logging.Handler hand)
Overwrite standard file logging

Parameters:
hand - the logging handler.