Searched defs:getLocalName (Results 1 – 9 of 9) sorted by relevance
55 public String getLocalName(int index) { in getLocalName() method in ExpatAttributes142 private static native String getLocalName(long pointer, long attributePointer, int index); in getLocalName() method in ExpatAttributes
115 public abstract String getLocalName (int index); in getLocalName() method
59 public String getLocalName() { in getLocalName() method in AttrImpl
174 public String getLocalName() { in getLocalName() method in ElementImpl
98 public String getLocalName() { in getLocalName() method in NodeImpl
123 public String getLocalName (int index) in getLocalName() method in AttributesImpl
913 public String getLocalName (int i) in getLocalName() method in ParserAdapter.AttributeListAdapter
561 public String getLocalName(); in getLocalName() method
93 public String getLocalName(int index) { return pp.getAttributeName(index); } in getLocalName() method in Driver