parse
public ParameterValue parse(XmlPullParser parser,
Element base,
OperationDescription operation)
throws XmlPullParserException,
java.io.IOException
This method parses an given XML Parser object (XML instance document) into a equivalent
parameter value.
- Parameters:
parser - the XML Parser.
- Returns:
- the parsed parameter value.
- Throws:
XmlPullParserException - throws this exception if the parser cannot correctly parse the XML.
java.io.IOException - throws this exception if the parser cannot correctly parse the XML.