protected static class XMLStreamEvents.Starter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
addPositionInErrors |
protected Charset |
bomEncoding |
protected int |
bufferSize |
protected Charset |
givenEncoding |
protected IO.Readable.Buffered |
io |
protected int |
line |
protected int |
maxBuffers |
protected int |
posInLine |
protected Decoder |
tmpDecoder |
protected UnprotectedStringBuffer |
xmlEncoding |
protected UnprotectedStringBuffer |
xmlStandalone |
protected UnprotectedStringBuffer |
xmlVersion |
| Constructor and Description |
|---|
Starter(IO.Readable.Buffered io,
Charset givenEncoding,
int bufferSize,
int maxBuffers,
boolean addPositionInErrors) |
protected IO.Readable.Buffered io
protected int bufferSize
protected int maxBuffers
protected boolean addPositionInErrors
protected Charset givenEncoding
protected Charset bomEncoding
protected Decoder tmpDecoder
protected int line
protected int posInLine
protected UnprotectedStringBuffer xmlVersion
protected UnprotectedStringBuffer xmlEncoding
protected UnprotectedStringBuffer xmlStandalone
public Starter(IO.Readable.Buffered io, Charset givenEncoding, int bufferSize, int maxBuffers, boolean addPositionInErrors)
public ICharacterStream.Readable.Buffered start() throws IOException, XMLException
IOExceptionXMLExceptionCopyright © 2019. All rights reserved.