|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.xml.Namespace
public class Namespace extends Object
A simple helper class which acts as a factory of QName instances.
Constructor Summary | |
Namespace()
|
|
Namespace(String uri)
|
|
Namespace(String uri, String prefix)
|
Method Summary | |
---|---|
QName
|
get(String localName)
Returns the QName for the given localName. |
String
|
getPrefix()
Returns the prefix mapped to this namespace |
String
|
getUri()
Returns the URI of this namespace |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public Namespace()
public Namespace(String uri)
public Namespace(String uri, String prefix)
Method Detail |
---|
public QName get(String localName)
localName
- the local name within this
public String getPrefix()
public String getUri()
Copyright © 2003-2013 The Codehaus. All rights reserved.