Uses of Class
org.apache.commons.configuration2.builder.XMLBuilderParametersImpl
-
Packages that use XMLBuilderParametersImpl Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects.org.apache.commons.configuration2.builder.combined A package containing the implementation of the builder for combined configurations. -
-
Uses of XMLBuilderParametersImpl in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder that return XMLBuilderParametersImpl Modifier and Type Method Description XMLBuilderParametersImplXMLBuilderParametersImpl. setDocumentBuilder(DocumentBuilder docBuilder)XMLBuilderParametersImplXMLBuilderParametersImpl. setEntityResolver(EntityResolver resolver)XMLBuilderParametersImplXMLBuilderParametersImpl. setPublicID(String pubID)XMLBuilderParametersImplXMLBuilderParametersImpl. setSchemaValidation(boolean f)XMLBuilderParametersImplXMLBuilderParametersImpl. setSystemID(String sysID)XMLBuilderParametersImplXMLBuilderParametersImpl. 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 XMLBuilderParametersImpl Modifier and Type Method Description protected voidCombinedConfigurationBuilder. configureEntityResolver(HierarchicalConfiguration<?> config, XMLBuilderParametersImpl xmlParams)Creates and initializes a defaultEntityResolverif the definition configuration contains a corresponding declaration.
-