fn validate_and_extract(
namespace: Option<DOMString>,
qualified_name: &str,
) -> Result<(Namespace, Option<Prefix>, LocalName), ValidationError>
Expand description
Validate a namespace and qualified name following the XML naming rules and extract their parts.