HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 76 - 100 of 636) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapremovenameditem.java 77 attributes = testAddress.getAttributes();
hc_namednodemapreturnnull.java 75 attributes = testEmployee.getAttributes();
hc_namednodemapsetnameditemwithnewvalue.java 80 attributes = testAddress.getAttributes();
hc_nodedocumentfragmentnodevalue.java 72 attrList = docFragment.getAttributes();
hc_nodetextnodeattribute.java 31 * The "getAttributes()" method invoked on a Text
34 * first employee and invoke the "getAttributes()" method
71 attrList = textNode.getAttributes();
namednodemapchildnoderange.java 74 attributes = testEmployee.getAttributes();
namednodemapgetnameditem.java 75 attributes = testEmployee.getAttributes();
namednodemapnotfounderr.java 76 attributes = testEmployee.getAttributes();
namednodemapnumberofnodes.java 73 attributes = testEmployee.getAttributes();
namednodemapremovenameditemreturnnodevalue.java 76 attributes = testAddress.getAttributes();
namednodemapreturnfirstitem.java 75 attributes = testAddress.getAttributes();
namednodemapreturnlastitem.java 75 attributes = testEmployee.getAttributes();
namednodemapreturnnull.java 74 attributes = testEmployee.getAttributes();
namednodemapsetnameditemreturnvalue.java 37 * invoking the "getAttributes()" method. Once the
84 attributes = testAddress.getAttributes();
namednodemapsetnameditemwithnewvalue.java 80 attributes = testAddress.getAttributes();
nodecdatasectionnodeattribute.java 31 * The "getAttributes()" method invoked on a CDATASection
35 * "getAttributes()" method on the CDATASection node.
79 attrList = cdataNode.getAttributes();
nodedocumentfragmentnodevalue.java 73 attrList = docFragment.getAttributes();
nodedocumenttypenodevalue.java 64 attrList = docType.getAttributes();
nodeentitynodeattributes.java 31 * The "getAttributes()" method invoked on an Entity
71 attrList = entityNode.getAttributes();
nodeentityreferencenodeattributes.java 31 * The "getAttributes()" method invoked on an EntityReference
75 attrList = entRefNode.getAttributes();
nodenotationnodeattributes.java 31 * The "getAttributes()" method invoked on a Notation
34 * node and invoke the "getAttributes()" method on the
74 attrList = notationNode.getAttributes();
nodeprocessinginstructionnodeattributes.java 31 * The "getAttributes()" method invoked on a Processing
35 * the "getAttributes()" method. It should return null.
69 attrList = piNode.getAttributes();
nodetextnodeattribute.java 31 * The "getAttributes()" method invoked on a Text
34 * first employee and invoke the "getAttributes()" method
72 attrList = textNode.getAttributes();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS02.java 80 attributes = testEmployee.getAttributes();
hc_namednodemapinvalidtype1.java 67 attributes = docElem.getAttributes();

Completed in 1329 milliseconds

1 2 34 5 6 7 8 91011>>