public interface UnrecognizedElementHandler
限定符和类型 | 方法和说明 |
---|---|
boolean |
parseUnrecognizedElement(org.w3c.dom.Element element,
java.util.Properties props)
Called to inform a configured object when
an unrecognized child element is encountered.
|
boolean parseUnrecognizedElement(org.w3c.dom.Element element, java.util.Properties props) throws java.lang.Exception
element
- element, may not be null.props
- properties in force, may be null.java.lang.Exception
- throw an exception to prevent activation
of the configured object.