Package | Description |
---|---|
com.fasterxml.aalto |
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
|
com.fasterxml.aalto.async |
Package that contains implementations of asynchronous (non-blocking)
parser.
|
com.fasterxml.aalto.dom | |
com.fasterxml.aalto.in | |
com.fasterxml.aalto.stax | |
com.fasterxml.aalto.util |
Modifier and Type | Method and Description |
---|---|
ReaderConfig |
AsyncXMLStreamReader.getConfig() |
Constructor and Description |
---|
AsyncByteArrayScanner(ReaderConfig cfg) |
AsyncByteBufferScanner(ReaderConfig cfg) |
AsyncByteScanner(ReaderConfig cfg) |
Modifier and Type | Field and Description |
---|---|
protected ReaderConfig |
DOMReaderImpl._config |
Modifier and Type | Method and Description |
---|---|
static DOMReaderImpl |
DOMReaderImpl.createFrom(DOMSource src,
ReaderConfig cfg) |
Constructor and Description |
---|
DOMReaderImpl(DOMSource src,
ReaderConfig cfg) |
Modifier and Type | Field and Description |
---|---|
protected ReaderConfig |
XmlScanner._config |
Modifier and Type | Method and Description |
---|---|
ReaderConfig |
ReaderConfig.createNonShared(String publicId,
String systemId,
String extEnc) |
ReaderConfig |
XmlScanner.getConfig() |
Modifier and Type | Method and Description |
---|---|
static ByteSourceBootstrapper |
ByteSourceBootstrapper.construct(ReaderConfig cfg,
byte[] inputBuffer,
int inputStart,
int inputLen) |
static CharSourceBootstrapper |
CharSourceBootstrapper.construct(ReaderConfig cfg,
char[] buffer,
int start,
int len) |
static ByteSourceBootstrapper |
ByteSourceBootstrapper.construct(ReaderConfig cfg,
InputStream in) |
static CharSourceBootstrapper |
CharSourceBootstrapper.construct(ReaderConfig cfg,
Reader r) |
Constructor and Description |
---|
AttributeCollector(ReaderConfig cfg) |
ByteBasedScanner(ReaderConfig cfg) |
InputBootstrapper(ReaderConfig cfg) |
MergedStream(ReaderConfig cfg,
InputStream in,
byte[] buf,
int start,
int end) |
ReaderScanner(ReaderConfig cfg,
Reader r) |
ReaderScanner(ReaderConfig cfg,
Reader r,
char[] buffer,
int ptr,
int last) |
StreamScanner(ReaderConfig cfg,
InputStream in,
byte[] buffer,
int ptr,
int last) |
Utf32Reader(ReaderConfig cfg,
InputStream in,
byte[] buf,
int ptr,
int len,
boolean isBigEndian) |
Utf8Scanner(ReaderConfig cfg,
InputStream in,
byte[] buffer,
int ptr,
int last) |
XmlScanner(ReaderConfig cfg) |
Modifier and Type | Method and Description |
---|---|
ReaderConfig |
StreamReaderImpl.getConfig() |
ReaderConfig |
InputFactoryImpl.getNonSharedConfig(String systemId,
String publicId,
String extEncoding,
boolean forEventReader,
boolean forceAutoClose)
Method called when a non-shared copy of the current configuration
is needed.
|
Modifier and Type | Method and Description |
---|---|
static TextBuilder |
TextBuilder.createRecyclableBuffer(ReaderConfig cfg) |
Copyright © 2018 FasterXML. All rights reserved.