New method on NamespaceMapping to get all prefixes that map to a URI
--------------------------------------------------------------------

         Key: XALANJ-2278
         URL: http://issues.apache.org/jira/browse/XALANJ-2278
     Project: XalanJ2
        Type: Wish
  Components: Serialization  
    Versions: Latest Development Code    
    Reporter: Brian Minchau


This is not a public API since NamespaceMappings in internal.  

We should add this method:
    public String[] lookupAllPrefixes(String uri)
that returns an array of all prefixes that map to the namespace URI.  There is 
an existing method:
    public String lookupPrefix(String uri)
but it only returns the first such URI.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to