Interface E4XGlobalFunctions

All Superinterfaces:
JS5ObjectFunctions, JSObjectFunctions
All Known Implementing Classes:
E4XGlobal

public interface E4XGlobalFunctions extends JS5ObjectFunctions
  • Method Details

    • isXMLName

      JSBoolean isXMLName(JSString name)
      function isXMLName(name) determines whether name is a valid XML name.
      Parameters:
      name - The name to be tested.
      Since:
      Standard ECMA-357 2nd. Edition
      See Also: