Searched refs:omitStart (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/ |
H A D | Element.java | 84 public boolean omitStart() { method in class:Element
|
H A D | DTD.java | 198 * @param omitStart <code>true</code> if start should be omitted 206 boolean omitStart, boolean omitEnd, ContentModel content, 210 e.oStart = omitStart; 259 boolean omitStart, boolean omitEnd, ContentModel content, 279 return defineElement(name, type, omitStart, omitEnd, content, excl, incl, atts); 205 defineElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList atts) argument 258 defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts) argument
|
H A D | Parser.java | 633 if (next != null && (!strict || next.omitStart()) && 639 if (!next.omitStart()) {
|
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/ |
H A D | DTDBuilder.java | 181 if (elem.omitStart()) {
|
Completed in 28 milliseconds