static JOCLContentHandler |
JOCLContentHandler.parse(java.io.File f) |
Parses a JOCL document from the specified file, using the
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
XMLReader specified by the org.xml.sax.driver
property.
|
static JOCLContentHandler |
JOCLContentHandler.parse(java.io.InputStream in) |
Parses a JOCL document from the specified InputStream, using the
XMLReader specified by the org.xml.sax.driver
property.
|
static JOCLContentHandler |
JOCLContentHandler.parse(java.io.InputStream in,
org.xml.sax.XMLReader reader) |
Parses a JOCL document from the specified InputStream, using the specified
XMLReader.
|
static JOCLContentHandler |
JOCLContentHandler.parse(java.io.Reader in) |
Parses a JOCL document from the specified Reader, using the
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 Reader, using the specified
XMLReader.
|
static JOCLContentHandler |
JOCLContentHandler.parse(org.xml.sax.InputSource in) |
Parses a JOCL document from the specified InputSource, using thethe
XMLReader specified by the org.xml.sax.driver
property.
|
static JOCLContentHandler |
JOCLContentHandler.parse(org.xml.sax.InputSource in,
org.xml.sax.XMLReader reader) |
Parses a JOCL document from the specified InputSource, using the
specified XMLReader.
|