Package com.raritantechnologies.xml

Contains utility classes for XML processing in a Raritan Framework application.

See:
          Description

Interface Summary
IHandler An interface for SAX content handlers that work with XMLResultFormatter.
IXMLConvertable Interface for objects that can convert themselves to XML.
IXMLDataObject Describes an interface for dynamic objects that have properties added to them.
IXMLResultParser  
IXMLResultRenderer Basic interface for objects that can render an IResult or an IResultSet as an XML String.
IXMLSource  
 

Class Summary
CleanupXMLFormatter  
FieldValueXMLResultRenderer Renders an IResult using an open Field and Value tags design.
PatternXMLResultRenderer XML Result Renderer that uses an XML result Template.
XMLDisplayFormRenderer Converts an IResultSet to XML.
XMLQueryProcessorFilter
XMLResult Implementation of IResult that can be constructed directly from XML.
XMLResultDispatchCollector Collects XMLResults that are dispatched by the DispatchFilter into an ArrayList.
XMLResultFormatter Implementation of IFieldFormatter that uses the ProgrammableSAXFilter to extract tags from an IResult field containing XML, and sets fields on the IResult from tag names, and/or tag text of contained XML tags.
XMLResultMatcher IResultMatcher that uses a ProgrammableSAXFilter to determine if the XML or an XML field of an IResult contains a matching XML tag as determined by an ElementComparator.
XMLResultProcessor Processes an XMLResult using the ProgrammableSAXFilter.
XMLResultSet Implementation of IResultSet that can be initialized from XML.
 

Package com.raritantechnologies.xml Description

Contains utility classes for XML processing in a Raritan Framework application.