|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tarantella.tta.webservices.parser.GeneralParser
public class GeneralParser
The GeneralParser class parses XML and returns a tree of IResponse
nodes. It does not understand the semantics of element tags in the
responses from the SGD web services and treats them
equally.
| Constructor Summary | |
|---|---|
GeneralParser()
Constructor. |
|
GeneralParser(IResponseFactory factory)
Constructor. |
|
| Method Summary | |
|---|---|
IResponse |
parse(java.lang.String xml)
Parses the XML. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneralParser()
public GeneralParser(IResponseFactory factory)
factory - The factory that creates nodes.| Method Detail |
|---|
public IResponse parse(java.lang.String xml)
xml - The XML to be parsed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||