mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.9.1.1
This commit is contained in:
@@ -137,8 +137,9 @@ public class Xop_xnde_tag_ {
|
||||
, Tid_quiz = 111
|
||||
, Tid_indicator = 112
|
||||
, Tid_q = 113
|
||||
, Tid_graph = 114
|
||||
;
|
||||
public static final int _MaxLen = 114;
|
||||
public static final int _MaxLen = 115;
|
||||
public static final Xop_xnde_tag[] Ary = new Xop_xnde_tag[_MaxLen];
|
||||
private static Xop_xnde_tag new_(int id, String name) {
|
||||
Xop_xnde_tag rv = new Xop_xnde_tag(id, name);
|
||||
@@ -260,5 +261,6 @@ public class Xop_xnde_tag_ {
|
||||
, Tag_quiz = new_(Tid_quiz, "quiz").Xtn_()
|
||||
, Tag_indicator = new_(Tid_indicator, "indicator").Xtn_()
|
||||
, Tag_q = new_(Tid_q, "q")
|
||||
, Tag_graph = new_(Tid_graph, "graph").Xtn_()
|
||||
;
|
||||
}
|
||||
|
||||
@@ -658,6 +658,7 @@ public class Xop_xnde_wkr implements Xop_ctx_wkr {
|
||||
case Xop_xnde_tag_.Tid_quiz: xnde_xtn = tkn_mkr.Xnde_quiz(); break;
|
||||
case Xop_xnde_tag_.Tid_indicator: xnde_xtn = tkn_mkr.Xnde_indicator(); break;
|
||||
case Xop_xnde_tag_.Tid_xowa_html: xnde_xtn = tkn_mkr.Xnde_xowa_html(); break;
|
||||
case Xop_xnde_tag_.Tid_graph: xnde_xtn = tkn_mkr.Xnde_graph(); break;
|
||||
case Xop_xnde_tag_.Tid_listing_buy:
|
||||
case Xop_xnde_tag_.Tid_listing_do:
|
||||
case Xop_xnde_tag_.Tid_listing_drink:
|
||||
|
||||
Reference in New Issue
Block a user