Class E4XNamespace

java.lang.Object
org.fife.rsta.ac.js.ecma.api.e4x.E4XNamespace
All Implemented Interfaces:
JSObjectFunctions

public abstract class E4XNamespace extends Object implements JSObjectFunctions
Object Namespace
Since:
Standard ECMA-357 2nd. Edition
  • Field Details

    • protype

      public E4XNamespace protype
      property prototype
      Since:
      Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
      See Also:
    • constructor

      protected JSFunction constructor
      property constructor
      Since:
      Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
      See Also:
    • prefix

      protected JSString prefix
      property prefix
      Since:
      Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.
      See Also:
    • uri

      protected JSString 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

      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.
    • E4XNamespace

      public E4XNamespace(JSString prefixValue, JSString uriValue)
      Object Namespace(prefixValue, uriValue)
      Parameters:
      prefixValue - Optional prefix part of Namespace
      uriValue - uri part of Namespace
      Since:
      Standard ECMA-357 2nd. Edition, Level 3 Document Object Model Core Definition.