Searched refs:hasAttributes (Results 1 – 5 of 5) sorted by relevance
45 if (xmlNode != null && xmlNode instanceof Element && xmlNode.hasAttributes()) { in getShortDescription()
75 getXmlNode().hasAttributes()) { in getShortDescription()
190 public boolean hasAttributes() { in hasAttributes() method in MockXmlNode
241 if (mXmlNode != null && mXmlNode instanceof Element && mXmlNode.hasAttributes()) { in getDescAttribute()
1789 if (element.hasAttributes()) { in find()