OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ElementImpl
(Results
1 - 7
of
7
) sorted by null
/external/emma/core/java12/com/vladium/emma/report/html/doc/
IElement.java
30
return new
ElementImpl
(tag, AttributeSet.create ());
35
return new
ElementImpl
(tag, attrs);
39
static class
ElementImpl
extends ISimpleElement.Factory.SimpleElementImpl
110
ElementImpl
(final Tag tag, final AttributeSet attrs)
/packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java
27
public class
ElementImpl
extends NodeImpl implements Element {
35
protected
ElementImpl
(DocumentImpl owner, String tagName) {
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java
40
public class
ElementImpl
extends InnerNodeImpl implements Element {
49
ElementImpl
(DocumentImpl document, String namespaceURI, String qualifiedName) {
54
ElementImpl
(DocumentImpl document, String name) {
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
.this.attributes.get(index)
[
all
...]