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
public abstract class E4XXMLList extends java.lang.Object implements E4XXMLListFunctions
Object XMLList- Since:
- Standard ECMA-357 2nd. Edition
-
-
Field Summary
Fields Modifier and Type Field Description protected JSFunctionconstructorproperty constructorE4XXMLListprotypeproperty prototype
-
Constructor Summary
Constructors Constructor Description E4XXMLList(JSObject xml)Object E4XXMLList(xml)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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, toXMLString
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Field Detail
-
protype
public E4XXMLList protype
property prototype- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
XMLList
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
XML
-
-
Constructor Detail
-
E4XXMLList
public E4XXMLList(JSObject xml)
Object E4XXMLList(xml)- Parameters:
xml- The XML definition- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
-