org.basex.build.xml
Class XMLScanner
java.lang.Object
org.basex.core.Progress
org.basex.build.xml.XMLScanner
public final class XMLScanner
- extends Progress
This class scans an XML document and creates atomic tokens.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen, Andreas Weiler
Method Summary |
String |
det()
Returns short information on this process. |
double |
prog()
Returns progress information. |
XMLScanner
public XMLScanner(IO f,
Prop pr)
throws IOException
- Initializes the scanner.
- Parameters:
f
- input filepr
- database properties
- Throws:
IOException
- I/O exception
det
public String det()
- Description copied from class:
Progress
- Returns short information on this process.
- Overrides:
det
in class Progress
- Returns:
- header information
prog
public double prog()
- Description copied from class:
Progress
- Returns progress information.
Can be overwritten to give more detailed information.
- Overrides:
prog
in class Progress
- Returns:
- header information