• DoctypeDeclaration{http://etl.sf.net/etl/doctype/0.2.1}:
    • systemId: "../grammars/EJ.g.etl"
    • context: "MethodContent"
  • ExpressionStatement{http://etl.sf.net/2006/samples/ej/0.1}:
    • expression:
      • Identifier{http://etl.sf.net/2006/samples/ej/0.1}:
        • value: plainIdentifier
  • ExpressionStatement{http://etl.sf.net/2006/samples/ej/0.1}:
    • expression:
      • Identifier{http://etl.sf.net/2006/samples/ej/0.1}:
        • quotedValue: Q'Quoted Identifier - You could write anything in it'
     1: doctype "../grammars/EJ.g.etl" context "MethodContent";
     2: plainIdentifier;
     3: Q'Quoted Identifier - You could write anything in it';