XmlReader
(plugins.XmlReader)
Returned Types
Methods Summarized
Type | Name | Summary |
---|---|---|
Reads an XML document from a file. | ||
Reads an XML document from a string. |
Methods Detailed
readXmlDocumentFromFile(argument)
Reads an XML document from a file.
Parameters
Object argument ;
Returns: Array
Sample
readXmlDocumentFromString(argument)
Reads an XML document from a string.
Parameters
String argument ;
Returns: Array
Sample
Last updated