|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.schema.NamespaceContextImpl
public class NamespaceContextImpl
Provides an implementation of NamespaceContext for a Namespaces collection.
Constructor Summary | |
---|---|
NamespaceContextImpl(Namespaces namespaces)
Constructs a namespace context for a namespace collection. |
Method Summary | |
---|---|
String |
getNamespaceURI(String prefix)
Gets the namespace URI associated with a prefix. |
String |
getPrefix(String uri)
Gets the namespace prefix associated with a URI. |
Iterator |
getPrefixes(String namespaceURI)
Gets the namespace prefix iterator associated with a URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamespaceContextImpl(Namespaces namespaces)
Method Detail |
---|
public String getNamespaceURI(String prefix)
getNamespaceURI
in interface NamespaceContext
prefix
- the prefixpublic String getPrefix(String uri)
getPrefix
in interface NamespaceContext
uri
- the URIpublic Iterator getPrefixes(String namespaceURI)
getPrefixes
in interface NamespaceContext
namespaceURI
- uri the URI
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |