| Package | org.openPyro.utils |
| Class | public class XMLUtil |
| Method | Defined by | ||
|---|---|---|---|
|
isItemParentOf(item:XML, newNode:XML):Boolean
[static]
Returns a boolean whether the newNode exists
anywhere deeper in the item node.
| XMLUtil | ||
|
sortXMLByAttribute($xml:XML, $attribute:String, $options:Object = null, $copy:Boolean = false):XML
[static]
| XMLUtil | ||
| isItemParentOf | () | method |
public static function isItemParentOf(item:XML, newNode:XML):BooleanReturns a boolean whether the newNode exists anywhere deeper in the item node. For example to find node
in something likeone
Parameters` one
item:XML |
|
newNode:XML |
Boolean |
| sortXMLByAttribute | () | method |
public static function sortXMLByAttribute($xml:XML, $attribute:String, $options:Object = null, $copy:Boolean = false):XMLParameters
$xml:XML |
|
$attribute:String |
|
$options:Object (default = null) |
|
$copy:Boolean (default = false) |
XML |