|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jocl overview ] | PREV NEXT | ||||||||
A
- ATT_CLASS - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "object" element's "class" attribute.
- ATT_ISNULL - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "object" element's "isnull" attribute.
- ATT_VALUE - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "value" attribute.
- addArgument(Object) - Method in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- addArgument(Class, Object) - Method in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- addObject(Class, Object) - Method in class org.apache.commons.jocl.JOCLContentHandler
- Add the specified object either to my type/value list, or as an argument to the object I'm currently constructing.
C
- ConstructorUtil - class org.apache.commons.jocl.ConstructorUtil.
- Miscellaneous java.lang.reflect.Constructor related utility functions.
- ConstructorUtil() - Constructor for class org.apache.commons.jocl.ConstructorUtil
- clear() - Method in class org.apache.commons.jocl.JOCLContentHandler
- Clears all the values and types in my list.
- clear(int) - Method in class org.apache.commons.jocl.JOCLContentHandler
- Removes the value/type pair at the specified index.
- createObject() - Method in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
E
- ELT_BOOLEAN - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "boolean" element.
- ELT_BYTE - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "byte" element.
- ELT_CHAR - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "char" element.
- ELT_DOUBLE - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "double" element.
- ELT_FLOAT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "float" element.
- ELT_INT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "int" element.
- ELT_LONG - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "long" element.
- ELT_OBJECT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "object" element.
- ELT_SHORT - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "short" element.
- ELT_STRING - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The name of the "string" element.
- endElement(String, String, String) - Method in class org.apache.commons.jocl.JOCLContentHandler
G
- getAttributeValue(String, Attributes) - Method in class org.apache.commons.jocl.JOCLContentHandler
- Equivalent to getAttributeValue(localname,attr,null) 55 .
- getAttributeValue(String, Attributes, String) - Method in class org.apache.commons.jocl.JOCLContentHandler
- Returns the value of attribute with the given localname within the JOCL namespace from the given set of org.xml.sax.Attributes.
- getConstructor(Class, Class[]) - Static method in class org.apache.commons.jocl.ConstructorUtil
- Returns a java.lang.reflect.Constructor for the given method signature, or null if no such Constructor can be found.
- getParent() - Method in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- getType() - Method in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- getType(int) - Method in class org.apache.commons.jocl.JOCLContentHandler
- Returns the type of the object at the specified index.
- getTypeArray() - Method in class org.apache.commons.jocl.JOCLContentHandler
- Returns a shallow copy of my list of types.
- getValue(int) - Method in class org.apache.commons.jocl.JOCLContentHandler
- Returns the value of the object at the specified index.
- getValueArray() - Method in class org.apache.commons.jocl.JOCLContentHandler
- Returns a shallow copy of my list of values.
I
- invokeConstructor(Class, Class[], Object[]) - Static method in class org.apache.commons.jocl.ConstructorUtil
- Creates a new instance of the specified type using a java.lang.reflect.Constructor described by the given parameter types and values.
- isJoclNamespace(String, String, String) - Method in class org.apache.commons.jocl.JOCLContentHandler
- Returns true if the given attributes define an element within the JOCL namespace (according to my current configuration.)
J
- JOCLContentHandler - class org.apache.commons.jocl.JOCLContentHandler.
- A org.xml.sax.ContentHandler for the Java Object Configuration Language.
- JOCLContentHandler() - Constructor for class org.apache.commons.jocl.JOCLContentHandler
- Equivalent to JOCLContentHandler(true,true,true,true) 55 .
- JOCLContentHandler(boolean, boolean, boolean, boolean) - Constructor for class org.apache.commons.jocl.JOCLContentHandler
- Construct a JOCLContentHandler.
- JOCLContentHandler.ConstructorDetails - class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails.
- JOCLContentHandler.ConstructorDetails(String, JOCLContentHandler.ConstructorDetails) - Constructor for class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- JOCLContentHandler.ConstructorDetails(String, JOCLContentHandler.ConstructorDetails, boolean) - Constructor for class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- JOCLContentHandler.ConstructorDetails(Class, JOCLContentHandler.ConstructorDetails, boolean) - Constructor for class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- JOCL_NAMESPACE_URI - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The JOCL namespace URI, http://apache.org/xml/xmlns/jakarta/commons/jocl.
- JOCL_PREFIX - Static variable in class org.apache.commons.jocl.JOCLContentHandler
- The default JOCL prefix, jocl:.
- jocl - Variable in class org.apache.commons.jocl.TestJOCLContentHandler
M
- main(String[]) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- A simple tester method.
- main(String[]) - Static method in class org.apache.commons.jocl.TestAll
- main(String[]) - Static method in class org.apache.commons.jocl.TestJOCLContentHandler
O
- org.apache.commons.jocl - package org.apache.commons.jocl
P
- parse(File) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified file, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
- parse(Reader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified java.io.Reader, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
- parse(InputStream) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified java.io.InputStream, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
- parse(InputSource) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified org.xml.sax.InputSource, using thethe org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
- parse(File, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified file, using the org.xml.sax.XMLReader specified by the org.xml.sax.driver property.
- parse(Reader, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified java.io.Reader, using the specified org.xml.sax.XMLReader.
- parse(InputStream, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified java.io.InputStream, using the specified org.xml.sax.XMLReader.
- parse(InputSource, XMLReader) - Static method in class org.apache.commons.jocl.JOCLContentHandler
- Parses a JOCL document from the specified org.xml.sax.InputSource, using the specified org.xml.sax.XMLReader.
S
- setDocumentLocator(Locator) - Method in class org.apache.commons.jocl.JOCLContentHandler
- setUp() - Method in class org.apache.commons.jocl.TestJOCLContentHandler
- size() - Method in class org.apache.commons.jocl.JOCLContentHandler
- Returns the number of values and types in my list.
- startElement(String, String, String, Attributes) - Method in class org.apache.commons.jocl.JOCLContentHandler
- suite() - Static method in class org.apache.commons.jocl.TestAll
- suite() - Static method in class org.apache.commons.jocl.TestJOCLContentHandler
T
- TestAll - class org.apache.commons.jocl.TestAll.
- TestAll(String) - Constructor for class org.apache.commons.jocl.TestAll
- TestJOCLContentHandler - class org.apache.commons.jocl.TestJOCLContentHandler.
- TestJOCLContentHandler(String) - Constructor for class org.apache.commons.jocl.TestJOCLContentHandler
- testObject() - Method in class org.apache.commons.jocl.TestJOCLContentHandler
- testPrimatives() - Method in class org.apache.commons.jocl.TestJOCLContentHandler
_
- _acceptEmptyNamespaceForAttributes - Variable in class org.apache.commons.jocl.JOCLContentHandler
- When true, I will treat attributes with an empty namespace URI as part of the JOCL namespace.
- _acceptEmptyNamespaceForElements - Variable in class org.apache.commons.jocl.JOCLContentHandler
- When true, I will treat elements with an empty namespace URI as part of the JOCL namespace.
- _acceptJoclPrefixForAttributes - Variable in class org.apache.commons.jocl.JOCLContentHandler
- When true, I will treat attributes with the
JOCLContentHandler.JOCL_PREFIX55 but no namespace URI as being mapped to the jocl namespace. - _acceptJoclPrefixForElements - Variable in class org.apache.commons.jocl.JOCLContentHandler
- When true, I will treat elements with the
JOCLContentHandler.JOCL_PREFIX55 but no namespace URI as being mapped to the jocl namespace. - _argTypes - Variable in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- _argValues - Variable in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- _cur - Variable in class org.apache.commons.jocl.JOCLContentHandler
- The object I'm currently working on.
- _isnull - Variable in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- _locator - Variable in class org.apache.commons.jocl.JOCLContentHandler
- My org.xml.sax.Locator.
- _parent - Variable in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- _type - Variable in class org.apache.commons.jocl.JOCLContentHandler.ConstructorDetails
- _typeList - Variable in class org.apache.commons.jocl.JOCLContentHandler
- A list of the types (java.lang.Classes) already created via the parse.
- _valueList - Variable in class org.apache.commons.jocl.JOCLContentHandler
- A list of the values (java.lang.Objects) already created via the parse.
A C E G I J M O P S T _
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jocl overview ] | PREV NEXT | ||||||||