public class SpacecraftParametersWriter extends AbstractWriter
| Constructor and Description |
|---|
SpacecraftParametersWriter(String xmlTag,
String kvnTag,
SpacecraftParameters spacecraftParameters)
Create a writer.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeContent(Generator generator)
Write the content of the section, excluding surrounding tags.
|
enterSection, exitSection, intArrayToString, writepublic SpacecraftParametersWriter(String xmlTag, String kvnTag, SpacecraftParameters spacecraftParameters)
xmlTag - name of the XML tag surrounding the sectionkvnTag - name of the KVN tag surrounding the section (may be null)spacecraftParameters - spacecraft parameters to writeprotected void writeContent(Generator generator) throws IOException
writeContent in class AbstractWritergenerator - generator to use for producing outputIOException - if any buffer writing operations failsCopyright © 2002-2023 CS GROUP. All rights reserved.