Package com.ctc.wstx.sax
Contains Woodstox SAX implementation.
-
Class Summary Class Description SAXFeature Type safe (pre-Java5) enumeration for listing all currently (SAX 2.0.2) defined standard featuresSAXProperty Type-safe (pre-Java5) enumeration of all currently (SAX 2.0.2) defined standard properties.WstxSAXParser This class implements parser part of JAXP and SAX interfaces; and effectively offers an alternative to using Stax input factory / stream reader combination.WstxSAXParser.AttributesWrapper WstxSAXParser.DocHandlerWrapper WstxSAXParserFactory This is implementation of the main JAXP SAX factory, and as such acts as the entry point from JAXP. -
Exception Summary Exception Description WrappedSaxException Simple type-safe wrapper used for "tunneling" SAX exceptions through interfaces that do not allow them to be thrown.