Uses of Package
com.ctc.wstx.api
-
Packages that use com.ctc.wstx.api 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. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.api Class 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 propertyWstxOutputProperties.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). -
Classes in com.ctc.wstx.api used by com.ctc.wstx.dom Class 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. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.dtd Class Description ReaderConfig Simple configuration container class; passed by reader factory to reader instance created.ValidatorConfig -
Classes in com.ctc.wstx.api used by com.ctc.wstx.ent Class Description ReaderConfig Simple configuration container class; passed by reader factory to reader instance created. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.io Class 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. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.msv Class Description ValidatorConfig -
Classes in com.ctc.wstx.api used by com.ctc.wstx.sax Class Description ReaderConfig Simple configuration container class; passed by reader factory to reader instance created. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.sr Class Description ReaderConfig Simple configuration container class; passed by reader factory to reader instance created. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.stax Class 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. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.sw Class 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. -
Classes in com.ctc.wstx.api used by com.ctc.wstx.util Class Description ReaderConfig Simple configuration container class; passed by reader factory to reader instance created.