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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java807 public static String getAttrValue(Element elem, String name) { method in class:DOMUtil
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java1858 static private Object getAttrValue(AttributeSet attr, HTML.Attribute key) { method in class:HTMLEditorKit
1864 Object value = getAttrValue((AttributeSet)nextVal, key);
1946 Object href = getAttrValue(attr, HTML.Attribute.HREF);
2224 Object href = getAttrValue(attr, HTML.Attribute.HREF);
2233 Object obj = getAttrValue(attr, HTML.Attribute.CLASSID);

Completed in 38 milliseconds