Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
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.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
com.ctc.wstx.stax |
This package contains miscellaneous classes that implement Woodstox.
|
Modifier and Type | Method and Description |
---|---|
protected org.codehaus.stax2.validation.XMLValidationSchema |
DTDSchemaFactory.doCreateSchema(ReaderConfig rcfg,
InputBootstrapper bs,
String publicId,
String systemIdStr,
URL ctxt)
The main validator construction method, called by all externally
visible methods.
|
Modifier and Type | Class and Description |
---|---|
class |
ReaderBootstrapper
Input bootstrap class used when input comes from a Reader; in this case,
encoding is already known, and thus encoding from XML declaration (if
any) is only double-checked, not really used.
|
class |
StreamBootstrapper
Input bootstrap class used with streams, when encoding is not known
(when encoding is specified by application, a reader is constructed,
and then reader-based bootstrapper is used).
|
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) |
protected void |
InputBootstrapper.initFrom(InputBootstrapper src) |
Modifier and Type | Method and Description |
---|---|
static TypedStreamReader |
TypedStreamReader.createStreamReader(BranchingReaderSource input,
ReaderCreator owner,
ReaderConfig cfg,
InputBootstrapper bs,
boolean forER)
Factory method for constructing readers.
|
static ValidatingStreamReader |
ValidatingStreamReader.createValidatingStreamReader(BranchingReaderSource input,
ReaderCreator owner,
ReaderConfig cfg,
InputBootstrapper bs,
boolean forER)
Factory method for constructing readers.
|
Constructor and Description |
---|
BasicStreamReader(InputBootstrapper bs,
BranchingReaderSource input,
ReaderCreator owner,
ReaderConfig cfg,
InputElementStack elemStack,
boolean forER) |
TypedStreamReader(InputBootstrapper bs,
BranchingReaderSource input,
ReaderCreator owner,
ReaderConfig cfg,
InputElementStack elemStack,
boolean forER) |
Modifier and Type | Method and Description |
---|---|
org.codehaus.stax2.XMLStreamReader2 |
WstxInputFactory.createSR(ReaderConfig cfg,
String systemId,
InputBootstrapper bs,
boolean forER,
boolean autoCloseInput)
Method that is eventually called to create a (full) stream read
instance.
|
org.codehaus.stax2.XMLStreamReader2 |
WstxInputFactory.createSR(ReaderConfig cfg,
SystemId systemId,
InputBootstrapper bs,
boolean forER,
boolean autoCloseInput) |
Copyright © 2018 FasterXML. All rights reserved.