static XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.builder() |
Creates a builder for XPathFactoryConfigurers.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withExtensionFunctionsDisabled() |
Configures the factory to not enable extension functions.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withFeature(java.lang.String key,
boolean value) |
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withProperty(java.lang.String key,
java.lang.String value) |
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withSafeFeature(java.lang.String key,
boolean value) |
Configures the factory with the given feature if it is
supported.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withSafeProperty(java.lang.String key,
java.lang.String value) |
Configures the factory with the given property if it is
supported.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withSecureProcessingEnabled() |
Configures the factory to enable secure processing which disables all external access as well as execution of
extension functions.
|