public final class DirParser extends Parser
| Modifier and Type | Field and Description |
|---|---|
protected IOFile |
rawPath
Database path for storing binary files.
|
| Constructor and Description |
|---|
DirParser(IO source,
Prop pr,
IOFile path)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the parser.
|
java.lang.String |
det()
Returns short information on this process.
|
java.lang.String |
info()
Returns parser information.
|
void |
parse(Builder build)
Parses all nodes and sends events to the specified builder.
|
double |
prog()
Returns a progress value (0 - 1).
|
emptyParser, item, singleParser, target, xmlParserprotected IOFile rawPath
public void parse(Builder build) throws java.io.IOException
Parserpublic java.lang.String info()
Parserpublic java.lang.String det()
Progresspublic double prog()
Progress