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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java902 boolean hasAttrs = hasAttributes();
903 if (hasAttrs != ((Element) arg).hasAttributes()) {
906 if (hasAttrs) {
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTree.java683 return (!hasContent() && !hasAttrs());
700 public boolean hasAttrs() { method in class:HtmlTree
726 return (!hasContent() && (!hasAttrs() || hasAttr(HtmlAttr.CLEAR)));

Completed in 34 milliseconds