Class XmlStructureProcessingState

java.lang.Object
org.orekit.files.ccsds.section.XmlStructureProcessingState
All Implemented Interfaces:
ProcessingState

public class XmlStructureProcessingState extends Object implements ProcessingState
ProcessingState for structure of FileFormat.XML CCSDS Messages.
Since:
11.0
Author:
Luc Maisonobe
  • Constructor Details

    • XmlStructureProcessingState

      public XmlStructureProcessingState(String root, AbstractConstituentParser<?,?,?> parser)
      Simple constructor.
      Parameters:
      root - name of the root element
      parser - parser for the complete message
  • Method Details

    • processToken

      public boolean processToken(ParseToken token)
      Process one token.
      Specified by:
      processToken in interface ProcessingState
      Parameters:
      token - token to process
      Returns:
      true if token was processed, false otherwise