Uses of Package
com.ctc.wstx.api

Packages that use com.ctc.wstx.api
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
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 reader factory to reader 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
ReaderConfig
          Simple configuration container class; passed by reader factory to reader instance created.
WriterConfig
          Simple configuration container class; passed by reader factory to reader instance created.
 

Classes in com.ctc.wstx.api used by com.ctc.wstx.dtd
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
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
ReaderConfig
          Simple configuration container class; passed by reader factory to reader instance created.
WriterConfig
          Simple configuration container class; passed by reader factory to reader instance created.
 

Classes in com.ctc.wstx.api used by com.ctc.wstx.msv
ValidatorConfig
           
 

Classes in com.ctc.wstx.api used by com.ctc.wstx.sax
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
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
ReaderConfig
          Simple configuration container class; passed by reader factory to reader instance created.
WriterConfig
          Simple configuration container class; passed by reader factory to reader instance created.
 

Classes in com.ctc.wstx.api used by com.ctc.wstx.sw
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 reader factory to reader instance created.
 

Classes in com.ctc.wstx.api used by com.ctc.wstx.util
ReaderConfig
          Simple configuration container class; passed by reader factory to reader instance created.
 



Copyright © 2011 Codehaus. All Rights Reserved.