org.geotools.xml.impl
Class NamespaceSupportWrapper
Object
NamespaceSupportWrapper
- All Implemented Interfaces:
- NamespaceContext
public class NamespaceSupportWrapper
- extends Object
- implements NamespaceContext
NamespaceContext wrapper around namespace support.
- Module:
modules/extension/xsd-core (gt-xsd-core.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespaceSupportWrapper
public NamespaceSupportWrapper(NamespaceSupport namesaceSupport)
getNamespaceSupport
public NamespaceSupport getNamespaceSupport()
getNamespaceURI
public String getNamespaceURI(String prefix)
- Specified by:
getNamespaceURI
in interface NamespaceContext
getPrefix
public String getPrefix(String namespaceURI)
- Specified by:
getPrefix
in interface NamespaceContext
getPrefixes
public Iterator getPrefixes(String namespaceURI)
- Specified by:
getPrefixes
in interface NamespaceContext
Copyright © 1996-2009 Geotools. All Rights Reserved.