| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY_CLOSE |
static int |
ARRAY_OPEN |
static int |
MAP_CLOSE |
static int |
MAP_OPEN |
| Constructor and Description |
|---|
DGSParser(FileSourceDGS dgs,
java.io.Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
all()
Parse the whole stream.
|
void |
close()
Close the stream.
|
boolean |
next() |
boolean |
nextStep() |
void |
open()
Start parsing the stream.
|
public static final int ARRAY_OPEN
public static final int ARRAY_CLOSE
public static final int MAP_OPEN
public static final int MAP_CLOSE
public DGSParser(FileSourceDGS dgs, java.io.Reader reader)
public void close()
throws java.io.IOException
Parserpublic void open()
throws java.io.IOException,
ParseException
Parseropen in interface ParserParseExceptionjava.io.IOExceptionpublic void all()
throws java.io.IOException,
ParseException
Parserall in interface ParserParseExceptionjava.io.IOExceptionpublic boolean next()
throws java.io.IOException,
ParseException
next in interface ParserParseExceptionjava.io.IOExceptionpublic boolean nextStep()
throws java.io.IOException,
ParseException
java.io.IOExceptionParseException