OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementImpl
(Results
1 - 19
of
19
) sorted by null
/packages/apps/Mms/src/com/android/mms/dom/smil/
SmilElementImpl.java
23
import com.android.mms.dom.
ElementImpl
;
25
public class SmilElementImpl extends
ElementImpl
implements SMILElement {
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java
15
public class HyperRef extends IElement.Factory.
ElementImpl
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)
HTMLTable.java
16
final class HTMLTable extends IElement.Factory.
ElementImpl
87
private static class Cell extends IElement.Factory.
ElementImpl
105
private static class Row extends IElement.Factory.
ElementImpl
HTMLDocument.java
18
final class HTMLDocument extends IElement.Factory.
ElementImpl
/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
...]
DocumentImpl.java
158
ElementImpl
element = (
ElementImpl
) node;
159
ElementImpl
elementCopy;
343
public
ElementImpl
createElement(String tagName) {
344
return new
ElementImpl
(this, tagName);
347
public
ElementImpl
createElementNS(String namespaceURI, String qualifiedName) {
348
return new
ElementImpl
(this, namespaceURI, qualifiedName);
384
ElementImpl
root = (
ElementImpl
) getDocumentElement();
AttrImpl.java
37
// Maintained by
ElementImpl
.
38
ElementImpl
ownerElement;
InnerNodeImpl.java
44
// Maintained by LeafNodeImpl and
ElementImpl
.
238
ElementImpl
element = (
ElementImpl
) node;
250
ElementImpl
element = (
ElementImpl
) node;
NodeImpl.java
259
ElementImpl
element = (
ElementImpl
) node;
297
ElementImpl
element = (
ElementImpl
) node;
DOMConfigurationImpl.java
430
ElementImpl
element = (
ElementImpl
) node;
/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) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java
49
import org.eclipse.wst.xml.core.internal.document.
ElementImpl
;
176
if (element instanceof
ElementImpl
&& ((
ElementImpl
) element).isEmptyTag()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java
90
import org.eclipse.wst.xml.core.internal.document.
ElementImpl
;
380
if (element instanceof
ElementImpl
) {
381
ElementImpl
elementImpl
= (
ElementImpl
) element;
382
elementImpl
.setEmptyTag(true);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
53
import org.eclipse.wst.xml.core.internal.document.
ElementImpl
;
[
all
...]
/external/emma/lib/
emma.jar
/prebuilts/misc/common/ecj/
ecj.jar
/external/jdiff/
xerces.jar
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
Completed in 758 milliseconds