Interface InfosetElement

All Superinterfaces:
InfosetItem
All Known Subinterfaces:
InfosetComplexElement, InfosetSimpleElement

public interface InfosetElement extends InfosetItem
API access to elements of the DFDL Infoset of both complex and simple type.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    In DFDL both simple and complex type elements can be nilled.
    Access to the metadata information about this element.
  • Method Details

    • isNilled

      boolean isNilled()
      In DFDL both simple and complex type elements can be nilled.
      Returns:
      true if the element is nilled, false otherwise.
    • metadata

      ElementMetadata metadata()
      Access to the metadata information about this element. See ElementMetadata
      Specified by:
      metadata in interface InfosetItem
      Returns:
      metadata of the item