| Package | Description |
|---|---|
| org.datanucleus.store.rdbms.datasource.dbcp.jocl |
Repackaged Apache DBCP connection pool.
|
| Modifier and Type | Method and Description |
|---|---|
static JOCLContentHandler |
JOCLContentHandler.parse(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(File f,
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(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(InputSource in,
XMLReader reader)
Parses a JOCL document from the specified
InputSource, using the
specified XMLReader. |
static JOCLContentHandler |
JOCLContentHandler.parse(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(InputStream in,
XMLReader reader)
Parses a JOCL document from the specified
InputStream, using the specified
XMLReader. |
static JOCLContentHandler |
JOCLContentHandler.parse(Reader in)
|
static JOCLContentHandler |
JOCLContentHandler.parse(Reader in,
XMLReader reader)
|
Copyright © 2013. All Rights Reserved.