|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 NamespaceContextprefix - the prefixpublic String getPrefix(String uri)
getPrefix in interface NamespaceContexturi - the URIpublic Iterator getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextnamespaceURI - uri the URI
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||