getPrefix(CharSequence namespaceURI) Returns the prefix bound to the namespace URI in the current scope
or null if the namespace URI is unbound.
Parameters: namespaceURI - URI of the namespace to lookup.
Returns the namespace URI bound to a prefix in the current scope
or null if the prefix is unbound.
Parameters: prefix - prefix to look up the namespace URI. throws: IllegalArgumentException - if prefix isnull
Returns the prefix bound to the namespace URI in the current scope
or null if the namespace URI is unbound.
Parameters: namespaceURI - URI of the namespace to lookup. the prefix bound to the namespace URI. throws: IllegalArgumentException - if namespaceURI isnull
Returns all prefixes bound to a namespace URI in the current scope
(including predefined prefixes).
Parameters: namespaceURI - URI of Namespace to lookup an Iterator over CharArray prefixes. throws: IllegalArgumentException - if namespaceURI isnull