Return the namespace URI for which this Rule is relevant, if any. @return The namespace URI for which this rule is relevant or null if none.
()
| 84 | * @return The namespace URI for which this rule is relevant or <code>null</code> if none. |
| 85 | */ |
| 86 | public String getNamespaceURI() { |
| 87 | return namespaceURI; |
| 88 | } |
| 89 | |
| 90 | |
| 91 | /** |
no outgoing calls