public class TracerConfigNamespaceContextImpl extends Object implements NamespaceContext
| Modifier and Type | Class and Description |
|---|---|
class |
TracerConfigNamespaceContextImpl.Iterator
Simplified implementation of an iterator.
|
| Constructor and Description |
|---|
TracerConfigNamespaceContextImpl()
default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI(String prefix)
Returns the fixed namespace URI for the prefix "dns".
|
String |
getPrefix(String namespaceURI)
Returns the prefix for the fixed namespace "http://www.christofreichardt.de/java/tracer".
|
TracerConfigNamespaceContextImpl.Iterator |
getPrefixes(String namespaceURI)
Returns a special iterator implementation.
|
public TracerConfigNamespaceContextImpl()
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextprefix - the namespace prefixpublic String getPrefix(String namespaceURI)
getPrefix in interface NamespaceContextnamespaceURI - the namespace URIpublic TracerConfigNamespaceContextImpl.Iterator getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextnamespaceURI - the namespace URICopyright © 2014. All rights reserved.