de.danet.an.workflow.util |
This package contains utility classes for the workflow engine.
The class JDBCUtil is a supporting class providing an easier handling
for setting parameters in a prepared statement.
The class W3CDomUtil is a supporting class providing an easier handling
for getting elements of the org.w3c.dom package.
@since V1.0
|
Java Source File Name | Type | Comment |
CollectingErrorHandler.java | Class | This class collects errors while parsing and validating document. |
DefaultExternalReference.java | Class | This class provides an ExternalReference with additional support
for handling Java types. |
IncludeXML.java | Class | This class provides ... |
JAREntityResolver.java | Class | Resolve an entity description from a jar archive. |
SAXEventBufferImpl.java | Class | This class implements the interface SAXEventBuffer
using the SAXContentBuffer as base
class. |
StackableDefaultHandler.java | Class | Base class for objects able to handle sax events.
derived classes must override the startElement() and
endElement() method.
To give back the control to the parent control
handler, the derived content handler called the terminate()
method if he receives the endElement()-Event for his ending
tag.
Derived classes are normaly inner classes of the associated
domain class (e.g. |
WfXMLUtil.java | Class | This class provides some methods that help handling WfXML.
author: Michael N. |
XPDLUtil.java | Class | This class provides some methods that help handling XPDL. |