public class PDSNamespaceContext extends Object implements NamespaceContext
Constructor and Description |
---|
PDSNamespaceContext()
Constructor.
|
PDSNamespaceContext(List<Namespace> namespaces)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addNamespace(Namespace namespace)
Adds a namespace.
|
String |
getNamespaceURI(String prefix)
Gets the namespace URI.
|
String |
getPrefix(String arg0)
Method not needed
|
Iterator |
getPrefixes(String arg0)
Method not needed
|
public void addNamespace(Namespace namespace)
namespace
- A namespace to support.public String getNamespaceURI(String prefix)
getNamespaceURI
in interface NamespaceContext
prefix
- The prefixpublic String getPrefix(String arg0)
getPrefix
in interface NamespaceContext
public Iterator getPrefixes(String arg0)
getPrefixes
in interface NamespaceContext
Copyright © 2010–2016 Planetary Data System. All rights reserved.