public interface UnrecognizedElementHandler
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2020 Confluent, Inc.. All Rights Reserved.