Package org.basex.build.file

Classes for creating databases from different sources.

See:
          Description

Class Summary
CSVParser This class parses files in the CSV format and sends events to the specified database builder.
HTMLParser This class uses TagSoup to convert HTML input to well-formed XML.
HTMLProp This class contains HTML parsing properties for TagSoup.
JSONParser This class parses files in the JSON format and sends events to the specified database builder.
MAB2Parser This class parses files in the MAB2 format and sends events to the specified database builder.
ParserProp This class contains parser properties.
TextParser This class parses files in the plain-text format and sends events to the specified database builder.
 

Package org.basex.build.file Description

Classes for creating databases from different sources.