|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Progress
org.basex.build.Parser
org.basex.build.xml.XMLParser
public final class XMLParser
This class parses the tokens that are delivered by the
XMLScanner
and sends them to the specified database builder.
Field Summary |
---|
Fields inherited from class org.basex.build.Parser |
---|
doc, io, prop |
Constructor Summary | |
---|---|
XMLParser(IO f,
Prop pr)
Constructor. |
Method Summary | |
---|---|
String |
det()
Returns short information on this process. |
void |
parse(Builder build)
Parses all nodes and sends events to the specified builder. |
double |
prog()
Returns progress information. |
String |
tit()
Returns short information on this process. |
Methods inherited from class org.basex.build.Parser |
---|
emptyParser, xmlParser |
Methods inherited from class org.basex.core.Progress |
---|
abort, checkStop, detail, progress, progress, stop, title |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLParser(IO f, Prop pr) throws IOException
f
- file referencepr
- database properties
IOException
- I/O exceptionMethod Detail |
---|
public void parse(Builder build) throws IOException
Parser
parse
in class Parser
build
- database builder
IOException
- I/O exceptionpublic String tit()
Progress
tit
in class Progress
public String det()
Progress
det
in class Progress
public double prog()
Progress
prog
in class Progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |