|
||||||||||
| 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.mediovis.MAB2Parser
public final class MAB2Parser
This class parses MAB2 data and creates a hierarchical representation.
| Field Summary |
|---|
| Fields inherited from class org.basex.build.Parser |
|---|
doc, io, prop |
| Constructor Summary | |
|---|---|
MAB2Parser(IO fn,
Prop pr)
Constructor. |
|
| Method Summary | |
|---|---|
void |
parse(Builder b)
Parses all nodes and sends events to the specified builder. |
| Methods inherited from class org.basex.build.Parser |
|---|
emptyParser, xmlParser |
| Methods inherited from class org.basex.core.Progress |
|---|
checkStop, det, detail, prog, progress, progress, stop, tit, title |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MAB2Parser(IO fn,
Prop pr)
fn - filename of the XML documentpr - database properties| Method Detail |
|---|
public void parse(Builder b)
throws java.io.IOException
Parser
parse in class Parserb - database builder
java.io.IOException - I/O exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||