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

12 3 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrclonenode1.java 79 value = clonedTitle.getNodeValue();
82 value = lastChild.getNodeValue();
hc_attrnormalize.java 79 value = titleAttr.getNodeValue();
82 value = firstChild.getNodeValue();
hc_attrremovechild1.java 77 value = titleAttr.getNodeValue();
79 value = retval.getNodeValue();
hc_attrsetvalue1.java 77 value = titleAttr.getNodeValue();
80 value = firstChild.getNodeValue();
hc_attrsetvalue2.java 80 value = titleAttr.getNodeValue();
83 value = firstChild.getNodeValue();
hc_nodecommentnodevalue.java 31 * The string returned by the "getNodeValue()" method for a
35 * check the string returned by the "getNodeValue()" method.
76 commentValue = commentNode.getNodeValue();
81 commentValue = commentNode.getNodeValue();
hc_nodevalue03.java 31 * An entity reference is created, setNodeValue is called with a non-null argument, but getNodeValue
78 newValue = newNode.getNodeValue();
81 newValue = newNode.getNodeValue();
hc_nodevalue07.java 31 * An Entity is accessed, setNodeValue is called with a non-null argument, but getNodeValue
78 newValue = newNode.getNodeValue();
81 newValue = newNode.getNodeValue();
hc_nodevalue08.java 31 * An notation is accessed, setNodeValue is called with a non-null argument, but getNodeValue
78 newValue = newNode.getNodeValue();
81 newValue = newNode.getNodeValue();
nodevalue07.java 31 * An Entity is accessed, setNodeValue is called with a non-null argument, but getNodeValue
71 newValue = newNode.getNodeValue();
74 newValue = newNode.getNodeValue();
nodevalue08.java 31 * An notation is accessed, setNodeValue is called with a non-null argument, but getNodeValue
71 newValue = newNode.getNodeValue();
74 newValue = newNode.getNodeValue();
attreffectivevalue.java 73 value = domesticAttr.getNodeValue();
characterdatasetnodevalue.java 74 childValue = child.getNodeValue();
documentcreateattribute.java 72 attrValue = newAttrNode.getNodeValue();
documentcreatecdatasection.java 71 newCDATASectionValue = newCDATASectionNode.getNodeValue();
documentcreatecomment.java 70 newCommentValue = newCommentNode.getNodeValue();
documentcreateelement.java 75 newElementValue = newElement.getNodeValue();
documentcreateentityreference.java 75 entRefValue = newEntRefNode.getNodeValue();
documentcreateentityreferenceknown.java 82 value = child.getNodeValue();
documentcreateprocessinginstruction.java 80 piValue = newPINode.getNodeValue();
documentcreatetextnode.java 70 newTextValue = newTextNode.getNodeValue();
documentgetdoctype.java 80 nodeValue = docType.getNodeValue();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS02.java 77 nodeValue = attribute1.getNodeValue();
88 nodeValue = attribute2.getNodeValue();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 73 public String getNodeValue() {return uri;}
278 if (getNodeValue() == null) {
279 if (arg.getNodeValue() != null) {
283 else if (!getNodeValue().equals(arg.getNodeValue())) {
332 String value = attr.getNodeValue();
420 String value = attr.getNodeValue();
636 return getNodeValue(); // overriden in some subclasses
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 78 dtm.getNodeValue(attr), false);
179 String srcURI = dtm.getNodeValue(namespace);
192 String srcURI = dtm.getNodeValue(src);
255 String uri = dtm.getNodeValue(namespace);

Completed in 809 milliseconds

12 3 4 5 6 7 8 91011>>