Uses of Class
com.fasterxml.aalto.in.ReaderConfig
Packages that use ReaderConfig
Package
Description
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of ReaderConfig in com.fasterxml.aalto
Methods in com.fasterxml.aalto that return ReaderConfig -
Uses of ReaderConfig in com.fasterxml.aalto.async
Constructors in com.fasterxml.aalto.async with parameters of type ReaderConfigModifierConstructorDescriptionprotected
-
Uses of ReaderConfig in com.fasterxml.aalto.dom
Fields in com.fasterxml.aalto.dom declared as ReaderConfigMethods in com.fasterxml.aalto.dom with parameters of type ReaderConfigModifier and TypeMethodDescriptionstatic DOMReaderImpl
DOMReaderImpl.createFrom
(DOMSource src, ReaderConfig cfg) Constructors in com.fasterxml.aalto.dom with parameters of type ReaderConfig -
Uses of ReaderConfig in com.fasterxml.aalto.in
Fields in com.fasterxml.aalto.in declared as ReaderConfigModifier and TypeFieldDescription(package private) final ReaderConfig
AttributeCollector._config
(package private) final ReaderConfig
InputBootstrapper._config
protected final ReaderConfig
XmlScanner._config
private final ReaderConfig
MergedStream.mConfig
protected final ReaderConfig
Utf32Reader.mConfig
Methods in com.fasterxml.aalto.in that return ReaderConfigModifier and TypeMethodDescriptionReaderConfig.createNonShared
(String publicId, String systemId, String extEnc) XmlScanner.getConfig()
Methods in com.fasterxml.aalto.in with parameters of type ReaderConfigModifier and TypeMethodDescriptionstatic ByteSourceBootstrapper
ByteSourceBootstrapper.construct
(ReaderConfig cfg, byte[] inputBuffer, int inputStart, int inputLen) static ByteSourceBootstrapper
ByteSourceBootstrapper.construct
(ReaderConfig cfg, InputStream in) static CharSourceBootstrapper
CharSourceBootstrapper.construct
(ReaderConfig cfg, char[] buffer, int start, int len) static CharSourceBootstrapper
CharSourceBootstrapper.construct
(ReaderConfig cfg, Reader r) Constructors in com.fasterxml.aalto.in with parameters of type ReaderConfigModifierConstructorDescriptionprotected
protected
private
ByteSourceBootstrapper
(ReaderConfig cfg, byte[] inputBuffer, int inputStart, int inputLen) private
private
CharSourceBootstrapper
(ReaderConfig cfg, char[] buffer, int start, int len) private
CharSourceBootstrapper
(ReaderConfig cfg, Reader r) protected
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) protected
XmlScanner
(ReaderConfig cfg) -
Uses of ReaderConfig in com.fasterxml.aalto.stax
Fields in com.fasterxml.aalto.stax declared as ReaderConfigModifier and TypeFieldDescription(package private) final ReaderConfig
InputFactoryImpl._config
This is the currently active configuration that will be used for readers created by this factory.Methods in com.fasterxml.aalto.stax that return ReaderConfigModifier and TypeMethodDescriptionStreamReaderImpl.getConfig()
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. -
Uses of ReaderConfig in com.fasterxml.aalto.util
Fields in com.fasterxml.aalto.util declared as ReaderConfigMethods in com.fasterxml.aalto.util with parameters of type ReaderConfigModifier and TypeMethodDescriptionstatic TextBuilder
TextBuilder.createRecyclableBuffer
(ReaderConfig cfg) Constructors in com.fasterxml.aalto.util with parameters of type ReaderConfig