Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.commons.jocl.JOCLContentHandler

Uses of JOCLContentHandler in org.apache.commons.jocl
 

Fields in org.apache.commons.jocl declared as JOCLContentHandler
private  JOCLContentHandler TestJOCLContentHandler.jocl
           
 

Methods in org.apache.commons.jocl that return JOCLContentHandler
static JOCLContentHandler JOCLContentHandler.parse(java.io.File f)
          Parses a JOCL document from the specified file, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
static JOCLContentHandler JOCLContentHandler.parse(java.io.Reader in)
          Parses a JOCL document from the specified java.io.Reader, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
static JOCLContentHandler JOCLContentHandler.parse(java.io.InputStream in)
          Parses a JOCL document from the specified java.io.InputStream, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
static JOCLContentHandler JOCLContentHandler.parse(org.xml.sax.InputSource in)
          Parses a JOCL document from the specified org.xml.sax.InputSource, using thethe org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
static JOCLContentHandler JOCLContentHandler.parse(java.io.File f, org.xml.sax.XMLReader reader)
          Parses a JOCL document from the specified file, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
static JOCLContentHandler JOCLContentHandler.parse(java.io.Reader in, org.xml.sax.XMLReader reader)
          Parses a JOCL document from the specified java.io.Reader, using the specified org.xml.sax.XMLReader.
static JOCLContentHandler JOCLContentHandler.parse(java.io.InputStream in, org.xml.sax.XMLReader reader)
          Parses a JOCL document from the specified java.io.InputStream, using the specified org.xml.sax.XMLReader.
static JOCLContentHandler JOCLContentHandler.parse(org.xml.sax.InputSource in, org.xml.sax.XMLReader reader)
          Parses a JOCL document from the specified org.xml.sax.InputSource, using the specified org.xml.sax.XMLReader.