Package org.fife.rsta.ac.js.ecma.api.e4x
Class E4XXMLList
java.lang.Object
org.fife.rsta.ac.js.ecma.api.e4x.E4XXMLList
- All Implemented Interfaces:
E4XXMLListFunctions,JSObjectFunctions
Object XMLList
- Since:
- Standard ECMA-357 2nd. Edition
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.e4x.functions.E4XXMLListFunctions
attribute, attributes, child, children, comments, contains, copy, descendants, elements, hasComplexContent, hasSimpleContent, length, normalize, parent, processingInstructions, text, toXMLStringMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Field Details
-
protype
property prototype- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
-
constructor
property constructor- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
E4XXMLList
Object E4XXMLList(xml)- Parameters:
xml- The XML definition- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-