HomeSort by relevance Sort by last modified time
    Searched refs:notation1 (Results 1 - 25 of 25) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode22.java 82 Notation notation1; local
104 notation1 = (Notation) nodeMap.getNamedItem("notation1");
106 notationImp1 = (Notation) doc.importNode(notation1, true);
108 notationImpNew1 = (Notation) docImp.importNode(notation1, false);
110 publicId1 = notation1.getPublicId();
111 publicId1Imp = notation1.getPublicId();
112 publicId1NewImp = notation1.getPublicId();
113 systemId1Imp = notation1.getSystemId();
114 systemId1NewImp = notation1.getSystemId()
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeissamenode08.js 93 var notation1;
106 notation1 = entitiesMap.getNamedItem("notation1");
107 notation2 = entitiesMap.getNamedItem("notation1");
108 isSame = notation1.isSameNode(notation2);
nodesettextcontent04.js 93 var notation1;
105 notation1 = notationsMap.getNamedItem("notation1");
106 notation1.textContent = "textContent";
108 textContent = notation1.textContent;
nodeisequalnode27.js 95 var notation1;
110 notation1 = notationsMap.getNamedItem("notation1");
111 isEqual = notation1.isEqualNode(alpha);
nodeisequalnode26.js 102 var notation1;
125 notation1 = notationsMap1.getNamedItem("notation1");
126 notation2 = notationsMap2.getNamedItem("notation1");
127 isEqual = notation1.isEqualNode(notation2);
nodegettextcontent05.js 92 var notation1;
104 notation1 = notationsMap.getNamedItem("notation1");
documentadoptnode19.js 78 Invoke the adoptNode method on this document with the notation notation1 as the source. Since this is
103 notation = notationMap.getNamedItem("notation1");
nodecomparedocumentposition24.js 104 notation = notaionsMap.getNamedItem("notation1");
105 notation2 = notaionsMap.getNamedItem("notation1");
nodelookupnamespaceuri04.js 111 notation = notationsMap.getNamedItem("notation1");
nodelookupprefix04.js 111 notation = notationsMap.getNamedItem("notation1");
documentrenamenode28.js 109 notation = notationNodeMap.getNamedItem("notation1");
nodecomparedocumentposition22.js 110 notation = notationsMap.getNamedItem("notation1");
nodegetbaseuri13.js 106 notation = notationsMap.getNamedItem("notation1");
nodeisdefaultnamespace04.js 114 notation = notationsMap.getNamedItem("notation1");
noderemovechild07.js 106 notation = notations.getNamedItem("notation1");
noderemovechild27.js 112 parent = notationsMap.getNamedItem("notation1");
nodereplacechild10.js 129 notation = notationsMap.getNamedItem("notation1");
nodereplacechild21.js 130 notation = notationsMap.getNamedItem("notation1");
nodesetuserdata07.js 112 notation = notations.getNamedItem("notation1");
nodegetfeature13.js 106 node = notations.getNamedItem("notation1");
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodevalue08.js 114 newNode = nodeMap.getNamedItem("notation1");
hc_notationsremovenameditem1.js 116 retval = notations.removeNamedItem("notation1");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodevalue08.js 114 newNode = nodeMap.getNamedItem("notation1");
hc_notationsremovenameditem1.js 116 retval = notations.removeNamedItem("notation1");
  /external/expat/lib/
xmlrole.c 113 notation0, notation1, notation2, notation3, notation4, variable
667 state->handler = notation1;
674 notation1(PROLOG_STATE *state, function

Completed in 555 milliseconds