Packageorg.openzet.utils
Classpublic class XMLUtil

Static class that defines static methods used with regard to XML objects.



Public Methods
 MethodDefined by
  
getNodeNames(xml:XML):Array
[static] Returns An array of xml nodes in a given XML.
XMLUtil
Method detail
getNodeNames()method
public static function getNodeNames(xml:XML):Array

Returns An array of xml nodes in a given XML.

Parameters
xml:XML — XML instance from which to extract xml nodes.

Returns
Array — An array of xml node fields.