Package 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.*).

See:
          Description

Interface Summary
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.
InvalidCharHandler Simple converter interface designed to be used with stream writer property WstxOutputProperties.P_OUTPUT_INVALID_CHAR_HANDLER.
 

Class Summary
EmptyElementHandler.HtmlEmptyElementHandler HTML specific empty element handler.
EmptyElementHandler.SetEmptyElementHandler Handler that uses a Set of Strings.
InvalidCharHandler.FailingHandler This handler implementation just throws an exception for all invalid characters encountered.
InvalidCharHandler.ReplacingHandler Alternative to the default handler, this handler converts all invalid characters to the specified output character.
ReaderConfig Simple configuration container class; passed by reader factory to reader instance created.
ValidatorConfig  
WriterConfig Simple configuration container class; passed by reader factory to reader instance created.
WstxInputProperties Class that contains constant for property names used to configure cursor and event readers produced by Wstx implementation of XMLInputFactory.
WstxInputProperties.ParsingMode Inner class used for creating type-safe enumerations (prior to JDK 1.5).
WstxOutputProperties Class that contains constant for property names used to configure cursor and event writers produced by Wstx implementation of XMLOutputFactory.
 

Package com.ctc.wstx.api Description

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.*). This means that application code can rely on these classes, and effort is made to keep them backwards compatible between releases.