Package com.raritantechnologies.xml.sax.filter.callbacks

Interface Summary
ICallbackOperation Interface for objects that can add a callback operation to a ProgrammableSAXFilter.
IDataSetter  
 

Class Summary
AttributeCallbackOperation
AttributeObjectPropertySetter
CDataCallbackOperation
CDataObjectPropertySetter This class is a subclass of CDataModifier that can set a String property on a JavaBean (requires that there is a set__ method that takes a String).
ElementNameNotifier
ElementNotifier This object can be programmed to execute "callbacks" on a specified target object when a given XML element ( specified by an ElementComparator ) is encountered in the XML stream.
FieldValueCallbackOperation Callback Operation used to handle dynamic data objects where the name and value of the attribute are defined in separate XML tags.
StringFilterCallbackOperation Adds an IStringFilter operation before passing data on to target object using a nested ICallbackOperation object.
TagAttributesMapCallback
TagAttributesMapObjectPropertySetter
TagContentCallbackOperation
TagContentObjectPropertySetter
TagTextCallbackOperation
TagTextExtractor
XPathNotifier