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