Package com.raritantechnologies.xml.sax.filter

Contains classes and interfaces for the Raritan Programmable SAX Filter.

See:
          Description

Interface Summary
CDataModifier Interface for objects that can modify the character data segment of an XML element.
ElementComparator
ElementReplacer ElementReplacers are used by the ProgrammableSAXFilter to replace an element in the XML.
IObjectModifier  
 

Class Summary
AttributesModifier Abstract base class for objects that can modify a set of Attributes in an XML element.
BeanPropertySetter Utility class used to pipe the results of SAX parsing / filtering to a list of strings based on element name.
BranchFilter
CDataContent Object representation of an XML character data segment.
DispatchFilter A SAXFilter that can dispatch XML elements to different ContentHandlers based on the decisions of ElementSelectors.
ElementDispatcher
ElementModifier Base class for objects that can modify an XML element as it passes through the ProgrammableSAXFilter -- with which it is designed to work.
ElementSelector
FilterChain
ProgrammableSAXFilter A SAX filter that can be programmed to add/modify/delete elements/attributes/ or character data in an XML SAX stream.
SAXDeleteFilter
VerboseSAXFilter Utility filter that can be used for debugging.
XMLFilterInputStream
XMLFilterOutputStream
XSLTFilter
 

Package com.raritantechnologies.xml.sax.filter Description

Contains classes and interfaces for the Raritan Programmable SAX Filter.