public class NamespaceContextImpl extends Object implements NamespaceContext
| Constructor and Description |
|---|
NamespaceContextImpl(Map<String,String> namespaceMap) |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceContext |
create() |
String |
getNamespaceURI(String prefix) |
String |
getPrefix(String namespaceURI) |
Iterator<String> |
getPrefixes(String namespaceURI) |
String |
toString() |
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextpublic String getPrefix(String namespaceURI)
getPrefix in interface NamespaceContextpublic Iterator<String> getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextpublic static NamespaceContext create()
Copyright © 2015 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.