All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jangaroo-runtime.2.0.19.source-code.isXMLName.as Maven / Gradle / Ivy

There is a newer version: 4.1.8
Show newest version
package {
/**
 * Determines whether the specified string is a valid name for an XML element or attribute.
 * @param str A string to evaluate.
 *
 * @return Returns true if the str argument is a valid XML name; false otherwise.
 *
 */
[Native]
public native function isXMLName(str:String):Boolean;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy