Home | History | Annotate | Download | only in html

Lines Matching defs:open

43  * or missing close and open tags.
58 private boolean open;
118 if (open) { throw new IllegalStateException(); }
119 open = true;
123 if (!open) { throw new IllegalStateException(); }
127 open = false;
138 return open;
151 if (!open) { throw new IllegalStateException(); }
224 if (!open) { throw new IllegalStateException(); }
265 if (!open) { throw new IllegalStateException(); }