Class Summary |
CompositeXMLElement |
The CompositeXMLElement is a structure to hold a Composite XML Element. |
IPDRXMLContentHandler |
This class implements the SAX ContentHandler interface and defines
callback behavior for the SAX callbacks associated with an
XML document's data. |
IPDRXMLDocEndHelper |
This class is used for writing IPDR DocEnd to the IPDRDoc in XML format
and reading IPDR DocEnd from the IPDRDoc in XML format. |
IPDRXMLErrorHandler |
IPDRXMLErrorHandler implements the SAX ErrorHandler interface and
defines callback behavior for the SAX callbacks associated with
an XML document's errors. |
IPDRXMLHeaderHelper |
This class is used for writing IPDR Headers to the IPDRDoc in XML format
and reading IPDR Headers from the IPDRDoc in XML format. |
IPDRXMLRecordHelper |
This class is used for writing XML Records to the IPDRDoc in XML format
and reading XML Records from the IPDRDoc in XML format. |
XMLElement |
The XML Element is a structure to hold the attributes of the Element
read from XML. |
XMLMarshaller |
This class will write objects to Output Stream in the XML format. |
XMLUnMarshaller |
XMLUnMarshaller will take an XML file and parse it using SAX,
displaying the callbacks in the parsing lifecycle. |