|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.AProp
org.basex.build.file.ParserProp
public final class ParserProp
This class contains parser properties.
Field Summary | |
---|---|
static java.lang.Object[] |
ENCODING
Parser option: encoding. |
static java.lang.Object[] |
FLAT
Parser option: flat. |
static java.lang.Object[] |
FORMAT
Parser option: XML format. |
static java.lang.Object[] |
HEADER
Parser option: header line. |
static java.lang.Object[] |
JSON_SPEC
Parser option: JSON spec. |
static java.lang.Object[] |
JSON_UNESC
Parser option: JSON unescape . |
static java.lang.Object[] |
JSONML
Parser option: jsonml format. |
static java.lang.Object[] |
LINES
Parser option: line. |
static java.lang.Object[] |
SEPARATOR
Parser option: column separator. |
Fields inherited from class org.basex.core.AProp |
---|
props |
Constructor Summary | |
---|---|
ParserProp()
Constructor. |
|
ParserProp(java.lang.String s)
Constructor, specifying initial properties. |
Method Summary |
---|
Methods inherited from class org.basex.core.AProp |
---|
get, get, getSystem, getSystem, invert, is, iterator, num, nums, parse, props, sameAs, set, set, set, set, set, set, setObject, setSystem, setSystem, setSystem, similar, strings, toString, unknown, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Object[] SEPARATOR
public static final java.lang.Object[] HEADER
public static final java.lang.Object[] FORMAT
public static final java.lang.Object[] LINES
public static final java.lang.Object[] FLAT
public static final java.lang.Object[] ENCODING
public static final java.lang.Object[] JSONML
public static final java.lang.Object[] JSON_SPEC
public static final java.lang.Object[] JSON_UNESC
unescape
.
Constructor Detail |
---|
public ParserProp()
public ParserProp(java.lang.String s) throws java.io.IOException
s
- property string. Properties are separated with commas (,
),
key/values with the equality character (=
).
java.io.IOException
- I/O exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |