Public Methods
| Function | Defined By |
---|
| |
Returns a reference to the specified object's class. | net.user1.utils |
| |
Returns a random integer in the range min to max, inclusive. | net.user1.utils |
| |
Returns a Boolean indicating whether the specified first class
inherits from the specified second class. | net.user1.utils |
| |
A convenience function for converting tag names in an XML object
to lower case. | net.user1.utils |
public function getClass(o:Object):Class
Returns a reference to the specified object's class.
Parameters
Returns public function getRandInt(min:int, max:int):int
Returns a random integer in the range min to max, inclusive.
Parameters
Returns public function inheritsFrom(descendant:Class, ancestor:Class):Boolean
Returns a Boolean indicating whether the specified first class
inherits from the specified second class.
Parameters
| descendant:Class |
|
| ancestor:Class |
Returns public function xmlTagsToLowerCase(xml:XML):XML
A convenience function for converting tag names in an XML object
to lower case.
Parameters
Returns
Tue Oct 4 2016, 01:28 AM -04:00