HomeSort by relevance Sort by last modified time
    Searched full:ent1 (Results 1 - 25 of 39) sorted by null

1 2

  /dalvik/libcore/dom/src/test/resources/
staff.xml 3 <!ENTITY ent1 "es">
8 <!ENTITY ent1 "This entity should be discarded">
47 <address domestic="Yes" street="Y&ent1;">27 South Road. Dallas, Texas 98556</address>
staffNS.xml 4 <!ENTITY ent1 "es">
10 <!ENTITY ent1 "This entity should be discarded">
49 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
staff.svg 3 <!ENTITY ent1 "es">
8 <!ENTITY ent1 "This entity should be discarded">
62 <address domestic="Yes" street="Y&ent1;">27 South Road. Dallas, Texas 98556</address>
staffNS.svg 4 <!ENTITY ent1 "es">
10 <!ENTITY ent1 "This entity should be discarded">
63 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
  /dalvik/libcore/xml/src/test/resources/nwf/
staff.xml 3 <!ENTITY ent1 "es">
8 <!ENTITY ent1 "This entity should be discarded">
47 <address domestic="Yes" street="Y&ent1;">27 South Road. Dallas, Texas 98556</address>
  /dalvik/libcore/xml/src/test/resources/
staff.xml 3 <!ENTITY ent1 "es">
8 <!ENTITY ent1 "This entity should be discarded">
47 <address domestic="Yes" street="Y&ent1;">27 South Road. Dallas, Texas 98556</address>
simple_ns.xml 4 <!ENTITY ent1 "es">
10 <!ENTITY ent1 "This entity should be discarded">
49 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
staffEntRes.xml 4 <!ENTITY ent1 "es">
11 <!ENTITY ent1 "This entity should be discarded">
50 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
staffNS.xml 4 <!ENTITY ent1 "es">
10 <!ENTITY ent1 "This entity should be discarded">
49 <emp:address emp:domestic="Yes" street="Y&ent1;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
  /dalvik/libcore/xml/src/test/resources/wf/
staff.xml 3 <!ENTITY ent1 "es">
8 <!ENTITY ent1 "This entity should be discarded">
47 <address domestic="Yes" street="Y&ent1;">27 South Road. Dallas, Texas 98556</address>
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeentitynodename.java 31 * Check the nodeName of the entity returned by DocumentType.entities.getNamedItem("ent1").
68 entityNode = entities.getNamedItem("ent1");
71 assertEquals("entityNodeName", "ent1", entityName);
attrcreatetextnode.java 34 * child of of the fourth employee and assign the "Y&ent1;"
77 streetAttr.setValue("Y&ent1;");
79 assertEquals("value", "Y&ent1;", value);
81 assertEquals("nodeValue", "Y&ent1;", value);
attrcreatetextnode2.java 34 * child of of the fourth employee and assign the "Y&ent1;"
76 streetAttr.setNodeValue("Y&ent1;");
78 assertEquals("value", "Y&ent1;", value);
80 assertEquals("nodeValue", "Y&ent1;", value);
hc_attrcreatetextnode.java 34 * child of of the fourth employee and assign the "Y&ent1;"
76 streetAttr.setValue("Y&ent1;");
78 assertEquals("value", "Y&ent1;", value);
80 assertEquals("nodeValue", "Y&ent1;", value);
hc_attrcreatetextnode2.java 34 * child of of the fourth employee and assign the "Y&ent1;"
76 streetAttr.setNodeValue("Y&ent1;");
78 assertEquals("value", "Y&ent1;", value);
80 assertEquals("nodeValue", "Y&ent1;", value);
entitygetentityname.java 34 * Retrieve the entity named "ent1" and access its name by
74 entityNode = (Entity) entityList.getNamedItem("ent1");
76 assertEquals("entityGetEntityNameAssert", "ent1", entityName);
documentcreateentityreference.java 73 newEntRefNode = doc.createEntityReference("ent1");
78 assertEquals("name", "ent1", entRefName);
documenttypegetentities.java 69 expectedResult.add("ent1");
76 expectedResultSVG.add("ent1");
entitygetpublicidnull.java 35 * Retrieve the entity named "ent1" and access its
75 entityNode = (Entity) entityList.getNamedItem("ent1");
hc_nodevalue03.java 69 newNode = doc.createEntityReference("ent1");
76 newNode = doc.createEntityReference("ent1");
documenttypegetentitieslength.java 34 * "ent1" is defined twice and therefore that last
nodeentitynodeattributes.java 69 entityNode = entities.getNamedItem("ent1");
nodeentitynodetype.java 69 entityNode = entities.getNamedItem("ent1");
nodeentitynodevalue.java 69 entityNode = entities.getNamedItem("ent1");
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapgetnameditemns01.java 34 * Using the method getNamedItemNS, retreive the entity "ent1" and notation "notation1"
88 entity = (Entity) entities.getNamedItemNS(nullNS, "ent1");

Completed in 299 milliseconds

1 2