Interface XmlTokenBuilder

    • Method Detail

      • buildTokens

        List<ParseToken> buildTokens​(boolean startTag,
                                     String qName,
                                     String content,
                                     Attributes attributes,
                                     int lineNumber,
                                     String fileName)
        Create a list of parse tokens.
        Parameters:
        startTag - if true we are parsing the start tag from an XML element
        qName - element qualified name
        content - element content
        attributes - element attributes
        lineNumber - number of the line in the CCSDS data message
        fileName - name of the file
        Returns:
        list of parse tokens