public abstract class SingleParser extends Parser
Modifier and Type | Field and Description |
---|---|
protected Builder |
builder
Builder reference.
|
Modifier | Constructor and Description |
---|---|
protected |
SingleParser(IO source,
MainOptions opts)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
parse()
Parses the current input.
|
void |
parse(Builder build)
Parses all nodes and sends events to the specified builder.
|
close, emptyParser, info, singleParser, target, xmlParser
abort, checkStop, databases, det, detail, listen, proc, prog, progress, registered, registered, startTimeout, stop, stopTimeout, tit, title
protected Builder builder
protected SingleParser(IO source, MainOptions opts)
source
- input sourceopts
- database optionspublic final void parse(Builder build) throws IOException
Parser
parse
in class Parser
build
- database builderIOException
- I/O exceptionprotected abstract void parse() throws IOException
IOException
- I/O exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.