Interface CMLNode

All Known Subinterfaces:
AbstractBase, AbstractCMLDocument
All Known Implementing Classes:
AbstractCMLDocumentImpl, CMLBaseImpl

public interface CMLNode
Adds i/o control
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    output CML variants
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setArraySyntax(boolean syntax)
    set array syntax
    void
    set CML version
    void
    write XML (uses default control)
    void
    writeXML(Writer w, String control)
    write XML (allows for syntactic variants)