Package | Description |
---|---|
com.ctc.wstx.io |
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
|
com.ctc.wstx.stax |
This package contains miscellaneous classes that implement Woodstox.
|
Modifier and Type | Field and Description |
---|---|
protected SystemId |
InputBootstrapper.mSystemId |
Modifier and Type | Method and Description |
---|---|
static SystemId |
SystemId.construct(String systemId) |
static SystemId |
SystemId.construct(String systemId,
URL url) |
static SystemId |
SystemId.construct(URL url) |
SystemId |
InputBootstrapper.getSystemId() |
Modifier and Type | Method and Description |
---|---|
static BranchingReaderSource |
InputSourceFactory.constructDocumentSource(ReaderConfig cfg,
InputBootstrapper bs,
String pubId,
SystemId sysId,
Reader r,
boolean realClose)
Factory method used for creating the main-level document reader
source.
|
static ReaderSource |
InputSourceFactory.constructEntitySource(ReaderConfig cfg,
WstxInputSource parent,
String entityName,
InputBootstrapper bs,
String pubId,
SystemId sysId,
int xmlVersion,
Reader r) |
static StreamBootstrapper |
StreamBootstrapper.getInstance(String pubId,
SystemId sysId,
byte[] data,
int start,
int end)
Factory method used when the underlying data provider is a pre-allocated
block source, and no stream is used.
|
static StreamBootstrapper |
StreamBootstrapper.getInstance(String pubId,
SystemId sysId,
InputStream in)
Factory method used when the underlying data provider is an
actual stream.
|
static ReaderBootstrapper |
ReaderBootstrapper.getInstance(String pubId,
SystemId sysId,
Reader r,
String appEncoding) |
Constructor and Description |
---|
BaseInputSource(WstxInputSource parent,
String fromEntity,
String publicId,
SystemId systemId) |
BranchingReaderSource(ReaderConfig cfg,
String pubId,
SystemId sysId,
Reader r,
boolean realClose) |
CharArraySource(WstxInputSource parent,
String fromEntity,
char[] chars,
int offset,
int len,
Location loc,
SystemId sysId) |
InputBootstrapper(String pubId,
SystemId sysId) |
ReaderSource(ReaderConfig cfg,
WstxInputSource parent,
String fromEntity,
String pubId,
SystemId sysId,
Reader r,
boolean realClose) |
WstxInputLocation(WstxInputLocation ctxt,
String pubId,
SystemId sysId,
long charOffset,
int row,
int col) |
Modifier and Type | Method and Description |
---|---|
org.codehaus.stax2.XMLStreamReader2 |
WstxInputFactory.createSR(ReaderConfig cfg,
SystemId systemId,
InputBootstrapper bs,
boolean forER,
boolean autoCloseInput) |
protected org.codehaus.stax2.XMLStreamReader2 |
WstxInputFactory.createSR(SystemId systemId,
InputStream in,
String enc,
boolean forER,
boolean autoCloseInput) |
protected org.codehaus.stax2.XMLStreamReader2 |
WstxInputFactory.createSR(SystemId systemId,
Reader r,
boolean forER,
boolean autoCloseInput) |
Copyright © 2018 FasterXML. All rights reserved.