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
Parser
public void open() throws java.io.IOException, ParseException
Parser
open
in interface Parser
ParseException
java.io.IOException
public void all() throws java.io.IOException, ParseException
Parser
all
in interface Parser
ParseException
java.io.IOException
public boolean next() throws java.io.IOException, ParseException
next
in interface Parser
ParseException
java.io.IOException
public boolean nextStep() throws java.io.IOException, ParseException
java.io.IOException
ParseException