Module domname

Source
Expand description

Functions for validating names as defined in the DOM Standard: https://dom.spec.whatwg.org/#namespaces

Enumsยง

Context ๐Ÿ”’
Context for validate_and_extract a namespace and qualified name

Constantsยง

XMLNS_NAMESPACE ๐Ÿ”’
https://infra.spec.whatwg.org/#xmlns-namespace
XML_NAMESPACE ๐Ÿ”’
https://infra.spec.whatwg.org/#xml-namespace

Functionsยง

is_valid_attribute_local_name ๐Ÿ”’
https://dom.spec.whatwg.org/#valid-attribute-local-name
is_valid_doctype_name ๐Ÿ”’
https://dom.spec.whatwg.org/#valid-doctype-name
is_valid_element_local_name ๐Ÿ”’
https://dom.spec.whatwg.org/#valid-element-local-name
is_valid_namespace_prefix ๐Ÿ”’
https://dom.spec.whatwg.org/#valid-namespace-prefix
namespace_from_domstring ๐Ÿ”’
Convert a possibly-null URL to a namespace.
validate_and_extract ๐Ÿ”’
https://dom.spec.whatwg.org/#validate-and-extract