mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
'v3.4.3.1'
This commit is contained in:
@@ -20,8 +20,8 @@ import gplx.xowa.langs.*;
|
||||
public class Xop_xnde_tag_ {
|
||||
public static final int Bgn_mode__normal = 0, Bgn_mode__inline = 1;
|
||||
public static final int End_mode__normal = 0, End_mode__inline = 1, End_mode__escape = 2; // escape is for hr which does not support </hr>
|
||||
public static final byte[] Bry__onlyinclude = Bry_.new_a7("onlyinclude");
|
||||
public static final byte[] Bry__end_tag_bgn = Bry_.new_a7("</");
|
||||
public static final byte[] Bry__onlyinclude = Bry_.new_a7("onlyinclude");
|
||||
public static final byte[] Bry__end_tag_bgn = Bry_.new_a7("</");
|
||||
public static final int
|
||||
Tid__null = -1
|
||||
, Tid__b = 0
|
||||
@@ -144,13 +144,13 @@ public class Xop_xnde_tag_ {
|
||||
, Tid__tabview = 117
|
||||
;
|
||||
public static final int Tid__len = 118;
|
||||
public static final Xop_xnde_tag[] Ary = new Xop_xnde_tag[Tid__len];
|
||||
public static final Xop_xnde_tag[] Ary = new Xop_xnde_tag[Tid__len];
|
||||
private static Xop_xnde_tag New(int id, String name) {
|
||||
Xop_xnde_tag rv = new Xop_xnde_tag(id, name);
|
||||
Ary[id] = rv;
|
||||
return rv;
|
||||
}
|
||||
public static final Xop_xnde_tag
|
||||
public static final Xop_xnde_tag
|
||||
Tag__b = New(Tid__b, "b").No_inline_()
|
||||
, Tag__strong = New(Tid__strong, "strong").No_inline_()
|
||||
, Tag__i = New(Tid__i, "i").No_inline_()
|
||||
|
||||
Reference in New Issue
Block a user