| java.lang.Object groovy.xml.Namespace
Namespace | public class Namespace (Code) | | A simple helper class which acts as a factory of
QName instances.
version: $Revision: 4032 $ |
Namespace | public Namespace()(Code) | | |
get | public QName get(String localName)(Code) | | Returns the QName for the given localName.
Parameters: localName - the local name within this |
getPrefix | public String getPrefix()(Code) | | Returns the prefix mapped to this namespace
the prefix assigned to this namespace or null if no namespace ismapped. |
getUri | public String getUri()(Code) | | Returns the URI of this namespace
the URI of this namespace |
|
|