Searched refs:getNodeValue (Results 76 - 100 of 188) sorted by relevance

12345678

/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dnodeentityreferencenodevalue.java31 * The string returned by the "getNodeValue()" method for an
36 * returned by the "getNodeValue()" method. It should be
80 entRefValue = entRefNode.getNodeValue();
H A Dnodeentitysetnodevalue.java31 * The string returned by the "getNodeValue()" method for an
72 entityValue = entityNode.getNodeValue();
H A Dnodenotationnodevalue.java31 * The string returned by the "getNodeValue()" method for a
35 * by the "getNodeValue()" method. It should be equal to
75 notationValue = notationNode.getNodeValue();
H A Dnodeprocessinginstructionnodevalue.java31 * The string returned by the "getNodeValue()" method for a
36 * and check the string returned by the "getNodeValue()"
71 piValue = piNode.getNodeValue();
H A Dnodeprocessinginstructionsetnodevalue.java69 piValue = piNode.getNodeValue();
H A Dnodetextnodevalue.java31 * The string returned by the "getNodeValue()" method for a
36 * "getNodeValue()" method. It should be equal to
73 textValue = textNode.getNodeValue();
H A Dtextsplittextfour.java36 * value used for this test is 30. The "getNodeValue()"
77 value = splitNode.getNodeValue();
H A Dtextsplittextone.java80 value = secondPart.getNodeValue();
H A Dtextsplittextthree.java38 * at and after the offset point. The "getNodeValue()"
79 value = splitNode.getNodeValue();
H A Dtextsplittexttwo.java38 * up to the offset point. The "getNodeValue()" method
78 value = textNode.getNodeValue();
H A Dtextwithnomarkup.java39 * treated as a single Text node. The "getNodeValue()"
77 value = nodeV.getNodeValue();
H A Dhc_textparseintolistofelements.java90 value = child.getNodeValue();
95 value = grandChild.getNodeValue();
H A Dtextparseintolistofelements.java91 value = child.getNodeValue();
96 value = grandChild.getNodeValue();
H A Dattrcreatetextnode.java80 value = streetAttr.getNodeValue();
H A Dattrcreatetextnode2.java79 value = streetAttr.getNodeValue();
H A Dattrdefaultvalue.java86 value = streetAttr.getNodeValue();
H A Dcommentgetcomment.java80 childValue = child.getNodeValue();
H A Ddocumentcreatedocumentfragment.java78 newDocFragmentValue = newDocFragment.getNodeValue();
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DcreateDocument07.java82 nodeValue = aNewDoc.getNodeValue();
H A DdocumentcreateattributeNS01.java77 nodeValue = attribute.getNodeValue();
H A Ddocumentimportnode21.java122 nodeValueImp2 = nodeImp2.getNodeValue();
125 nodeValueImp3 = nodeImp3.getNodeValue();
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DProcessingInstructionImpl.java61 public String getNodeValue() { method in class:ProcessingInstructionImpl
/dalvik/libcore/xml/src/main/java/org/apache/xalan/serialize/
H A DSerializerUtils.java78 dtm.getNodeValue(attr), false);
179 String srcURI = dtm.getNodeValue(namespace);
192 String srcURI = dtm.getNodeValue(src);
255 String uri = dtm.getNodeValue(namespace);
/dalvik/libcore/xml/src/test/java/tests/xml/
H A DSimpleBuilderTest.java116 proinst = proinst + node.getNodeValue();
118 comment = comment + node.getNodeValue();
147 System.out.print(" " + item.getNodeName() + "=" + item.getNodeValue());
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
H A DElementGetAttributeNodeNS.java85 attrValue = attribute.getNodeValue();
118 attrValue = attribute.getNodeValue();
136 // attrValue = attribute.getNodeValue();

Completed in 1102 milliseconds

12345678