MCPcopy Create free account
hub / github.com/apache/tomcat / setFeature

Method setFeature

java/org/apache/tomcat/util/digester/Digester.java:666–671  ·  view source on GitHub ↗

Sets a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader . See http://www.saxproject.org/apidoc/xml/sax/package-summary.html#pac

(String feature, boolean value)

Source from the content-addressed store, hash-verified

664 * @exception SAXNotSupportedException if the property name is recognized but not supported
665 */
666 public void setFeature(String feature, boolean value)
667 throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException {
668
669 getFactory().setFeature(feature, value);
670
671 }
672
673
674 /**

Callers 6

openMethod · 0.95
loadProvidersMethod · 0.95
testSchemaValidationMethod · 0.80
getSAXParserMethod · 0.80
getFactoryMethod · 0.80
getDigesterMethod · 0.80

Calls 1

getFactoryMethod · 0.95

Tested by 1

testSchemaValidationMethod · 0.64