Package org.jboss.as.controller.xml
Interface XMLElementReader<C>
-
- All Superinterfaces:
org.jboss.staxmapper.XMLElementReader<C>
- All Known Implementing Classes:
ResourceXMLContainer.ResourceAttributesXMLContentReader,ResourceXMLContainer.ResourceXMLContainerReader
public interface XMLElementReader<C> extends org.jboss.staxmapper.XMLElementReader<C>Adds absentee element handling to an {link org.jboss.staxmapper.XMLElementReader}.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidhandleAbsentElement(C context)Handles the case where the associated element is not present in the XML input.
-
-
-
Method Detail
-
handleAbsentElement
default void handleAbsentElement(C context)
Handles the case where the associated element is not present in the XML input. By default, no action is taken.- Parameters:
context- a reader context
-
-