| Home >> All >> org >> apache >> commons >> [ jocl Javadoc ] |
org.apache.commons.jocl: Javadoc index of package org.apache.commons.jocl.
Package Samples:
org.apache.commons.jocl
Classes:
JOCLContentHandler: A org.xml.sax.ContentHandler for the Java Object Configuration Language. JOCL provides an XML syntax for constructing arbitrary Java java.lang.Object instances. It does not define a full XML document type (there's no root element), but rather an XML fragment describing the Object s> Object s to be constructed. In a JOCL fragment, one may define a series of objects using the object element. A trivial example is: <object class="java.util.Date"/> which constructs an instance of java.util.Date using the no-argument constructor. After a "root-level" <object> element has been processed (that ...
ConstructorUtil: Miscellaneous java.lang.reflect.Constructor related utility functions.
TestAll
TestJOCLContentHandler
| Home | Contact Us | Privacy Policy | Terms of Service |