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
public abstract class E4XNamespace extends java.lang.Object implements JSObjectFunctions
Object Namespace- Since:
- Standard ECMA-357 2nd. Edition
-
-
Field Summary
Fields Modifier and Type Field Description protected JSFunctionconstructorproperty constructorprotected JSStringprefixproperty prefixE4XNamespaceprotypeproperty prototypeprotected JSStringuriproperty uri
-
Constructor Summary
Constructors Constructor Description E4XNamespace()Object 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, 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 E4XNamespace protype
property prototype- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
Namespace
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
Namespace
-
prefix
protected JSString prefix
property prefix- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
- See Also:
Namespace
-
-
Constructor Detail
-
E4XNamespace
public E4XNamespace()
Object Namespace()- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
E4XNamespace
public E4XNamespace(JSString uriValue)
Object Namespace(uriValue)- Parameters:
uriValue- uri part of Namespace- Since:
- Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
-
-