Package | Description |
---|---|
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 | Field and Description |
---|---|
protected ReaderCreator |
BasicStreamReader.mOwner
Object to notify about shared stuff, such as symbol tables, as well
as to query for additional config settings if necessary.
|
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 | Class and Description |
---|---|
class |
WstxInputFactory
Factory for creating various Stax objects (stream/event reader,
writer).
|
Copyright © 2018 FasterXML. All rights reserved.