HomeSort by relevance Sort by last modified time
    Searched refs:getNodeValue (Results 176 - 200 of 256) sorted by null

1 2 3 4 5 6 78 91011

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodecommentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
82 check the string returned by the "getNodeValue()" method.
hc_nodedocumentfragmentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
83 returned by the "getNodeValue()" method. It should be
hc_nodetextnodevalue.js 78 The string returned by the "getNodeValue()" method for a
83 "getNodeValue()" method. It should be equal to
hc_nodeelementnodevalue.js 78 The string returned by the "getNodeValue()" method for an
hc_nodevalue01.js 78 An element is created, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue05.js 78 A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue06.js 78 An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue02.js 78 An comment is created, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue03.js 78 An entity reference is created, setNodeValue is called with a non-null argument, but getNodeValue
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeattributenodevalue.js 79 The string returned by the "getNodeValue()" method for an
84 by the "getNodeValue()" method. It should be equal to
hc_nodecommentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
82 check the string returned by the "getNodeValue()" method.
hc_nodedocumentfragmentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
83 returned by the "getNodeValue()" method. It should be
hc_nodetextnodevalue.js 78 The string returned by the "getNodeValue()" method for a
83 "getNodeValue()" method. It should be equal to
hc_nodeelementnodevalue.js 78 The string returned by the "getNodeValue()" method for an
hc_nodevalue01.js 78 An element is created, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue05.js 78 A document fragment is created, setNodeValue is called with a non-null argument, but getNodeValue
hc_nodevalue06.js 78 An document is accessed, setNodeValue is called with a non-null argument, but getNodeValue
  /libcore/xml/src/test/java/org/kxml2/io/
KXmlSerializerTest.java 115 text += children.item(i).getNodeValue();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkRepoSource.java 225 String uri = attr.getNodeValue();
367 !RepoConstants.SHA1_TYPE.equals(typeNode.getNodeValue())) {
477 newAttr.setNodeValue(attr.getNodeValue());
492 Text newText = newDoc.createTextNode(child.getNodeValue());
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentCreateAttributeNS.java 115 nodeValue = attribute1.getNodeValue();
130 nodeValue = attribute2.getNodeValue();
CreateDocumentType.java 172 nodeValue = newType.getNodeValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 137 String id = nameAttr.getNodeValue();
145 text += txtNode.getNodeValue();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 532 public String getNodeValue(int nodeHandle);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 358 String data = node.getNodeValue();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 558 namespace = attr.getNodeValue();
726 namespaceOfPrefix = attr.getNodeValue();
    [all...]

Completed in 2967 milliseconds

1 2 3 4 5 6 78 91011