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 Type
    Method
    Description
    void
    whenAbsent(C context)
    Triggered when the associated XML content is absent from the XML input.
  • Method Details

    • whenAbsent

      void whenAbsent(C context)
      Triggered when the associated XML content is absent from the XML input.
      Parameters:
      context - a reader context