(int i)
| 163 | |
| 164 | |
| 165 | public String getNamespacePrefix (int i) { |
| 166 | return ((String []) prefixes.elementAt (i)) [0]; |
| 167 | } |
| 168 | |
| 169 | public String getNamespaceUri (int i) { |
| 170 | return ((String []) prefixes.elementAt (i)) [1]; |
no outgoing calls
no test coverage detected