Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
com.ctc.wstx.sax |
Contains Woodstox SAX implementation.
|
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.sw |
Modifier and Type | Method | Description |
---|---|---|
void |
DTDValidatorBase.checkNsDefaults(InputElementStack nsStack) |
Modifier and Type | Field | Description |
---|---|---|
protected InputElementStack |
WstxSAXParser.mElemStack |
Modifier and Type | Field | Description |
---|---|---|
protected InputElementStack |
BasicStreamReader.mElementStack |
Currently open element tree
|
Modifier and Type | Method | Description |
---|---|---|
protected static InputElementStack |
BasicStreamReader.createElementStack(ReaderConfig cfg) |
|
InputElementStack |
BasicStreamReader.getInputElementStack() |
Method needed by classes (like stream writer implementations)
that want to have efficient direct access to element stack
implementation
|
InputElementStack |
StreamReaderImpl.getInputElementStack() |
Modifier and Type | Method | Description |
---|---|---|
void |
NsDefaultProvider.checkNsDefaults(InputElementStack nsStack) |
Method called by the input element stack to indicate that
it has just added local namespace declarations from the
current element, and is about to start resolving element
and attribute namespace bindings.
|
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 | Method | Description |
---|---|---|
abstract void |
BaseStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector attrCollector) |
Implementation-dependant method called to fully copy START_ELEMENT
event that the passed-in stream reader points to
|
void |
NonNsStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector attrCollector) |
Element copier method implementation suitable to be used with
non-namespace-aware writers.
|
void |
RepairingNsStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector ac) |
Element copier method implementation suitable for use with
namespace-aware writers in repairing mode.
|
void |
SimpleNsStreamWriter.copyStartElement(InputElementStack elemStack,
AttributeCollector attrCollector) |
Element copier method implementation suitable to be used with
namespace-aware writers in non-repairing (explicit namespaces) mode.
|
Copyright © 2019 FasterXML. All rights reserved.