public class Namespace extends Object
A simple helper class which acts as a factory of QName instances.
Namespace ()
Namespace (String uri)
Namespace (String uri, String prefix)
public QName
get(String localName)
public String
getPrefix()
getUri()
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Returns the QName for the given localName.
localName
Returns the prefix mapped to this namespace
Returns the URI of this namespace
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.