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

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java40 public class ElementImpl extends InnerNodeImpl implements Element { class in inherits:InnerNodeImpl,Element
49 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { method in class:ElementImpl
54 ElementImpl(DocumentImpl document, String name) { method in class:ElementImpl
151 Element element = ((ElementImpl) node).getElementById(name);
327 return ElementImpl.this.attributes.size();
331 return ElementImpl.this.indexOfAttribute(name);
335 return ElementImpl.this.indexOfAttributeNS(namespaceURI, localName);
339 return ElementImpl.this.getAttributeNode(name);
343 return ElementImpl.this.getAttributeNodeNS(namespaceURI, localName);
347 return ElementImpl
[all...]

Completed in 279 milliseconds