Save This Page
Home » openjdk-7 » com.sun.org.apache.xalan » internal » xsltc » trax » [javadoc | source]
com.sun.org.apache.xalan.internal.xsltc.trax
public class: StAXStream2SAX [javadoc | source]
java.lang.Object
   com.sun.org.apache.xalan.internal.xsltc.trax.StAXStream2SAX

All Implemented Interfaces:
    XMLReader, Locator

Constructor:
 public StAXStream2SAX(XMLStreamReader staxSrc) 
Method from com.sun.org.apache.xalan.internal.xsltc.trax.StAXStream2SAX Summary:
bridge,   getColumnNumber,   getContentHandler,   getDTDHandler,   getEntityResolver,   getErrorHandler,   getFeature,   getLineNumber,   getProperty,   getPublicId,   getSystemId,   parse,   parse,   parse,   setContentHandler,   setDTDHandler,   setEntityResolver,   setErrorHandler,   setFeature,   setProperty
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.org.apache.xalan.internal.xsltc.trax.StAXStream2SAX Detail:
 public  void bridge() throws XMLStreamException 
 public int getColumnNumber() 
    This class is only used internally so this method should never be called.
 public ContentHandler getContentHandler() 
 public DTDHandler getDTDHandler() 
    This class is only used internally so this method should never be called.
 public EntityResolver getEntityResolver() 
    This class is only used internally so this method should never be called.
 public ErrorHandler getErrorHandler() 
    This class is only used internally so this method should never be called.
 public boolean getFeature(String name) throws SAXNotSupportedException, SAXNotRecognizedException 
    This class is only used internally so this method should never be called.
 public int getLineNumber() 
    This class is only used internally so this method should never be called.
 public Object getProperty(String name) throws SAXNotSupportedException, SAXNotRecognizedException 
    This class is only used internally so this method should never be called.
 public String getPublicId() 
    This class is only used internally so this method should never be called.
 public String getSystemId() 
    This class is only used internally so this method should never be called.
 public  void parse() throws XMLStreamException, IOException, SAXException 
 public  void parse(InputSource unused) throws IOException, SAXException 
 public  void parse(String sysId) throws IOException, SAXException 
    This class is only used internally so this method should never be called.
 public  void setContentHandler(ContentHandler handler) throws NullPointerException 
 public  void setDTDHandler(DTDHandler handler) throws NullPointerException 
    This class is only used internally so this method should never be called.
 public  void setEntityResolver(EntityResolver resolver) throws NullPointerException 
    This class is only used internally so this method should never be called.
 public  void setErrorHandler(ErrorHandler handler) throws NullPointerException 
    This class is only used internally so this method should never be called.
 public  void setFeature(String name,
    boolean value) throws SAXNotSupportedException, SAXNotRecognizedException 
    This class is only used internally so this method should never be called.
 public  void setProperty(String name,
    Object value) throws SAXNotSupportedException, SAXNotRecognizedException 
    This class is only used internally so this method should never be called.