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

/openjdk10/jaxp/src/java.xml/share/classes/org/w3c/dom/events/
H A DMutationEvent.java97 public String getAttrName(); method in interface:MutationEvent
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/events/
H A DMutationEventImpl.java55 public String getAttrName() method in class:MutationEventImpl
/openjdk10/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java110 * String getAttrName(int i)
698 String k0 = e0.getAttrName(k);
699 String k1 = e1.getAttrName(k);
1310 String old = setAttr(e.getAttrName(k), e.getAttr(k));
1793 public String getAttrName(int k) { method in class:XMLKit.Element
1867 Element attr = new Element(getAttrName(i), 1, NEED_SLOP + 1);
2441 return Element.this.getAttrName(k);
3910 String key = e.getAttrName(k);
4001 String key = e.getAttrName(k);
H A DClassReader.java554 attachAttrTo(x, aval.getAttrName(i), aval.getAttr(i));

Completed in 174 milliseconds