Interface E4XGlobalFunctions
- All Superinterfaces:
JS5ObjectFunctions,JSObjectFunctions
- All Known Implementing Classes:
E4XGlobal
-
Method Summary
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Method Details
-
isXMLName
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:
-