Package org.rumbledb.compiler
Class URIQualifiedNameParser
java.lang.Object
org.rumbledb.compiler.URIQualifiedNameParser
Parses XQuery 3.1
URIQualifiedName tokens (BracedURILiteral NCName) into expanded Name
values. See XQuery 3.1.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Nameparse(String tokenText, ExceptionMetadata metadata)
-
Field Details
-
XMLNS_NAMESPACE_URI
- See Also:
-
-
Method Details
-
parse
- Parameters:
tokenText- full lexer text of oneURIQualifiedNametoken, e.g.Q{http://ex}invoicemetadata- for errors- Returns:
- expanded name with absent prefix (per spec)
-