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
Object QName
- Since:
- Standard ECMA-357 2nd. Edition
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JSFunctionproperty constructorprotected JSStringproperty localName local name part of QNameproperty prototypeprotected JSStringproperty uri namespace uri part of QName -
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.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:
-
localName
property localName local name part of QName- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
-
uri
property uri namespace uri part of QName- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
E4XQName
public E4XQName()Object QName()- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
E4XQName
Object QName(name)- Parameters:
name- localname of the QName- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
E4XQName
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.
-