Package org.apache.daffodil.api.infoset
Interface InfosetComplexElement
- All Superinterfaces:
InfosetElement
,InfosetItem
Methods specific to complex elements in the infoset
-
Method Summary
Modifier and TypeMethodDescriptionmetadata()
Access to the metadata information about this element.Methods inherited from interface org.apache.daffodil.api.infoset.InfosetElement
isNilled
-
Method Details
-
metadata
ComplexElementMetadata metadata()Description copied from interface:InfosetElement
Access to the metadata information about this element. SeeElementMetadata
- Specified by:
metadata
in interfaceInfosetElement
- Specified by:
metadata
in interfaceInfosetItem
- Returns:
- metadata of the item
-