Package | Description |
---|---|
com.ctc.wstx.api |
Package that contains subset of Woodstox classes that are considered to be
its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and
Stax2 -- org.codehaus.stax2.*).
|
com.ctc.wstx.dom | |
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
com.ctc.wstx.ent |
Package contains internal entity object implementations, which are used
by stream reader classes, but parsed by dtd functionality.
|
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.msv |
Package that contains Multi-Schema Validator (MSV) based validator
implementations for schema languages other than DTD.
|
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.stax |
This package contains miscellaneous classes that implement Woodstox.
|
com.ctc.wstx.sw | |
com.ctc.wstx.util |
Contains utility classes that are not directly Woodstox specific, but are
for now only used by Woodstox.
|
Class and Description |
---|
EmptyElementHandler
Optional handler used to determine if a specific empty element (by name) should
be allowed to use the self-closing syntax instead of having a separate end tag.
|
EmptyElementHandler.HtmlEmptyElementHandler
HTML specific empty element handler.
|
EmptyElementHandler.SetEmptyElementHandler
Handler that uses a Set of Strings.
|
InvalidCharHandler
Simple converter interface designed to be used with stream writer property
WstxOutputProperties.P_OUTPUT_INVALID_CHAR_HANDLER . |
InvalidCharHandler.FailingHandler
This handler implementation just throws an exception for
all invalid characters encountered.
|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
ValidatorConfig |
WriterConfig
Simple configuration container class; passed by writer factory to writer
instance created.
|
WstxInputProperties.ParsingMode
Inner class used for creating type-safe enumerations (prior to JDK 1.5).
|
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
WriterConfig
Simple configuration container class; passed by writer factory to writer
instance created.
|
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
ValidatorConfig |
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
WriterConfig
Simple configuration container class; passed by writer factory to writer
instance created.
|
Class and Description |
---|
ValidatorConfig |
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
WriterConfig
Simple configuration container class; passed by writer factory to writer
instance created.
|
Class and Description |
---|
EmptyElementHandler
Optional handler used to determine if a specific empty element (by name) should
be allowed to use the self-closing syntax instead of having a separate end tag.
|
WriterConfig
Simple configuration container class; passed by writer factory to writer
instance created.
|
Class and Description |
---|
ReaderConfig
Simple configuration container class; passed by reader factory to reader
instance created.
|
Copyright © 2018 FasterXML. All rights reserved.