org.exolab.castor.util |
Utility classes used by Castor.
- Version:
- $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Assaf Arkin
- Author:
- Keith Visco
|
Java Source File Name | Type | Comment |
ChangeLog2XML.java | Class | A simple command line utility that parses Castor's change log file and outputs the
file in an XML format, a Castor mapping file may be used to change the XML format
that is output. |
CommandLineOptions.java | Class | |
Configuration.java | Class | Provides default configuration for Castor components from the
castor.properties configuration file. |
DefaultObjectFactory.java | Class | |
DTDResolver.java | Class | Entity resolver for various DTD/schema. |
EventListenerList.java | Class | This class is an efficient repository for EventListeners based
on javax.swing.EventListenerList.
This modification of javax.swing.EventListenerList retains the
core functionality of that class but changes the basic API and adds
a few more features, as summarized below:
- javax.swing.EventListenerList requires all listeners to be
added in conjunction with a class object that identified the type
of the listener.
|
IteratorEnumeration.java | Class | |
JakartaOroEvaluator.java | Class | An implementation of the RegExpEvaluator that uses the
Jakarta ORO Regular Expression library. |
JakartaRegExpEvaluator.java | Class | An implementation of the RegExpEvaluator that uses the
Jakarta Regular Expression library. |
LocalConfiguration.java | Class | Provides default configuration for Castor components from the
castor.properties configuration file. |
NestedIOException.java | Class | An exception that is used to signal I/O errors which are
caused by other exceptions. |
ObjectFactory.java | Interface | |
OrderedHashMap.java | Class | A very simple extended HashMap, which maintains order via an ArrayList. |
ReflectionUtil.java | Class | Utility class to support reflection-based operations. |
RegExpEvaluator.java | Interface | A simple interface for evaluating Regular expressions. |
SafeStack.java | Class | The
Stack.search method of
Stack can throw a
ClassCastException if the items on the stack are not all the same type. |
TestDTDResolver.java | Class | |
Version.java | Class | |
XercesRegExpEvaluator.java | Class | An implementation of the XercesRegExpEvaluator that uses the
Regular Expression library in Xerces. |