|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parser | |
---|---|
org.basex.build | This package contains classes for creating new database instances. |
org.basex.build.mediovis | This package contains classes for building database instances from MAB2 library data. |
org.basex.build.xml | This package provides classes for creating database instances from XML documents. |
org.basex.core.proc | This package contains the implementations of all database commands. |
Uses of Parser in org.basex.build |
---|
Fields in org.basex.build declared as Parser | |
---|---|
Parser |
Builder.parser
Parser instance. |
Methods in org.basex.build that return Parser | |
---|---|
static Parser |
Parser.emptyParser(IO io,
Prop pr)
Returns a parser instance for creating empty databases. |
static Parser |
Parser.xmlParser(IO io,
Prop prop)
Returns an XML parser instance. |
Constructors in org.basex.build with parameters of type Parser | |
---|---|
DiskBuilder(Parser p)
Constructor. |
|
MemBuilder(Parser p)
Constructor. |
Uses of Parser in org.basex.build.mediovis |
---|
Subclasses of Parser in org.basex.build.mediovis | |
---|---|
class |
MAB2Parser
This class parses MAB2 data and creates a hierarchical representation. |
Uses of Parser in org.basex.build.xml |
---|
Subclasses of Parser in org.basex.build.xml | |
---|---|
class |
DirParser
This class parses the tokens that are delivered by the XMLScanner and sends them to the specified database builder. |
class |
DOCWrapper
This class parses an XML document via a conventional SAX parser. |
class |
SAXWrapper
This class parses an XML document with Java's default SAX parser. |
class |
XMLParser
This class parses the tokens that are delivered by the XMLScanner and sends them to the specified database builder. |
Uses of Parser in org.basex.core.proc |
---|
Methods in org.basex.core.proc with parameters of type Parser | |
---|---|
static Data |
CreateDB.xml(Context ctx,
Parser p,
String db)
Creates a database instance from the specified parser. |
static Data |
CreateDB.xml(Parser p)
Creates a main memory database for the specified parser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |