Class XmlLexicalAnalyzer
java.lang.Object
org.orekit.files.ccsds.utils.lexical.XmlLexicalAnalyzer
- All Implemented Interfaces:
LexicalAnalyzer
Lexical analyzer for XML CCSDS messages.
- Since:
- 11.0
- Author:
- Maxime Journot, Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(MessageParser<T> messageParser) Parse a CCSDS Message.
-
Constructor Details
-
XmlLexicalAnalyzer
Simple constructor.- Parameters:
source- source providing the data to parse
-
-
Method Details
-
accept
Parse a CCSDS Message.- Specified by:
acceptin interfaceLexicalAnalyzer- Type Parameters:
T- type of the file- Parameters:
messageParser- CCSDS Message parser to use- Returns:
- parsed fileO
-