OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dom
(Results
351 - 375
of
2077
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocumentType02.java
25
import org.w3c.
dom
.*;
44
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#Level-2-Core-
DOM
-createDocType">http://www.w3.org/TR/
DOM
-Level-2-Core/core#Level-2-Core-
DOM
-createDocType</a>
45
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#xpointer(id('Level-2-Core-
DOM
-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/
DOM
-Level-2-Core/core#xpointer(id('Level-2-Core-
DOM
-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
126
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/createDocumentType02"
[
all
...]
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java
22
package tests.org.w3c.
dom
;
32
import org.w3c.
dom
.DOMImplementation;
33
import org.w3c.
dom
.Document;
34
import org.w3c.
dom
.DocumentType;
49
* href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#Level-2-Core-
DOM
-createDocument">http://www.w3.org/TR/
DOM
-Level-2-Core/core#Level-2-Core-
DOM
-createDocument</a>
132
String publicId = "http://www.w3.org/
DOM
/Test/dom2.dtd";
175
String publicId = "http://www.w3.org/
DOM
/Test/dom2.dtd"
[
all
...]
DocumentGetElementsByTagnameNS.java
1
package tests.org.w3c.
dom
;
8
import org.w3c.
dom
.Document;
9
import org.w3c.
dom
.DocumentType;
10
import org.w3c.
dom
.DOMImplementation;
11
import org.w3c.
dom
.NodeList;
12
import org.w3c.
dom
.Element;
28
* href="http://www.w3.org/TR/
DOM
-Level-2-Core/core">http://www.w3.org/TR/
DOM
-Level-2-Core/core</a>
30
* href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-getElBTNNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-getElBTNNS</a
[
all
...]
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementParallelTimeContainerImpl.java
18
package com.android.mms.
dom
.smil;
22
import org.w3c.
dom
.DOMException;
23
import org.w3c.
dom
.Node;
24
import org.w3c.
dom
.NodeList;
25
import org.w3c.
dom
.smil.ElementParallelTimeContainer;
26
import org.w3c.
dom
.smil.ElementTime;
27
import org.w3c.
dom
.smil.SMILElement;
28
import org.w3c.
dom
.smil.Time;
29
import org.w3c.
dom
.smil.TimeList;
31
import com.android.mms.
dom
.NodeListImpl
[
all
...]
SmilParElementImpl.java
18
package com.android.mms.
dom
.smil;
22
import org.w3c.
dom
.DOMException;
23
import org.w3c.
dom
.NodeList;
24
import org.w3c.
dom
.events.DocumentEvent;
25
import org.w3c.
dom
.events.Event;
26
import org.w3c.
dom
.smil.ElementParallelTimeContainer;
27
import org.w3c.
dom
.smil.ElementTime;
28
import org.w3c.
dom
.smil.SMILParElement;
29
import org.w3c.
dom
.smil.Time;
30
import org.w3c.
dom
.smil.TimeList
[
all
...]
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMImplementation.java
13
package org.w3c.
dom
;
19
* <p>See also the <a href='http://www.w3.org/TR/2004/REC-
DOM
-Level-3-Core-20040407'>Document Object Model (
DOM
) Level 3 Core Specification</a>.
23
* Test if the
DOM
implementation implements a specific feature and
51
* @since
DOM
Level 2
59
* Creates a
DOM
Document object of the specified type with its document
64
* the "Core", such as "HTML" [<a href='http://www.w3.org/TR/2003/REC-
DOM
-Level-2-HTML-20030109'>
DOM
Level 2 HTML</a>]
68
* such as <code>createHTMLDocument</code> [<a href='http://www.w3.org/TR/2003/REC-
DOM
-Level-2-HTML-20030109'>
DOM
Level 2 HTML</a>
[
all
...]
/external/webkit/WebCore/dom/
Document.idl
30
//
DOM
Level 1 Core
51
// Introduced in
DOM
Level 2:
66
//
DOM
Level 3 Core
81
//
DOM
Level 2 Events (DocumentEvents interface)
86
//
DOM
Level 2 Tranversal and Range (DocumentRange interface)
90
//
DOM
Level 2 Tranversal and Range (DocumentTraversal interface)
103
//
DOM
Level 2 Abstract Views (DocumentView interface)
107
//
DOM
Level 2 Style (DocumentStyle interface)
111
//
DOM
Level 2 Style (DocumentCSS interface)
116
//
DOM
Level 3 XPath (XPathEvaluator interface
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java
17
package org.apache.harmony.xml.
dom
;
19
import org.w3c.
dom
.Attr;
20
import org.w3c.
dom
.CharacterData;
21
import org.w3c.
dom
.Comment;
22
import org.w3c.
dom
.DOMConfiguration;
23
import org.w3c.
dom
.DOMException;
24
import org.w3c.
dom
.DOMImplementation;
25
import org.w3c.
dom
.Document;
26
import org.w3c.
dom
.DocumentType;
27
import org.w3c.
dom
.Element
[
all
...]
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParserFilter.java
13
package org.w3c.
dom
.ls;
15
import org.w3c.
dom
.Node;
16
import org.w3c.
dom
.Element;
31
* parameter "<a href='http://www.w3.org/TR/
DOM
-Level-3-Core/core.html#parameter-entities'>
32
* entities</a>" is set to <code>false</code>. Note that, as described by the parameter "<a href='http://www.w3.org/TR/
DOM
-Level-3-Core/core.html#parameter-entities'>
36
* document as it appears on the input stream, not on the
DOM
document as it
43
* <p>
DOM
applications must not raise exceptions in a filter. The effect of
44
* throwing exceptions from a filter is
DOM
implementation dependent.
45
* <p>See also the <a href='http://www.w3.org/TR/2004/REC-
DOM
-Level-3-LS-20040407'>Document Object Model (
DOM
) Level 3 Loa
[
all
...]
/cts/tools/host/src/com/android/cts/
TestSessionLogBuilder.java
28
import org.w3c.
dom
.Document;
29
import org.w3c.
dom
.Node;
30
import org.w3c.
dom
.NodeList;
74
* Load TestSessionLog from a Test result
DOM
doc.
76
* @param doc Test result
DOM
Document.
77
* @return loaded test session log from Test result
DOM
Document.
/dalvik/libcore/dom/src/test/java/org/w3c/domts/
JTidyDocumentBuilderFactory.java
19
import org.w3c.
dom
.DOMImplementation;
20
import org.w3c.
dom
.Document;
25
* and supports the fundamental
DOM
interfaces but not either HTML L1
DOM
26
* or HTML L2
DOM
39
* using JTidy's HTML parser and
DOM
implementation
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrcreatetextnode.java
22
import org.w3c.
dom
.*;
41
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-221662474">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-221662474</a>
42
* @see <a href="http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Apr/0057.html">http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Apr/0057.html</a>
88
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrcreatetextnode";
attrcreatetextnode2.java
22
import org.w3c.
dom
.*;
40
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-F68D080">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-F68D080</a>
41
* @see <a href="http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Apr/0057.html">http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Apr/0057.html</a>
87
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrcreatetextnode2";
attreffectivevalue.java
22
import org.w3c.
dom
.*;
37
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-84CF096">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-84CF096</a>
38
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1074577549">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1074577549</a>
81
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attreffectivevalue";
attrname.java
22
import org.w3c.
dom
.*;
38
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-F68D095">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-F68D095</a>
39
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1112119403">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1112119403</a>
84
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrname";
attrnextsiblingnull.java
22
import org.w3c.
dom
.*;
37
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-6AC54C2F">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-6AC54C2F</a>
38
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-637646024">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-637646024</a>
81
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrnextsiblingnull";
attrnotspecifiedvalue.java
22
import org.w3c.
dom
.*;
41
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-862529273">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-862529273</a>
42
* @see <a href="http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Mar/0002.html">http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Mar/0002.html</a>
91
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrnotspecifiedvalue";
attrparentnodenull.java
22
import org.w3c.
dom
.*;
37
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1060184317">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1060184317</a>
38
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-637646024">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-637646024</a>
81
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrparentnodenull";
attrprevioussiblingnull.java
22
import org.w3c.
dom
.*;
37
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-640FB3C8">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-640FB3C8</a>
38
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-637646024">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-637646024</a>
81
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrprevioussiblingnull";
attrremovechild1.java
22
import org.w3c.
dom
.*;
34
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1734834066">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-1734834066</a>
35
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
89
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrremovechild1";
attrreplacechild1.java
22
import org.w3c.
dom
.*;
34
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-785887307">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-785887307</a>
35
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
91
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrreplacechild1";
attrspecifiedvalueremove.java
22
import org.w3c.
dom
.*;
45
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-6D6AC0F9">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-6D6AC0F9</a>
46
* @see <a href="http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Mar/0002.html">http://lists.w3.org/Archives/Public/www-
dom
-ts/2002Mar/0002.html</a>
97
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/attrspecifiedvalueremove";
characterdataappenddata.java
22
import org.w3c.
dom
.*;
42
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-72AB8359">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-72AB8359</a>
43
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-32791A2F">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-32791A2F</a>
87
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/characterdataappenddata";
characterdataappenddatagetdata.java
22
import org.w3c.
dom
.*;
43
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-72AB8359">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-72AB8359</a>
44
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-32791A2F">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-32791A2F</a>
86
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/characterdataappenddatagetdata";
characterdatadeletedataend.java
22
import org.w3c.
dom
.*;
43
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-72AB8359">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-72AB8359</a>
44
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-7C603781">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#ID-7C603781</a>
86
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/characterdatadeletedataend";
Completed in 75 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>