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 | 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 | 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 | 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 | Description |
---|---|---|
class |
WstxInputFactory |
Factory for creating various Stax objects (stream/event reader,
writer).
|
Copyright © 2019 FasterXML. All rights reserved.