Class DocumentBuilderFactoryConfigurer


  • public class DocumentBuilderFactoryConfigurer
    extends java.lang.Object
    Configures DocumentBuilderFactories.
    Since:
    XMLUnit 2.6.0
    • Method Detail

      • configure

        public javax.xml.parsers.DocumentBuilderFactory configure​(javax.xml.parsers.DocumentBuilderFactory factory)
        Applies the current configuration.
        Parameters:
        factory - the factory to configure
        Returns:
        the configured factory
        Throws:
        ConfigurationException - if any of the attributes or features set is not supported.