Package groovy.xml
Class Namespace
java.lang.Object
groovy.xml.Namespace
A simple helper class which acts as a factory of 
QName instances.- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Namespacepublic Namespace()
- 
Namespace
- 
Namespace
 
- 
- 
Method Details- 
getReturns the QName for the given localName.- Parameters:
- localName- the local name within this
 
- 
getPrefixReturns the prefix mapped to this namespace- Returns:
- the prefix assigned to this namespace or null if no namespace is mapped.
 
- 
getUriReturns the URI of this namespace- Returns:
- the URI of this namespace
 
 
-