| fn.inScopePrefixes | 
	    Returns the prefixes of the in-scope namespaces for $element. | 
	  
	  
	    | fn.localNameFromQName | 
	    Returns an xs:NCName representing the local part of $arg. | 
	  
	  
	    | fn.namespaceUriForPrefix | 
	    Returns the namespace URI of one of the in-scope namespaces for $element, identified by its namespace prefix. | 
	  
	  
	    | fn.namespaceUriFromQName | 
	    Returns the namespace URI for $arg as an xs:string. | 
	  
	  
	    | fn.prefixFromQName | 
	    Returns an xs:NCName representing the prefix of $arg. | 
	  
	  
	    | fn.QName | 
	    Returns an xs:QName with the namespace URI given in $paramURI. | 
	  
	  
	    | fn.resolveQName | 
	    Returns an xs:QName value (that is, an expanded QName) by taking an xs:string that has the lexical form of an xs:QName (a string in the form "prefix:local-name" or "local-name") and resolving it using the in-scope namespaces for a given element. |