Java org.apache.commons.jocl JOCLContentHandler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jocl JOCLContentHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jocl JOCLContentHandler.

The text is from its open source code.

Method

ObjectgetValue(int i)
Returns the value of the object at the specified index.
JOCLContentHandlerparse(File f)
Parses a JOCL document from the specified file, using the XMLReader specified by the org.xml.sax.driver property.
JOCLContentHandlerparse(Reader in)
Parses a JOCL document from the specified Reader , using the XMLReader specified by the org.xml.sax.driver property.
JOCLContentHandlerparse(InputStream in)
Parses a JOCL document from the specified InputStream , using the XMLReader specified by the org.xml.sax.driver property.
JOCLContentHandlerparse(InputSource in)
Parses a JOCL document from the specified InputSource , using thethe XMLReader specified by the org.xml.sax.driver property.