/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Usage 1: var hasAttribute:Boolean = node.hasOwnProperty("@myAttribute"); Usage 2: var myList:XMLList = myXML.node.( hasOwnProperty( "@myAttribute" ) ); Usage 3: if ("@myAttribute" in node) { ... }
You need to login to post a comment.
