Package groovy.xml
Class Namespace
- java.lang.Object
- 
- groovy.xml.Namespace
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNameget(String localName)Returns the QName for the given localName.StringgetPrefix()Returns the prefix mapped to this namespaceStringgetUri()Returns the URI of this namespace
 
- 
- 
- 
Method Detail- 
getpublic QName get(String localName) Returns the QName for the given localName.- Parameters:
- localName- the local name within this
 
 - 
getPrefixpublic String getPrefix() Returns the prefix mapped to this namespace- Returns:
- the prefix assigned to this namespace or null if no namespace is mapped.
 
 - 
getUripublic String getUri() Returns the URI of this namespace- Returns:
- the URI of this namespace
 
 
- 
 
-