Ejemplo n.º 1
0
 private EditorCell createConstant_8rs9tb_a2a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell = new EditorCell_Constant(editorContext, node, "</");
   editorCell.setCellId("Constant_8rs9tb_a2a");
   XmlStyle_StyleSheet.getXmlOpenParen(editorCell).apply(editorCell);
   editorCell.setDefaultText("");
   return editorCell;
 }
Ejemplo n.º 2
0
 private EditorCell createConstant_8rs9tb_b0a(EditorContext editorContext, SNode node) {
   EditorCell_Constant editorCell =
       new EditorCell_Constant(editorContext, node, "statement element");
   editorCell.setCellId("Constant_8rs9tb_b0a");
   XmlStyle_StyleSheet.getXmlElement(editorCell).apply(editorCell);
   editorCell.setDefaultText("");
   return editorCell;
 }