OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ent2
(Results
1 - 25
of
27
) sorted by null
1
2
/dalvik/libcore/dom/src/test/resources/
staff.xml
4
<!ENTITY
ent2
"1900 Dallas Road">
24
<name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
29
<address domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
staffNS.xml
5
<!ENTITY
ent2
"1900 Dallas Road">
27
<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
32
<address dmstc:domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
staff.svg
4
<!ENTITY
ent2
"1900 Dallas Road">
39
<name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
44
<address domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
staffNS.svg
5
<!ENTITY
ent2
"1900 Dallas Road">
41
<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
46
<address dmstc:domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
hc_staff.html
15
<strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &
ent2
;
hc_staff.svg
39
<strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &
ent2
;
hc_staff.xhtml
27
<strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &
ent2
;
hc_staff.xml
27
<strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &
ent2
;
/dalvik/libcore/xml/src/test/resources/nwf/
staff.xml
4
<!ENTITY
ent2
"1900 Dallas Road">
24
<name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
29
<address domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
/dalvik/libcore/xml/src/test/resources/
staff.xml
4
<!ENTITY
ent2
"1900 Dallas Road">
24
<name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
29
<address domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
simple_ns.xml
5
<!ENTITY
ent2
"1900 Dallas Road">
27
<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
32
<address dmstc:domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
staffEntRes.xml
5
<!ENTITY
ent2
"1900 Dallas Road">
28
<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
33
<address dmstc:domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
staffNS.xml
5
<!ENTITY
ent2
"1900 Dallas Road">
27
<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
32
<address dmstc:domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
hc_staff.xml
27
<strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &
ent2
;
/dalvik/libcore/xml/src/test/resources/wf/
staff.xml
4
<!ENTITY
ent2
"1900 Dallas Road">
24
<name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &
ent2
;]]>
29
<address domestic="Yes" street="Yes">&
ent2
; Dallas, &ent3;
/dalvik/libcore/xml/src/test/resources/out_hb/
staff.out
12
Martha RaynoldsThis is a CDATASection with EntityReference number 2 &
ent2
;
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodecdatasectionnodevalue.java
38
* &
ent2
;".
85
child = doc.createCDATASection("This is a CDATASection with EntityReference number 2 &
ent2
;");
88
assertEquals("value", "This is a CDATASection with EntityReference number 2 &
ent2
;", cdataNodeValue);
nodeentityreferencenodename.java
37
* equal to "
ent2
".
77
entRefNode = doc.createEntityReference("
ent2
");
81
assertEquals("nodeEntityReferenceNodeNameAssert1", "
ent2
", entRefName);
documenttypegetentities.java
70
expectedResult.add("
ent2
");
77
expectedResultSVG.add("
ent2
");
nodeentityreferencenodeattributes.java
72
entRefNode = doc.createEntityReference("
ent2
");
cdatasectionnormalize.java
77
assertEquals("data1", "This is a CDATASection with EntityReference number 2 &
ent2
;", data);
nodeentityreferencenodetype.java
75
entRefNode = doc.createEntityReference("
ent2
");
nodeentityreferencenodevalue.java
77
entRefNode = doc.createEntityReference("
ent2
");
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode19.java
39
* Using the method importNode with deep=true/false, import a entity nodes
ent2
and ent6
98
entity2 = (Entity) nodeMap.getNamedItem("
ent2
");
/dalvik/libcore/xml/src/test/resources/out_dh/
staff.out
12
Martha RaynoldsThis is a CDATASection with EntityReference number 2 &
ent2
;
Completed in 1505 milliseconds
1
2