org.basex.build.xml
Class DOCWrapper

java.lang.Object
  extended by org.basex.core.Progress
      extended by org.basex.build.Parser
          extended by org.basex.build.xml.DOCWrapper

public final class DOCWrapper
extends Parser

This class parses an XML document via a conventional SAX parser. Would be the easiest solution, but some large file cannot be parsed with the default parser.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen

Field Summary
 
Fields inherited from class org.basex.build.Parser
doc, io, prop
 
Constructor Summary
DOCWrapper(Document d, String fn, Prop pr)
          Constructor.
 
Method Summary
 String det()
          Returns short information on this process.
 void parse(Builder builder)
          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

DOCWrapper

public DOCWrapper(Document d,
                  String fn,
                  Prop pr)
Constructor.

Parameters:
d - document instance
fn - filename
pr - database properties
Method Detail

parse

public void parse(Builder builder)
           throws IOException
Description copied from class: Parser
Parses all nodes and sends events to the specified builder.

Specified by:
parse in class Parser
Parameters:
builder - database builder
Throws:
IOException - I/O exception

tit

public String tit()
Description copied from class: Progress
Returns short information on this process. Can be overwritten to give more detailed information.

Overrides:
tit in class Progress
Returns:
header information

det

public String det()
Description copied from class: Progress
Returns short information on this process.

Overrides:
det in class Progress
Returns:
header information

prog

public double prog()
Description copied from class: Progress
Returns progress information. Can be overwritten to give more detailed information.

Overrides:
prog in class Progress
Returns:
header information