Package org.apache.daffodil.api.infoset
Interface InfosetDocument
- All Superinterfaces:
InfosetItem
Access to the infoset document element (also known as the root element).
-
Method Summary
Modifier and TypeMethodDescriptionmetadata()
Access to the metadata information about this element.
-
Method Details
-
metadata
ElementMetadata metadata()Access to the metadata information about this element. SeeElementMetadata
- Specified by:
metadata
in interfaceInfosetItem
- Returns:
- metadata of the item
-