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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java737 private boolean noMatchForTagInAttributes(AttributeSet attr, HTML.Tag t, method in class:HTMLWriter
774 if ((attr == null) || noMatchForTagInAttributes(attr, t, tValue)) {

Completed in 104 milliseconds