Module script::dom::bindings::xmlname

source ·
Expand description

Functions for validating and extracting qualified XML names.

Enums

Results of xml_name_type.

Functions

Convert a possibly-null URL to a namespace.
Validate a namespace and qualified name and extract their parts. See https://dom.spec.whatwg.org/#validate-and-extract for details.
Validate a qualified name. See https://dom.spec.whatwg.org/#validate for details.
Check if an element name is valid. See http://www.w3.org/TR/xml/#NT-Name for details.