OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dom
(Results
276 - 300
of
2077
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodedocumentnodename.java
22
import org.w3c.
dom
.*;
33
* Retrieve the
DOM
document and check the string returned
38
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#i-Document">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#i-Document</a>
39
* @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>
74
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/nodedocumentnodename";
nodedocumentnodevalue.java
22
import org.w3c.
dom
.*;
33
* Retrieve the
DOM
Document and check the string returned
38
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#i-Document">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#i-Document</a>
39
* @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>
74
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/nodedocumentnodevalue";
characterdataappenddatanomodificationallowederr.java
22
import org.w3c.
dom
.*;
39
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])">http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='NO_MODIFICATION_ALLOWED_ERR'])</a>
40
* @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>
41
* @see <a href="http://www.w3.org/TR/1998/REC-
DOM
-Level-1-19981001/level-one-core#xpointer(id('ID-32791A2F')/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-32791A2F')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NO_MODIFICATION_ALLOWED_ERR'])</a>
42
* @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>
104
return "http://www.w3.org/2001/
DOM
-Test-Suite/level1/core/characterdataappenddatanomodificationallowederr"
[
all
...]
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS03.java
38
import org.w3c.
dom
.*;
55
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core">http://www.w3.org/TR/
DOM
-Level-2-Core/core</a>
56
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-DocCrAttrNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-DocCrAttrNS</a>
82
String namespaceURI = "http://www.w3.org/
DOM
/Test/Level2";
115
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/documentcreateattributeNS03";
documentcreateattributeNS04.java
38
import org.w3c.
dom
.*;
54
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core">http://www.w3.org/TR/
DOM
-Level-2-Core/core</a>
55
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-DocCrAttrNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-DocCrAttrNS</a>
81
String namespaceURI = "http://www.w3.org/
DOM
/Test/Level2";
111
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/documentcreateattributeNS04";
documentimportnode04.java
25
import org.w3c.
dom
.*;
46
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core">http://www.w3.org/TR/
DOM
-Level-2-Core/core</a>
47
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#Core-Document-importNode">http://www.w3.org/TR/
DOM
-Level-2-Core/core#Core-Document-importNode</a>
92
newDoc = domImpl.createDocument("http://www.w3.org/
DOM
/Test", "l2:root", docType);
109
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/documentimportnode04";
domimplementationcreatedocument03.java
38
import org.w3c.
dom
.*;
47
* The createDocument method with valid arguments, should create a
DOM
Document of
55
* @see <a 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>
117
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/domimplementationcreatedocument03";
domimplementationcreatedocumenttype02.java
38
import org.w3c.
dom
.*;
55
* @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>
83
String publicId = "http://www.w3.org/
DOM
/Test/dom2.dtd";
117
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/domimplementationcreatedocumenttype02";
domimplementationcreatedocumenttype04.java
38
import org.w3c.
dom
.*;
54
* @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>
81
String publicId = "http://www.w3.org/
DOM
/Test/dom2.dtd";
121
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/domimplementationcreatedocumenttype04";
elementhasattributens02.java
25
import org.w3c.
dom
.*;
44
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElHasAttrNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElHasAttrNS</a>
80
element = doc.createElementNS("http://www.w3.org/
DOM
", "address");
81
attribute = doc.createAttributeNS("http://www.w3.org/
DOM
", "domestic");
83
state = element.hasAttributeNS("http://www.w3.org/
DOM
", "domestic");
91
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/elementhasattributens02";
elementsetattributenodens04.java
25
import org.w3c.
dom
.*;
43
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAtNodeNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAtNodeNS</a>
79
element1 = doc.createElementNS("http://www.w3.org/
DOM
/Test", "elem1");
80
element2 = doc.createElementNS("http://www.w3.org/
DOM
/Test", "elem2");
81
attribute = doc.createAttributeNS("http://www.w3.org/
DOM
/Test", "attr");
99
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/elementsetattributenodens04";
elementsetattributenodens06.java
25
import org.w3c.
dom
.*;
41
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAtNodeNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAtNodeNS</a>
80
element = doc.createElementNS("http://www.w3.org/
DOM
/Test", "elem1");
81
attribute = doc.createAttributeNS("http://www.w3.org/
DOM
/Test", "attr");
87
attribute2 = doc.createAttributeNS("http://www.w3.org/
DOM
/Test", "attr2");
104
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/elementsetattributenodens06";
elementsetattributens03.java
25
import org.w3c.
dom
.*;
43
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAttrNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAttrNS</a>
83
element.setAttributeNS("http://www.w3.org/
DOM
/Test/1", "defaultAttr", "default1");
84
element.setAttributeNS("http://www.w3.org/
DOM
/Test/2", "defaultAttr", "default2");
85
attribute = element.getAttributeNodeNS("http://www.w3.org/
DOM
/Test/1", "defaultAttr");
96
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/elementsetattributens03";
elementsetattributens04.java
25
import org.w3c.
dom
.*;
42
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAttrNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAttrNS</a>
81
element = doc.createElementNS("http://www.w3.org/
DOM
/Test/L2", "
dom
:elem");
88
element.setAttributeNS("http://www.w3.org/
DOM
/Test/L2", qualifiedName, "test");
101
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/elementsetattributens04";
elementsetattributens05.java
25
import org.w3c.
dom
.*;
41
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAttrNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElSetAttrNS</a>
71
element = doc.createElementNS("http://www.w3.org/
DOM
/Test/L2", "
dom
:elem");
76
element.setAttributeNS(nullNS, "
dom
:root", "test");
88
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/elementsetattributens05";
namednodemapgetnameditemns06.java
25
import org.w3c.
dom
.*;
41
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-getNamedItemNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-getNamedItemNS</a>
85
newAttr1 = doc.createAttributeNS("http://www.w3.org/
DOM
/L1", "street");
87
attribute = (Attr) attributesMap1.getNamedItemNS("http://www.w3.org/
DOM
/L1", "street");
90
attribute = (Attr) attributesMap2.getNamedItemNS("http://www.w3.org/
DOM
/L1", "street");
99
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/namednodemapgetnameditemns06";
namednodemapsetnameditemns02.java
25
import org.w3c.
dom
.*;
43
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-setNamedItemNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-setNamedItemNS</a>
81
element = doc.createElementNS("http://www.w3.org/
DOM
/Test", "root");
82
attribute1 = doc.createAttributeNS("http://www.w3.org/
DOM
/L1", "L1:att");
85
attribute = (Attr) attributes.getNamedItemNS("http://www.w3.org/
DOM
/L1", "att");
94
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/namednodemapsetnameditemns02";
nodesetprefix02.java
25
import org.w3c.
dom
.*;
43
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-NodeNSPrefix">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-NodeNSPrefix</a>
84
newAttribute = doc.createAttributeNS("http://www.w3.org/
DOM
/Test", "test:address");
86
newAttribute.setPrefix("
dom
");
91
assertEquals("nodesetprefix02_newAttrName", "
dom
:address", newAttrName);
98
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/nodesetprefix02";
normalize01.java
25
import org.w3c.
dom
.*;
42
* This appears to be a duplicate of elementnormalize.xml in
DOM
L1 Test Suite
45
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-normalize</a>
46
* @see <a href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-72AB8359">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-72AB8359</a>
92
return "http://www.w3.org/2001/
DOM
-Test-Suite/level2/core/normalize01";
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
UserDataHandler.java
13
package org.w3c.
dom
;
20
* implement various behaviors regarding the data it associates to the
DOM
22
* <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
* @since
DOM
Level 3
54
* <br>
DOM
applications must not raise exceptions in a
56
* the handler is
DOM
implementation dependent.
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
GetAttributeNodeNS.java
22
package tests.org.w3c.
dom
;
29
import org.w3c.
dom
.Element;
30
import org.w3c.
dom
.Document;
31
import org.w3c.
dom
.NodeList;
32
import org.w3c.
dom
.Attr;
48
* href="http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElGetAtNodeNS">http://www.w3.org/TR/
DOM
-Level-2-Core/core#ID-ElGetAtNodeNS</a>
ImportNode.java
22
package tests.org.w3c.
dom
;
32
import org.w3c.
dom
.Document;
33
import org.w3c.
dom
.Attr;
34
import org.w3c.
dom
.Text;
35
import org.w3c.
dom
.Node;
36
import org.w3c.
dom
.Element;
37
import org.w3c.
dom
.DocumentType;
38
import org.w3c.
dom
.NodeList;
39
import org.w3c.
dom
.CDATASection;
40
import org.w3c.
dom
.Comment
[
all
...]
/packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java
18
package com.android.mms.
dom
;
20
import org.w3c.
dom
.Attr;
21
import org.w3c.
dom
.DOMException;
22
import org.w3c.
dom
.Element;
23
import org.w3c.
dom
.NamedNodeMap;
24
import org.w3c.
dom
.NodeList;
25
import org.w3c.
dom
.TypeInfo;
/external/webkit/WebCore/
WebCore.pro
171
$$PWD/
dom
\
172
$$PWD/
dom
/default \
429
dom
/ActiveDOMObject.cpp \
430
dom
/Attr.cpp \
431
dom
/Attribute.cpp \
432
dom
/BeforeTextInsertedEvent.cpp \
433
dom
/BeforeUnloadEvent.cpp \
434
dom
/CDATASection.cpp \
435
dom
/CharacterData.cpp \
436
dom
/CheckedRadioButtons.cpp
[
all
...]
ChangeLog-2005-12-19
8
* kwq/
DOM
-compat.h: Removed.
75
(
DOM
::XSLTProcessorImpl::createDocumentFromSource): Added encoding parameter.
77
(
DOM
::XSLTProcessorImpl::transformToString): Add an encoding result. Set it to the
79
(
DOM
::XSLTProcessorImpl::transformToDocument): Get encoding from transform and pass
81
(
DOM
::XSLTProcessorImpl::transformToFragment): Ditto.
113
(
DOM
::CSSMediaRuleImpl::media):
141
* khtml/
dom
/dom_string.cpp:
142
(
DOM
::DOMString::DOMString):
143
(
DOM
::DOMString::operator += ):
144
(
DOM
::DOMString::insert)
[
all
...]
Completed in 230 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>