Uses of Class
org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
Packages that use XMLBuilderParametersImpl
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration objects.
A package containing the implementation of the builder for combined configurations.
-
Uses of XMLBuilderParametersImpl in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement interfaces with type arguments of type XMLBuilderParametersImplModifier and TypeClassDescriptionclassA specialized parameters class for XML configuration.Methods in org.apache.commons.configuration2.builder that return XMLBuilderParametersImplModifier and TypeMethodDescriptionXMLBuilderParametersImpl.setDocumentBuilder(DocumentBuilder docBuilder) XMLBuilderParametersImpl.setEntityResolver(EntityResolver resolver) XMLBuilderParametersImpl.setPublicID(String pubID) XMLBuilderParametersImpl.setSchemaValidation(boolean f) XMLBuilderParametersImpl.setSystemID(String sysID) XMLBuilderParametersImpl.setValidating(boolean f) -
Uses of XMLBuilderParametersImpl in org.apache.commons.configuration2.builder.combined
Methods in org.apache.commons.configuration2.builder.combined with parameters of type XMLBuilderParametersImplModifier and TypeMethodDescriptionprotected voidCombinedConfigurationBuilder.configureEntityResolver(HierarchicalConfiguration<?> config, XMLBuilderParametersImpl xmlParams) Creates and initializes a defaultEntityResolverif the definition configuration contains a corresponding declaration.