Package org.fife.rsta.ac.js.ecma.api.e4x
Class E4XQName
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.e4x.E4XQName
-
- All Implemented Interfaces:
JSObjectFunctions
public abstract class E4XQName extends java.lang.Object implements JSObjectFunctions
Object QName- Since:
- Standard ECMA-357 2nd. Edition
-
-
Field Summary
Fields Modifier and Type Field Description protected JSFunctionconstructorproperty constructorprotected JSStringlocalNameproperty localName local name part of QNameE4XQNameprotypeproperty prototypeprotected JSStringuriproperty uri namespace uri part of QName
-
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.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
-
-
-
Field Detail
-
protype
public E4XQName protype
property prototype- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
QName
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
QName
-
localName
protected JSString localName
property localName local name part of QName- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
QName
-
-
Constructor Detail
-
E4XQName
public E4XQName()
Object QName()- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
E4XQName
public E4XQName(JSString name)
Object QName(name)- Parameters:
name- localname of the QName- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
E4XQName
public E4XQName(E4XNamespace namespace, JSString name)
Object QName(namespace, name)- Parameters:
namespace- optional namespace part of QNamename- localname of the QName- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
-