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

jangaroo-runtime.2.0-preview-1.source-code.isXMLName.as Maven / Gradle / Ivy

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.
 *
 */
public native function isXMLName(str:String):Boolean;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy