Searched refs:EndTagType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java694 new ElementSpec(null, ElementSpec.EndTagType));
818 ElementSpec spec = new ElementSpec(pattr, ElementSpec.EndTagType);
851 (null, ElementSpec.EndTagType));
1178 public static final short EndTagType = 2; field in class:DefaultStyledDocument.ElementSpec
1221 * @param type the type of the element (StartTagType, EndTagType,
1234 * @param type the type of the element (StartTagType, EndTagType,
1247 * @param type the type of the element (StartTagType, EndTagType,
1266 * @param type the type of the element (StartTagType, EndTagType,
1276 * @return the type of the element (StartTagType, EndTagType,
1354 case EndTagType
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2371 (null, ElementSpec.EndTagType));
3610 null, ElementSpec.EndTagType);
3737 getType() == ElementSpec.EndTagType) {
3765 (index).getType() == ElementSpec.EndTagType) {
3940 EndTagType));
4008 * EndTagType specs in the flushBuffer method.

Completed in 53 milliseconds