@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
@FunctionalInterface
public interface XPathNSResolver
| Modifier and Type | Method and Description |
|---|---|
@JsNullable java.lang.String |
lookupNamespaceURI(java.lang.String prefix)
The lookupNamespaceURI method looks up the namespace URI associated to the given namespace prefix within an XPath expression evaluated by the XPathEvaluator interface.
|