Xml

Object
   |
   +--Xml


 
Methods Summary
 HopObject get(<String> urlString)
           Retrieves an XML document from a given URL and transforms it into a HopObject.
 HopObject getFromString(<String> xmlString)
           Parses the string argument as XML and transforms it into a HopObject.
 HopObject read()
           Reads an XML tree from file and transforms it into a HopObject.
 HopObject readFromString()
           Reads an XML tree from a string and transforms it into a HopObject.
 void write()
           Dumps a HopObject as XML tree to a file.
 String writeToString()
           Stores a HopObject as XML tree in a string.


Method Detail

get

HopObject get(<String> urlString)

getFromString

HopObject getFromString(<String> xmlString)

read

HopObject read()

readFromString

HopObject readFromString()

write

void write()

writeToString

String writeToString()


Documentation generated by JSDoc on Thu Apr 5 01:59:00 2007