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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwhenAbsent(C context)Triggered when the associated XML content is absent from the XML input.
-
-
-
Method Detail
-
whenAbsent
void whenAbsent(C context)
Triggered when the associated XML content is absent from the XML input.- Parameters:
context- a reader context
-
-