Package org.jboss.as.controller.xml
Interface XMLComponentReader<C>
- Type Parameters:
C- the reader context type
- All Known Subinterfaces:
XMLAttributeReader<C>,XMLElementReader<C>
- All Known Implementing Classes:
ResourceXMLContainer.ResourceAttributesXMLContentReader,ResourceXMLContainer.ResourceXMLContainerReader
public interface XMLComponentReader<C>
Super-interface for XML component readers with absentee handling.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidwhenAbsent(C context) Triggered when the associated XML content is absent from the XML input.
-
Method Details
-
whenAbsent
Triggered when the associated XML content is absent from the XML input.- Parameters:
context- a reader context
-