|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| IResponse | The interface defines the nodes of parse trees created from XML returned by Secure Global Desktop (SGD) web services. |
| IResponseFactory | Interface to create IResponse nodes. |
| Class Summary | |
|---|---|
| DefaultResponseFactory | Default factory for creating IResponse nodes. |
| GeneralParser | The GeneralParser class parses XML and returns a tree of IResponse
nodes. |
| PreOrderEnumeration | The class implements a pre-order traversal of a tree of IResponse nodes. |
| ResponseParser | The ResponseParser class parses XML and returns a tree of IResponse
nodes. |
The package contains classes to parse the XML returned from the Secure
Global Desktop (SGD) web services. The parsers take the XML and create
a tree of IResponse nodes.
IConstantsXML.TAG_RESPONSE |
the document root node | |
IConstantsXML.TAG_OBJECT |
identifies a node as an object | |
IConstantsXML.TAG_ATTRIBUTE |
identifies a node as an attribute of an object |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||