Package org.fife.rsta.ac.js.ecma.api.e4x
Class E4XNamespace
java.lang.Object
org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
- All Implemented Interfaces:
JSObjectFunctions
Object Namespace
- Since:
- Standard ECMA-357 2nd. Edition
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JSFunctionproperty constructorprotected JSStringproperty prefixproperty prototypeprotected JSStringproperty uri -
Constructor Summary
ConstructorsConstructorDescriptionObject Namespace()E4XNamespace(JSString uriValue) Object Namespace(uriValue)E4XNamespace(JSString prefixValue, JSString uriValue) Object Namespace(prefixValue, uriValue) -
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:
-
prefix
property prefix- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
-
uri
property uri- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
-
-
Constructor Details
-
E4XNamespace
public E4XNamespace()Object Namespace()- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
E4XNamespace
Object Namespace(uriValue)- Parameters:
uriValue- uri part of Namespace- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
E4XNamespace
Object Namespace(prefixValue, uriValue)- Parameters:
prefixValue- Optional prefix part of NamespaceuriValue- uri part of Namespace- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-