org.apache.cocoon.components.elementprocessor.types |
|
Java Source File Name | Type | Comment |
Attribute.java | Class | Encapsulation of a single XML element attribute in a way that
shields the consumer from the data's XML origins. |
BooleanConverter.java | Class | |
BooleanResult.java | Class | This class holds the result of a boolean conversion. |
NumericConverter.java | Class | |
NumericResult.java | Class | This class holds the result of a numeric conversion. |
Validator.java | Interface | This interface allows a client of NumericConverter to apply more
restrictive rules to the number that the NumericConverter obtained. |