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

Method getProperty

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

Return the current value of the specified property for the underlying XMLReader implementation. See http://www.saxproject.org/apidoc/xml/sax/package-summary.html#package-description for info

(String property)

Source from the content-addressed store, hash-verified

810 * @exception SAXNotSupportedException if the property name is recognized but not supported
811 */
812 public Object getProperty(String property) throws SAXNotRecognizedException, SAXNotSupportedException {
813
814 return getParser().getProperty(property);
815 }
816
817
818 /**

Callers

nothing calls this directly

Calls 2

getParserMethod · 0.95
getPropertyMethod · 0.65

Tested by

no test coverage detected