public class XMLNames:
XML name helpers used by the pure Klyn DOM implementation.
import klyn.io.xml.dom
print(XMLNames.sanitize("first name"))| Modifier and Type | Member | Description |
|---|---|---|
| public static | localName | No summary. |
| public static | prefix | No summary. |
| public static | requireValidrequireValid(name as String) as Void throws DOMException: |
Throws a DOMException when the name is not a valid conservative XML name. |
| public static | sanitize | No summary. |