Package com.ctc.wstx.sax


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