Uses of Class
org.xmlunit.util.DocumentBuilderFactoryConfigurer.Builder
Packages that use DocumentBuilderFactoryConfigurer.Builder
Package
Description
Internal utilities hiding the differences between .NET and Java
implementations.
-
Uses of DocumentBuilderFactoryConfigurer.Builder in org.xmlunit.util
Methods in org.xmlunit.util that return DocumentBuilderFactoryConfigurer.BuilderModifier and TypeMethodDescriptionDocumentBuilderFactoryConfigurer.builder()Creates a builder for DocumentBuilderFactoryConfigurers.DocumentBuilderFactoryConfigurer.Builder.withAttribute(String key, Object value) Configures the factory with the given attribute, causes an exception inDocumentBuilderFactoryConfigurer.configure(javax.xml.parsers.DocumentBuilderFactory)if the attribute is not supported.DocumentBuilderFactoryConfigurer.Builder.withDTDLoadingDisabled()Configures the factory to not load any external DTDs.DocumentBuilderFactoryConfigurer.Builder.withDTDParsingDisabled()Configures the factory to not parse any DTDs.DocumentBuilderFactoryConfigurer.Builder.withExpandEntityReferences(boolean b) Configure whether the factory's expands entity references.DocumentBuilderFactoryConfigurer.Builder.withFeature(String key, boolean value) Configures the factory with the given feature, causes an exception inDocumentBuilderFactoryConfigurer.configure(javax.xml.parsers.DocumentBuilderFactory)if the feature is not supported.DocumentBuilderFactoryConfigurer.Builder.withSafeAttribute(String key, Object value) Configures the factory with the given attribute if it is supported.DocumentBuilderFactoryConfigurer.Builder.withSafeFeature(String key, boolean value) Configures the factory with the given feature if it is supported.DocumentBuilderFactoryConfigurer.Builder.withXIncludeAware(boolean b) Configure the factory's XInclude awareness.