Interface | Description |
---|---|
FeatureSupplier |
This supplier is used to set the features on the instances of the supported classes:
SAXParserFactory
TransformerFactory
using one of the methods:
SAXParserFactory.setFeature(String, boolean)
TransformerFactory.setFeature(String, boolean)
|
PropertySupplier |
This supplier is used to set the properties on the instances of the supported classes:
DocumentBuilderFactory
SAXParser
XMLInputFactory
TransformerFactory
using of the methods
DocumentBuilderFactory.setAttribute(String, Object)
SAXParser.setProperty(String, Object)
XMLInputFactory.setProperty(String, Object)
TransformerFactory.setAttribute(String, Object)
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.