public class SVGPrefixResolver extends Object implements XPathPrefixResolver
Modifier and Type | Field and Description |
---|---|
static SVGPrefixResolver |
INSTANCE |
protected Map<String,String> |
prefixToUri |
Constructor and Description |
---|
SVGPrefixResolver()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
resolvePrefix(String prefix)
Returns the namespace URI which corresponds to this prefix.
|
public static final SVGPrefixResolver INSTANCE
public String resolvePrefix(String prefix)
XPathPrefixResolver
resolvePrefix
in interface XPathPrefixResolver
prefix
- The prefix to resolveCopyright © 2018. All Rights Reserved.