Class IbisResultParser
Class to parse the XML from the server and produce an IbisResult.
Methods summary
public
IbisResult
|
#
parseXml(string $data)
Parse XML data from the specified string and return an IbisResult.
Parse XML data from the specified string and return an IbisResult.
Parameters
- $data
- The XML string returned from the server.
Returns
IbisResult The parsed results. This may contain lists or trees
of objects representing people, institutions and groups returned from
the server.
|
public
IbisResult
|
#
parseXmlFile(resource $file)
Parse XML data from the specified stream and return an IbisResult.
Parse XML data from the specified stream and return an IbisResult.
Parameters
- $file
A file pointer to a stream containing XML
returned from the server.
Returns
IbisResult The parsed results. This may contain lists or trees
of objects representing people, institutions and groups returned from
the server.
|