Package jenkins.util.xml
Class FilteredFunctionContext
- java.lang.Object
-
- jenkins.util.xml.FilteredFunctionContext
-
- All Implemented Interfaces:
org.jaxen.FunctionContext
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class FilteredFunctionContext extends Object implements org.jaxen.FunctionContext
FunctionContext
that removes someXPath
function names that are deemed bad as user input.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
FunctionContext
,XPath
,Api
-
-
Constructor Summary
Constructors Constructor Description FilteredFunctionContext()
FilteredFunctionContext(Set<String> illegalFunctions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jaxen.Function
getFunction(String namespaceURI, String prefix, String localName)
-