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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java1436 * If <code>searchLeafAttributes</code> is true, and <code>e</code> is
1449 boolean searchLeafAttributes) {
1461 value, searchLeafAttributes);
1468 else if (searchLeafAttributes && attr != null) {
1448 getElement(Element e, Object attribute, Object value, boolean searchLeafAttributes) argument

Completed in 33 milliseconds