Uses of Class
eu.europa.esig.dss.jaxb.common.AbstractConfigurator
Packages that use AbstractConfigurator
-
Uses of AbstractConfigurator in eu.europa.esig.dss.jaxb.common
Subclasses of AbstractConfigurator in eu.europa.esig.dss.jaxb.commonModifier and TypeClassDescriptionclass
Abstract class to build a secure builder instanceclass
This class is used to build aDocumentBuilderFactory
class
Builds aSchemaFactory
class
Builds aTransformerFactory
class
Configures a providedValidator
Methods in eu.europa.esig.dss.jaxb.common that return AbstractConfiguratorModifier and TypeMethodDescriptionAbstractConfigurator.disableFeature
(String feature) Disables a custom featureAbstractConfigurator.enableFeature
(String feature) Enables a custom featureAbstractConfigurator.removeAttribute
(String attribute) Removes the attribute from a list of attributes to setAbstractConfigurator.setAttribute
(String attribute, Object value) Sets a custom attribute.