| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JOCLContentHandler | |
|---|---|
| org.apache.commons.jocl | Java Object Configuration Language, an XML application for describing Java Objects to be instantiated. | 
| Uses of JOCLContentHandler in org.apache.commons.jocl | 
|---|
| Methods in org.apache.commons.jocl that return JOCLContentHandler | |
|---|---|
| static JOCLContentHandler | JOCLContentHandler.parse(File f)Parses a JOCL document from the specified file, using the XMLReaderspecified by the org.xml.sax.driver
 property. | 
| static JOCLContentHandler | JOCLContentHandler.parse(File f,
           XMLReader reader)Parses a JOCL document from the specified file, using the XMLReaderspecified by the org.xml.sax.driver
 property. | 
| static JOCLContentHandler | JOCLContentHandler.parse(InputSource in)Parses a JOCL document from the specified InputSource, using thetheXMLReaderspecified by the org.xml.sax.driver
 property. | 
| static JOCLContentHandler | JOCLContentHandler.parse(InputSource in,
           XMLReader reader)Parses a JOCL document from the specified InputSource, using the
 specifiedXMLReader. | 
| static JOCLContentHandler | JOCLContentHandler.parse(InputStream in)Parses a JOCL document from the specified InputStream, using theXMLReaderspecified by the org.xml.sax.driver
 property. | 
| static JOCLContentHandler | JOCLContentHandler.parse(InputStream in,
           XMLReader reader)Parses a JOCL document from the specified InputStream, using the specifiedXMLReader. | 
| static JOCLContentHandler | JOCLContentHandler.parse(Reader in)Parses a JOCL document from the specified Reader, using theXMLReaderspecified by the org.xml.sax.driver
 property. | 
| static JOCLContentHandler | JOCLContentHandler.parse(Reader in,
           XMLReader reader)Parses a JOCL document from the specified Reader, using the specifiedXMLReader. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||