org.apache.jmeter.util
Class PropertiesBasedPrefixResolver
java.lang.Object
org.apache.xml.utils.PrefixResolverDefault
org.apache.jmeter.util.PropertiesBasedPrefixResolver
- All Implemented Interfaces:
- org.apache.xml.utils.PrefixResolver
public class PropertiesBasedPrefixResolver
- extends org.apache.xml.utils.PrefixResolverDefault
PrefixResolver
implementation that loads prefix configuration from jmeter property xpath.namespace.config
Methods inherited from class org.apache.xml.utils.PrefixResolverDefault |
getBaseIdentifier, getNamespaceForPrefix, handlesNullPrefixes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesBasedPrefixResolver
public PropertiesBasedPrefixResolver(Node xpathExpressionContext)
- Parameters:
xpathExpressionContext
- Node
getNamespaceForPrefix
public String getNamespaceForPrefix(String prefix,
Node namespaceContext)
- Searches prefix in NAMESPACE_MAP, if it fails to find it defaults to parent implementation
- Specified by:
getNamespaceForPrefix
in interface org.apache.xml.utils.PrefixResolver
- Overrides:
getNamespaceForPrefix
in class org.apache.xml.utils.PrefixResolverDefault
- Parameters:
prefix
- PrefixnamespaceContext
- Node
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.