Package org.orekit.files.ccsds.section
Class XmlStructureProcessingState
java.lang.Object
org.orekit.files.ccsds.section.XmlStructureProcessingState
- All Implemented Interfaces:
ProcessingState
ProcessingState for structure of FileFormat.XML CCSDS Messages.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionXmlStructureProcessingState(String root, AbstractConstituentParser<?, ?, ?> parser) Simple constructor. -
Method Summary
-
Constructor Details
-
XmlStructureProcessingState
Simple constructor.- Parameters:
root- name of the root elementparser- parser for the complete message
-
-
Method Details
-
processToken
Process one token.- Specified by:
processTokenin interfaceProcessingState- Parameters:
token- token to process- Returns:
- true if token was processed, false otherwise
-