HomeSort by relevance Sort by last modified time
    Searched full:nodename (Results 376 - 400 of 637) sorted by null

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeelementnodename.java 71 assertEqualsAutoCase("element", "nodeName", "html", elementName);
hc_nodegetfirstchild.java 35 * "getFirstChild()" method. The NodeName returned
hc_nodeinsertbeforenodename.java 81 assertEqualsAutoCase("element", "nodeName", "br", childName);
hc_nodeinsertbeforerefchildnull.java 85 assertEqualsAutoCase("element", "nodeName", "br", childName);
hc_nodelistreturnfirstitem.java 34 * result in node with a nodeName of "#text" or "em".
hc_nodelistreturnlastitem.java 34 * result in node with nodeName="#text" or acronym.
hc_nodereplacechild.java 82 assertEqualsAutoCase("element", "nodeName", "br", childName);
nodeappendchild.java 37 * is then retrieved and its NodeName examined. The
nodeappendchildgetnodename.java 35 * second employee and check the NodeName returned. The
nodeclonenodefalse.java 36 * method should only clone this node. The NodeName and
nodeclonenodetrue.java 37 * The NodeName of each child in the returned node is
nodelistindexnotzero.java 83 assertEquals("nodeName", "name", childName);
nodenotationnodename.java 76 assertEquals("nodeName", "notation1", notationName);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
attrgetownerelement01.java 38 * the nodeName of the returned ownerElement is emp:employee.
documentimportnode11.java 40 * node. Verify if the node has been imported correctly by its nodeName atttribute and
elementsetattributens01.java 37 * and checking the nodeName and nodeValue of the returned nodes.
elementsetattributens02.java 38 * getAttributeNodeNS method and checking the nodeName and nodeValue of the returned nodes.
elementsetattributens03.java 39 * and checking the nodeName and nodeValue of the returned nodes.
importNode05.java 94 assertEquals("nodeName", "emp:address", name);
importNode06.java 88 assertEquals("nodeName", "emp:address", name);
importNode07.java 96 assertEquals("nodeName", "emp:employee", name);
importNode10.java 91 assertEquals("nodeName", "entRef1", name);
namednodemapgetnameditemns02.java 39 * has been retreived successfully by checking its nodeName atttribute.
namednodemapgetnameditemns03.java 38 * Verify if the attr node has been retreived successfully by checking its nodeName atttribute.
namednodemapgetnameditemns04.java 40 * Verify if the attr node has been retreived successfully by checking its nodeName atttribute.

Completed in 756 milliseconds

<<11121314151617181920>>