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 some XPath
function names that are deemed bad as user input.- Author:
- Robert Sandell <rsandell@cloudbees.com>.
- See Also:
-
FunctionContext
XPath
Api
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jaxen.Function
getFunction
(String namespaceURI, String prefix, String localName)
-
Constructor Details
-
FilteredFunctionContext
-
FilteredFunctionContext
public FilteredFunctionContext()
-
-
Method Details