@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class FilteredFunctionContext extends Object implements org.jaxen.FunctionContext
FunctionContext that removes some XPath
function names that are deemed bad as user input.FunctionContext,
XPath,
Api| Constructor and Description |
|---|
FilteredFunctionContext() |
FilteredFunctionContext(Set<String> illegalFunctions) |
| Modifier and Type | Method and Description |
|---|---|
org.jaxen.Function |
getFunction(String namespaceURI,
String prefix,
String localName) |
Copyright © 2019. All rights reserved.