Package org.apache.daffodil.api.infoset
Interface InfosetElement
- All Superinterfaces:
InfosetItem
- All Known Subinterfaces:
InfosetComplexElement
,InfosetSimpleElement
API access to elements of the DFDL Infoset of both
complex and simple type.
-
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. SeeElementMetadata
- Specified by:
metadata
in interfaceInfosetItem
- Returns:
- metadata of the item
-