public final class StreamingParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AT_END |
static int |
ATTR |
static int |
CHARS |
static int |
END |
static int |
IWS |
static int |
PI |
static int |
START |
| Constructor and Description |
|---|
StreamingParser(File file) |
StreamingParser(InputStream in) |
public static final int START
public static final int END
public static final int ATTR
public static final int CHARS
public static final int IWS
public static final int PI
public static final int AT_END
public StreamingParser(InputStream in)
public StreamingParser(File file) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.