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

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeelementnodevalue.java 31 * The string returned by the "getNodeValue()" method for an
64 elementValue = elementNode.getNodeValue();
nodeentitynodevalue.java 31 * The string returned by the "getNodeValue()" method for an
71 entityValue = entityNode.getNodeValue();
nodeentityreferencenodevalue.java 31 * The string returned by the "getNodeValue()" method for an
36 * returned by the "getNodeValue()" method. It should be
80 entRefValue = entRefNode.getNodeValue();
nodeentitysetnodevalue.java 31 * The string returned by the "getNodeValue()" method for an
72 entityValue = entityNode.getNodeValue();
nodenotationnodevalue.java 31 * The string returned by the "getNodeValue()" method for a
35 * by the "getNodeValue()" method. It should be equal to
75 notationValue = notationNode.getNodeValue();
nodeprocessinginstructionnodevalue.java 31 * The string returned by the "getNodeValue()" method for a
36 * and check the string returned by the "getNodeValue()"
71 piValue = piNode.getNodeValue();
nodeprocessinginstructionsetnodevalue.java 69 piValue = piNode.getNodeValue();
nodetextnodevalue.java 31 * The string returned by the "getNodeValue()" method for a
36 * "getNodeValue()" method. It should be equal to
73 textValue = textNode.getNodeValue();
textsplittextfour.java 36 * value used for this test is 30. The "getNodeValue()"
77 value = splitNode.getNodeValue();
textsplittextone.java 80 value = secondPart.getNodeValue();
textsplittextthree.java 38 * at and after the offset point. The "getNodeValue()"
79 value = splitNode.getNodeValue();
textsplittexttwo.java 38 * up to the offset point. The "getNodeValue()" method
78 value = textNode.getNodeValue();
textwithnomarkup.java 39 * treated as a single Text node. The "getNodeValue()"
77 value = nodeV.getNodeValue();
hc_textparseintolistofelements.java 90 value = child.getNodeValue();
95 value = grandChild.getNodeValue();
textparseintolistofelements.java 91 value = child.getNodeValue();
96 value = grandChild.getNodeValue();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocument07.java 82 nodeValue = aNewDoc.getNodeValue();
documentcreateattributeNS01.java 77 nodeValue = attribute.getNodeValue();
documentimportnode21.java 122 nodeValueImp2 = nodeImp2.getNodeValue();
125 nodeValueImp3 = nodeImp3.getNodeValue();
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ProcessingInstructionImpl.java 61 public String getNodeValue() {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetAttributeNodeNS.java 73 attrValue = attribute.getNodeValue();
100 attrValue = attribute.getNodeValue();
118 // attrValue = attribute.getNodeValue();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
ErrorTracker.java 80 String zipTypeName = (String) zipType.getAttributes().getNamedItem("name").getNodeValue();
97 String logFileName = (String) logFile.getAttributes().getNamedItem("name").getNodeValue();
99 String effectedFileID = (String) anEffectedFile.getAttributes().getNamedItem("id").getNodeValue();
118 String testLogName = (String) testLog.getAttributes().getNamedItem("name").getNodeValue();
122 type = typeNode.getNodeValue();
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParserTest.java 105 node.getNodeValue() == null ? "" : node.getNodeValue().trim());
  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 100 proinst = proinst + node.getNodeValue();
102 comment = comment + node.getNodeValue();
  /sdk/manifmerger/src/com/android/manifmerger/
XmlUtils.java 176 String text = node.getNodeValue();
340 a.getNodeName(), a.getNodeValue());
351 offset, node.getNodeValue()));
354 String txt = node.getNodeValue().trim();
365 offset, node.getNodeName(), node.getNodeValue()));
382 offset, type, node.getNodeName(), node.getNodeValue()));
389 offset, attr.getNodeName(), attr.getNodeValue()));
446 String s2 = a2 == null ? "" : a2.getNodeValue(); //$NON-NLS-1$
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTextLiteral.java 103 public synchronized String getNodeValue()

Completed in 692 milliseconds

1 2 34 5 6 7 8 91011>>