jangaroo-runtime.2.0.19.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.
*
*/
[Native]
public native function isXMLName(str:String):Boolean;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy