org.basex.build.mediovis
Class MAB2Parser
java.lang.Object
org.basex.core.Progress
org.basex.build.Parser
org.basex.build.mediovis.MAB2Parser
public final class MAB2Parser
- extends Parser
This class parses MAB2 data and creates a hierarchical representation.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Method Summary |
void |
parse(Builder b)
Parses all nodes and sends events to the specified builder. |
MAB2Parser
public MAB2Parser(IO fn,
Prop pr)
- Constructor.
- Parameters:
fn
- filename of the XML documentpr
- database properties
parse
public void parse(Builder b)
throws IOException
- Description copied from class:
Parser
- Parses all nodes and sends events to the specified builder.
- Specified by:
parse
in class Parser
- Parameters:
b
- database builder
- Throws:
IOException
- I/O exception