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 NamespaceContext
prefix
- the namespace prefixpublic String getPrefix(String namespaceURI)
getPrefix
in interface NamespaceContext
namespaceURI
- the namespace URIpublic TracerConfigNamespaceContextImpl.Iterator getPrefixes(String namespaceURI)
getPrefixes
in interface NamespaceContext
namespaceURI
- the namespace URICopyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)