Class PythonXmlTokenBuilder
- java.lang.Object
-
- org.orekit.files.ccsds.utils.lexical.PythonXmlTokenBuilder
-
- All Implemented Interfaces:
XmlTokenBuilder
public class PythonXmlTokenBuilder extends Object implements XmlTokenBuilder
-
-
Constructor Summary
Constructors Constructor Description PythonXmlTokenBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ParseToken>
buildTokens(boolean startTag, String qName, String content, Attributes attributes, int lineNumber, String fileName)
Create a list of parse tokens.void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
buildTokens
public List<ParseToken> buildTokens(boolean startTag, String qName, String content, Attributes attributes, int lineNumber, String fileName)
Create a list of parse tokens.- Specified by:
buildTokens
in interfaceXmlTokenBuilder
- Parameters:
startTag
- if true we are parsing the start tag from an 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
-
-