public interface UnrecognizedElementHandler
Modifier and Type | Method and Description |
---|---|
boolean |
parseUnrecognizedElement(Element element,
Properties props)
Called to inform a configured object when an unrecognized child element is encountered.
|
boolean parseUnrecognizedElement(Element element, Properties props) throws Exception
element
- element, may not be null.props
- properties in force, may be null.Exception
- throw an exception to prevent activation of the configured object.Copyright © 1999–2023 QOS.CH Sarl (Switzerland). All rights reserved.