Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I K L M N O P R S U V W

A

ArrayStack - class org.cantaloop.tools.digester.ArrayStack.
Implementation of the java.util.Stack API that is based on an ArrayList rather than a Vector.
ArrayStack() - Constructor for class org.cantaloop.tools.digester.ArrayStack
 
addCallMethod(String, String, int) - Method in class org.cantaloop.tools.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, String[]) - Method in class org.cantaloop.tools.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, Class[]) - Method in class org.cantaloop.tools.digester.Digester
Add an "call method" rule for the specified parameters.
addCallParam(String, int) - Method in class org.cantaloop.tools.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, String) - Method in class org.cantaloop.tools.digester.Digester
Add a "call parameter" rule for the specified parameters.
addObjectCreate(String, String) - Method in class org.cantaloop.tools.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, String, String) - Method in class org.cantaloop.tools.digester.Digester
Add an "object create" rule for the specified parameters.
addRule(String, Rule) - Method in class org.cantaloop.tools.digester.Digester
Register a new Rule matching the specified pattern.
addRuleForAllPrefixes(String[], String, Rule) - Method in class org.cantaloop.tools.digester.Digester
 
addSetNext(String, String) - Method in class org.cantaloop.tools.digester.Digester
Add a "set next" rule for the specified parameters.
addSetNext(String, String, String) - Method in class org.cantaloop.tools.digester.Digester
Add a "set next" rule for the specified parameters.
addSetProperties(String) - Method in class org.cantaloop.tools.digester.Digester
Add a "set properties" rule for the specified parameters.
addSetProperty(String, String, String) - Method in class org.cantaloop.tools.digester.Digester
Add a "set property" rule for the specified parameters.
addSetTop(String, String) - Method in class org.cantaloop.tools.digester.Digester
Add a "set top" rule for the specified parameters.
addSetTop(String, String, String) - Method in class org.cantaloop.tools.digester.Digester
Add a "set top" rule for the specified parameters.
attributeName - Variable in class org.cantaloop.tools.digester.CallParamRule
The attribute from which to save the parameter value
attributeName - Variable in class org.cantaloop.tools.digester.ObjectCreateRule
The attribute containing an override class name if it is present.

B

BeanUtils - class org.cantaloop.tools.digester.BeanUtils.
Deprecated. At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Beanutils package.
BeanUtils() - Constructor for class org.cantaloop.tools.digester.BeanUtils
Deprecated.  
begin(AttributeList) - Method in class org.cantaloop.tools.digester.CallMethodRule
Process the start of this element.
begin(AttributeList) - Method in class org.cantaloop.tools.digester.CallParamRule
Process the start of this element.
begin(AttributeList) - Method in class org.cantaloop.tools.digester.ObjectCreateRule
Process the beginning of this element.
begin(AttributeList) - Method in class org.cantaloop.tools.digester.Rule
This method is called when the beginning of a matching XML element is encountered.
begin(AttributeList) - Method in class org.cantaloop.tools.digester.SetPropertiesRule
Process the beginning of this element.
begin(AttributeList) - Method in class org.cantaloop.tools.digester.SetPropertyRule
Process the beginning of this element.
body(String) - Method in class org.cantaloop.tools.digester.CallMethodRule
Process the body text of this element.
body(String) - Method in class org.cantaloop.tools.digester.CallParamRule
Process the body text of this element.
body(String) - Method in class org.cantaloop.tools.digester.Rule
This method is called when the body of a matching XML element is encountered.
bodyText - Variable in class org.cantaloop.tools.digester.CallMethodRule
The body text collected from this element.
bodyText - Variable in class org.cantaloop.tools.digester.CallParamRule
The body text collected from this element.
bodyText - Variable in class org.cantaloop.tools.digester.Digester
The body text of the current element.
bodyTexts - Variable in class org.cantaloop.tools.digester.Digester
The stack of body text string buffers for surrounding elements.

C

CallMethodRule - class org.cantaloop.tools.digester.CallMethodRule.
Rule implementation that calls a method on the top (parent) object, passing arguments collected from subsequent CallParamRule rules or from the body of this element.
CallMethodRule(Digester, String, int) - Constructor for class org.cantaloop.tools.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(Digester, String, int, String[]) - Constructor for class org.cantaloop.tools.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(Digester, String, int, Class[]) - Constructor for class org.cantaloop.tools.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallParamRule - class org.cantaloop.tools.digester.CallParamRule.
Rule implementation that saves a parameter from either an attribute of this element, or from the element body, to be used in a call generated by a surrounding CallMethodRule rule.
CallParamRule(Digester, int) - Constructor for class org.cantaloop.tools.digester.CallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
CallParamRule(Digester, int, String) - Constructor for class org.cantaloop.tools.digester.CallParamRule
Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
ConvertUtils - class org.cantaloop.tools.digester.ConvertUtils.
Deprecated. At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Beanutils package.
ConvertUtils() - Constructor for class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
characters(char[], int, int) - Method in class org.cantaloop.tools.digester.Digester
Process notification of character data received from the body of an XML element.
className - Variable in class org.cantaloop.tools.digester.ObjectCreateRule
The Java class name of the object to be created.
clear() - Method in class org.cantaloop.tools.digester.ArrayStack
Remove all elements from this stack.
clear() - Method in class org.cantaloop.tools.digester.Digester
Clear the current contents of the object stack.
clear() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Remove all mappings from this map.
clone() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return a shallow copy of this FastHashMap instance.
cloneBean(Object) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
containsKey(Object) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return true if this map contains one or more keys mapping to the specified value.
convert(Object) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert the specified value into a String.
convert(String, Class) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert the specified value to an object of the specified class (if possible).
convert(String[], Class) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert an array of specified values to an array of objects of the specified class (if possible).
convertBoolean(String, Boolean) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Boolean value.
convertByte(String, Byte) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Byte value.
convertCharacter(String, Character) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Character value.
convertDouble(String, Double) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Double value.
convertFloat(String, Float) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Float value.
convertInteger(String, Integer) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Integer value.
convertLong(String, Long) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Long value.
convertShort(String, Short) - Static method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. Convert a String value to a corresponding Short value.
copyProperties(Object, Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Copy property values from the "origin" bean to the "destination" bean for all cases where the property names are the same (even though the actual getter and setter methods might have been customized via BeanInfo classes).

D

Digester - class org.cantaloop.tools.digester.Digester.
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
Digester() - Constructor for class org.cantaloop.tools.digester.Digester
Construct a new Digester with default properties.
debug - Static variable in class org.cantaloop.tools.digester.BeanUtils
Deprecated. The debugging detail level for this component.
debug - Variable in class org.cantaloop.tools.digester.Digester
The debugging detail level of this component.
debug - Static variable in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. The debugging detail level for this component.
defaultBoolean - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Boolean conversions.
defaultByte - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Byte conversions.
defaultCharacter - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Character conversions.
defaultDouble - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Double conversions.
defaultFloat - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Float conversions.
defaultInteger - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Integer conversions.
defaultLong - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Long conversions.
defaultShort - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The default value for Short conversions.
describe(Object) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Return the entire set of properties for which the specified bean provides a read method.
describe(Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the entire set of properties for which the specified bean provides a read method.
descriptorsCache - Static variable in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. The cache of PropertyDescriptor arrays for beans we have already introspected, keyed by the fully qualified class name of this object.
digester - Variable in class org.cantaloop.tools.digester.Rule
The Digester with which this Rule is associated.
dtds - Variable in class org.cantaloop.tools.digester.Digester
The URLs of DTDs that have been registered, keyed by the public identifier that corresponds.

E

empty() - Method in class org.cantaloop.tools.digester.ArrayStack
Return true if this stack is currently empty.
end() - Method in class org.cantaloop.tools.digester.CallMethodRule
Process the end of this element.
end() - Method in class org.cantaloop.tools.digester.CallParamRule
Process the end of this element.
end() - Method in class org.cantaloop.tools.digester.ObjectCreateRule
Process the end of this element.
end() - Method in class org.cantaloop.tools.digester.Rule
This method is called when the end of a matching XML element is encountered.
end() - Method in class org.cantaloop.tools.digester.SetNextRule
Process the end of this element.
end() - Method in class org.cantaloop.tools.digester.SetTopRule
Process the end of this element.
endDocument() - Method in class org.cantaloop.tools.digester.Digester
Process notification of the end of the document being reached.
endElement(String) - Method in class org.cantaloop.tools.digester.Digester
Process notification of the end of an XML element being reached.
entrySet() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return a collection view of the mappings contained in this map.
equals(Object) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Compare the specified object with this list for equality.
error(SAXParseException) - Method in class org.cantaloop.tools.digester.Digester
Forward notification of a parsing error to the application supplied error handler (if any).
errorHandler - Variable in class org.cantaloop.tools.digester.Digester
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.

F

FastHashMap - class org.cantaloop.tools.digester.FastHashMap.
Deprecated. At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Collections package.
FastHashMap() - Constructor for class org.cantaloop.tools.digester.FastHashMap
Deprecated. Construct a an empty map.
FastHashMap(int) - Constructor for class org.cantaloop.tools.digester.FastHashMap
Deprecated. Construct an empty map with the specified capacity.
FastHashMap(int, float) - Constructor for class org.cantaloop.tools.digester.FastHashMap
Deprecated. Construct an empty map with the specified capacity and load factor.
FastHashMap(Map) - Constructor for class org.cantaloop.tools.digester.FastHashMap
Deprecated. Construct a new map with the same mappings as the specified map.
fast - Variable in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Are we operating in "fast" mode?
fatalError(SAXParseException) - Method in class org.cantaloop.tools.digester.Digester
Forward notification of a fatal parsing error to the application supplied error handler (if any).
finish() - Method in class org.cantaloop.tools.digester.CallMethodRule
Clean up after parsing is complete.
finish() - Method in class org.cantaloop.tools.digester.CallParamRule
Clean up after parsing is complete.
finish() - Method in class org.cantaloop.tools.digester.ObjectCreateRule
Clean up after parsing is complete.
finish() - Method in class org.cantaloop.tools.digester.Rule
This method is called after all parsing methods have been called, to allow Rules to remove temporary data.
finish() - Method in class org.cantaloop.tools.digester.SetNextRule
Clean up after parsing is complete.
finish() - Method in class org.cantaloop.tools.digester.SetTopRule
Clean up after parsing is complete.

G

get(Object) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return the value to which this map maps the specified key.
getAccessibleMethod(Method) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessibleMethodFromInterfaceNest(Class, String, Class[]) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return an accessible method (that is, one that can be invoked via reflection) that implements the specified method, by scanning through all implemented interfaces and subinterfaces.
getArrayProperty(Object, String) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Return the value of the specified array property of the specified bean, as a String array.
getCount() - Method in class org.cantaloop.tools.digester.Digester
Return the current depth of the element stack.
getDebug() - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated.  
getDebug() - Method in class org.cantaloop.tools.digester.Digester
Return the debugging detail level of this Digester.
getDebug() - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated.  
getDefaultBoolean() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getDefaultByte() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getDefaultCharacter() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getDefaultDouble() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getDefaultFloat() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getDefaultInteger() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getDefaultLong() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getDefaultShort() - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
getErrorHandler() - Method in class org.cantaloop.tools.digester.Digester
Return the error handler for this Digester.
getFast() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated.  
getIndexedProperty(Object, String) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Return the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String, int) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Return the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String, int) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the value of the specified indexed property of the specified bean, with no type conversions.
getNestedProperty(Object, String) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Return the value of the (possibly nested) property of the specified name, for the specified bean, as a String.
getNestedProperty(Object, String) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
getParser() - Method in class org.cantaloop.tools.digester.Digester
Return the SAXParser we will use to parse the input stream.
getProperty(Object, String) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
getProperty(Object, String) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
getPropertyDescriptor(Object, String) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Retrieve the property descriptor for the specified property of the specified bean, or return null if there is no such descriptor.
getPropertyDescriptors(Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Retrieve the property descriptors for the specified bean, introspecting and caching them the first time a particular bean class is encountered.
getPropertyEditorClass(Object, String) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the Java Class repesenting the property editor class that has been registered for this property (if any).
getPropertyType(Object, String) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the Java Class representing the property type of the specified property, or null if there is no such property for the specified bean.
getReadMethod(PropertyDescriptor) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return an accessible property getter method for this property, if there is one; otherwise return null.
getRules(String) - Method in class org.cantaloop.tools.digester.Digester
Return the set of rules that apply to the specified match position.
getSimpleProperty(Object, String) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Return the value of the specified simple property of the specified bean, converted to a String.
getSimpleProperty(Object, String) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return the value of the specified simple property of the specified bean, with no type conversions.
getValidating() - Method in class org.cantaloop.tools.digester.Digester
Return the validating parser flag.
getWriteMethod(PropertyDescriptor) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Return an accessible property setter method for this property, if there is one; otherwise return null.

H

hashCode() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return the hash code value for this map.

I

INDEXED_DELIM - Static variable in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. The delimiter that preceeds the zero-relative subscript for an indexed reference.
INDEXED_DELIM2 - Static variable in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. The delimiter that follows the zero-relative subscript for an indexed reference.
ignorableWhitespace(char[], int, int) - Method in class org.cantaloop.tools.digester.Digester
Process notification of ignorable whitespace received from the body of an XML element.
isEmpty() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return true if this map contains no mappings.

K

keySet() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return a set view of the keys contained in this map.

L

list - Variable in class org.cantaloop.tools.digester.ArrayStack
The underlying collection class.
locator - Variable in class org.cantaloop.tools.digester.Digester
The Locator associated with our parser.
log(String) - Method in class org.cantaloop.tools.digester.Digester
Log a message to the log writer associated with this context.
log(String, Throwable) - Method in class org.cantaloop.tools.digester.Digester
Log a message and associated exception to the log writer associated with this context.

M

map - Variable in class org.cantaloop.tools.digester.FastHashMap
Deprecated. The underlying map we are managing.
match - Variable in class org.cantaloop.tools.digester.Digester
The current match pattern for nested element processing.
methodName - Variable in class org.cantaloop.tools.digester.CallMethodRule
The method name to call on the parent object.
methodName - Variable in class org.cantaloop.tools.digester.SetNextRule
The method name to call on the parent object.
methodName - Variable in class org.cantaloop.tools.digester.SetTopRule
The method name to call on the parent object.

N

NESTED_DELIM - Static variable in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. The delimiter that separates the components of a nested reference.
name - Variable in class org.cantaloop.tools.digester.SetPropertyRule
The attribute that will contain the property name.
notationDecl(String, String, String) - Method in class org.cantaloop.tools.digester.Digester
Receive notification of a notation declaration event.

O

ObjectCreateRule - class org.cantaloop.tools.digester.ObjectCreateRule.
Rule implementation that creates a new object and pushes it onto the object stack.
ObjectCreateRule(Digester, String) - Constructor for class org.cantaloop.tools.digester.ObjectCreateRule
Construct an object create rule with the specified class name.
ObjectCreateRule(Digester, String, String) - Constructor for class org.cantaloop.tools.digester.ObjectCreateRule
Construct an object create rule with the specified class name and an optional attribute name containing an override.
org.cantaloop.tools.digester - package org.cantaloop.tools.digester
 

P

PropertyUtils - class org.cantaloop.tools.digester.PropertyUtils.
Deprecated. At some point after Struts 1.0 final, will be replaced by an equivalent class in the Jakarta Commons Beanutils package.
PropertyUtils() - Constructor for class org.cantaloop.tools.digester.PropertyUtils
Deprecated.  
paramCount - Variable in class org.cantaloop.tools.digester.CallMethodRule
The number of parameters to collect from MethodParam rules.
paramIndex - Variable in class org.cantaloop.tools.digester.CallParamRule
The zero-relative index of the parameter we are saving.
paramType - Variable in class org.cantaloop.tools.digester.SetNextRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.cantaloop.tools.digester.SetTopRule
The Java class name of the parameter type expected by the method.
paramTypes - Variable in class org.cantaloop.tools.digester.CallMethodRule
The parameter types of the parameters to be collected.
parse(File) - Method in class org.cantaloop.tools.digester.Digester
Parse the content of the specified file using this Digester.
parse(InputSource) - Method in class org.cantaloop.tools.digester.Digester
Parse the content of the specified input source using this Digester.
parse(InputStream) - Method in class org.cantaloop.tools.digester.Digester
Parse the content of the specified input stream using this Digester.
parse(String) - Method in class org.cantaloop.tools.digester.Digester
Parse the content of the specified URI using this Digester.
parser - Variable in class org.cantaloop.tools.digester.Digester
The SAXParser we will use to parse the input stream.
peek() - Method in class org.cantaloop.tools.digester.ArrayStack
Return the top item off of this stack without removing it.
peek(int) - Method in class org.cantaloop.tools.digester.ArrayStack
Return the n'th item down (zero-relative) from the top of this stack without removing it.
peek() - Method in class org.cantaloop.tools.digester.Digester
Return the top object on the stack without removing it.
peek(int) - Method in class org.cantaloop.tools.digester.Digester
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
pop() - Method in class org.cantaloop.tools.digester.ArrayStack
Pop the top item off of this stack and return it.
pop() - Method in class org.cantaloop.tools.digester.Digester
Pop the top object off of the stack, and return it.
populate(Object, Map) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated. Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.
processingInstruction(String, String) - Method in class org.cantaloop.tools.digester.Digester
Process notification of a processing instruction that was encountered.
push(Object) - Method in class org.cantaloop.tools.digester.ArrayStack
Push a new item onto the top of this stack.
push(Object) - Method in class org.cantaloop.tools.digester.Digester
Push a new object onto the top of the object stack.
put(Object, Object) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Associate the specified value with the specified key in this map.
putAll(Map) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys.

R

Rule - class org.cantaloop.tools.digester.Rule.
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Rule(Digester) - Constructor for class org.cantaloop.tools.digester.Rule
Default constructor sets only the the associated Digester.
register(String, String) - Method in class org.cantaloop.tools.digester.Digester
Register the specified DTD URL for the specified public identifier.
remove(Object) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Remove any mapping for this key, and return any previously mapped value.
resolveEntity(String, String) - Method in class org.cantaloop.tools.digester.Digester
Resolve the requested external entity.
root - Variable in class org.cantaloop.tools.digester.Digester
The "root" element of the stack (in other words, the last object that was popped.
rules - Variable in class org.cantaloop.tools.digester.Digester
The set of Rules that have been registered with this Digester.

S

SetNextRule - class org.cantaloop.tools.digester.SetNextRule.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextRule(Digester, String) - Constructor for class org.cantaloop.tools.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetNextRule(Digester, String, String) - Constructor for class org.cantaloop.tools.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetPropertiesRule - class org.cantaloop.tools.digester.SetPropertiesRule.
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
SetPropertiesRule(Digester) - Constructor for class org.cantaloop.tools.digester.SetPropertiesRule
Default constructor sets only the the associated Digester.
SetPropertyRule - class org.cantaloop.tools.digester.SetPropertyRule.
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
SetPropertyRule(Digester, String, String) - Constructor for class org.cantaloop.tools.digester.SetPropertyRule
Construct a "set property" rule with the specified name and value attributes.
SetTopRule - class org.cantaloop.tools.digester.SetTopRule.
Rule implementation that calls a method on the top (parent) object, passing the (top-1) (child) object as an argument.
SetTopRule(Digester, String) - Constructor for class org.cantaloop.tools.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
SetTopRule(Digester, String, String) - Constructor for class org.cantaloop.tools.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
setDebug(int) - Static method in class org.cantaloop.tools.digester.BeanUtils
Deprecated.  
setDebug(int) - Method in class org.cantaloop.tools.digester.Digester
Set the debugging detail level of this Digester.
setDebug(int) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated.  
setDefaultBoolean(boolean) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDefaultByte(byte) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDefaultCharacter(char) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDefaultDouble(double) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDefaultFloat(float) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDefaultInteger(int) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDefaultLong(long) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDefaultShort(short) - Method in class org.cantaloop.tools.digester.ConvertUtils
Deprecated.  
setDocumentLocator(Locator) - Method in class org.cantaloop.tools.digester.Digester
Set the document locator associated with our parser.
setErrorHandler(ErrorHandler) - Method in class org.cantaloop.tools.digester.Digester
Set the error handler for this Digester.
setFast(boolean) - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated.  
setIndexedProperty(Object, String, Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Set the value of the specified indexed property of the specified bean, with no type conversions.
setIndexedProperty(Object, String, int, Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Set the value of the specified indexed property of the specified bean, with no type conversions.
setNestedProperty(Object, String, Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Set the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
setProperty(Object, String, Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Set the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
setSimpleProperty(Object, String, Object) - Static method in class org.cantaloop.tools.digester.PropertyUtils
Deprecated. Set the value of the specified simple property of the specified bean, with no type conversions.
setValidating(boolean) - Method in class org.cantaloop.tools.digester.Digester
Set the validating parser flag.
size() - Method in class org.cantaloop.tools.digester.ArrayStack
Return the number of items on this stack.
size() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return the number of key-value mappings in this map.
stack - Variable in class org.cantaloop.tools.digester.Digester
The object stack being constructed.
startDocument() - Method in class org.cantaloop.tools.digester.Digester
Process notification of the beginning of the document being reached.
startElement(String, AttributeList) - Method in class org.cantaloop.tools.digester.Digester
Process notification of the start of an XML element being reached.
stringClass - Static variable in class org.cantaloop.tools.digester.ConvertUtils
Deprecated. The Class object for java.lang.String.

U

unparsedEntityDecl(String, String, String, String) - Method in class org.cantaloop.tools.digester.Digester
Receive notification of an unparsed entity declaration event.

V

validating - Variable in class org.cantaloop.tools.digester.Digester
Do we want to use a validating parser?
value - Variable in class org.cantaloop.tools.digester.SetPropertyRule
The attribute that will contain the property value.
values() - Method in class org.cantaloop.tools.digester.FastHashMap
Deprecated. Return a collection view of the values contained in this map.

W

warning(SAXParseException) - Method in class org.cantaloop.tools.digester.Digester
Forward notification of a parse warning to the application supplied error handler (if any).

A B C D E F G H I K L M N O P R S U V W