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

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode22.java 83 Notation notation2; local
105 notation2 = (Notation) nodeMap.getNamedItem("notation2");
107 notationImp2 = (Notation) doc.importNode(notation2, false);
109 notationImpNew2 = (Notation) docImp.importNode(notation2, true);
115 publicId2Imp = notation2.getPublicId();
116 publicId2NewImp = notation2.getPublicId();
117 systemId2 = notation2.getSystemId();
118 systemId2Imp = notation2.getSystemId();
119 systemId2NewImp = notation2.getSystemId()
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition24.js 92 var notation2;
105 notation2 = notaionsMap.getNamedItem("notation1");
106 notationPosition = notation.compareDocumentPosition(notation2);
nodeissamenode08.js 94 var notation2;
107 notation2 = entitiesMap.getNamedItem("notation1");
108 isSame = notation1.isSameNode(notation2);
nodeisequalnode26.js 103 var notation2;
126 notation2 = notationsMap2.getNamedItem("notation1");
127 isEqual = notation1.isEqualNode(notation2);
documentadoptnode20.js 78 Invoke the adoptNode method on a new document with the notation notation2 as the source. Since this is
118 notation = notationMap.getNamedItem("notation2");
nodegetbaseuri14.js 78 Using getBaseURI verify if the imported notation notation2 is null.
120 notation = notationsMap.getNamedItem("notation2");
documentrenamenode28.js 125 renamedNotationNode = doc.renameNode(notation,"http://www.w3.org/DOM/Test","notation2");
  /external/expat/lib/
xmlrole.c 113 notation0, notation1, notation2, notation3, notation4, variable
689 state->handler = notation2;
698 notation2(PROLOG_STATE *state, function

Completed in 774 milliseconds