Searched defs:matchNameAttribute (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java180 if (!matchNameAttribute(attrs, HTML.Tag.PRE) &&
225 if (!matchNameAttribute(attrs, HTML.Tag.PRE) &&
288 if (matchNameAttribute(attr, HTML.Tag.CONTENT)) {
291 } else if (matchNameAttribute(attr, HTML.Tag.COMMENT)) {
315 if (completeDoc && matchNameAttribute(attr, HTML.Tag.HEAD)) {
330 if (matchNameAttribute(attr, HTML.Tag.TITLE) && !outputEndTag) {
598 if (matchNameAttribute(elem.getAttributes(), HTML.Tag.PRE)) {
620 if (matchNameAttribute(as, HTML.Tag.COMMENT)) {
675 if (matchNameAttribute(elem.getAttributes(), HTML.Tag.IMPLIED)) {
686 protected boolean matchNameAttribute(AttributeSe method in class:HTMLWriter
[all...]
H A DHTMLDocument.java749 if (matchNameAttribute(attr, HTML.Tag.FRAME)) {
768 static boolean matchNameAttribute(AttributeSet attr, HTML.Tag tag) { method in class:HTMLDocument

Completed in 32 milliseconds