Package org.orekit.files.ccsds.ndm.adm
Class RotationXmlTokenBuilder
java.lang.Object
org.orekit.files.ccsds.ndm.adm.RotationXmlTokenBuilder
- All Implemented Interfaces:
XmlTokenBuilder
Builder for rotation angles and rates.
Instances of this class are immutable.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Details
-
RotationXmlTokenBuilder
public RotationXmlTokenBuilder()Simple constructor.
-
-
Method Details
-
buildTokens
public List<ParseToken> buildTokens(boolean startTag, boolean isLeaf, String qName, String content, Map<String, String> attributes, int lineNumber, String fileName) Create a list of parse tokens.- Specified by:
buildTokensin interfaceXmlTokenBuilder- Parameters:
startTag- if true we are parsing the start tag from an XML elementisLeaf- if true and startTag is false, we are processing the end tag of a leaf XML elementqName- element qualified namecontent- element contentattributes- element attributeslineNumber- number of the line in the CCSDS data messagefileName- name of the file- Returns:
- list of parse tokens
-