
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
| |
Size |
|
patch1.txt |
2006-03-11 02:21 AM |
Brian Minchau |
1 kB |
|
|
| Xalan info: |
PatchAvailable
|
| Resolution Date: |
11/Mar/06 02:34 AM
|
|
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.
|
|
Description
|
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. |
Show » |
|
I approve.
Yash