Shorthand for parse(s)
Creates a PrefixedName from a prefix and a localPart
Creates a QName from an optional prefix and a localPart
Parses a String into a QName.
Parses a String into a QName. The String (after trimming) must conform to the toString format of
a PrefixedName or UnprefixedName.
Extractor turning a QName into a pair of an optional prefix, and a local part.
Extractor turning a QName into a pair of an optional prefix, and a local part.
With this extractor one can pattern match on arbitrary QNames, and not just on prefixed or unprefixed names.