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

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 548 public String getNodeValue() throws DOMException
551 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNodeValue not supported!");
    [all...]
AttList.java 211 return (a==null) ? null : a.getNodeValue();
DOMHelper.java 558 namespace = attr.getNodeValue();
726 namespaceOfPrefix = attr.getNodeValue();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 253 mOut.append(node.getNodeValue().trim());
267 String nodeValue = node.getNodeValue();
282 String text = node.getNodeValue();
346 String comment = node.getNodeValue();
360 if (previous.getNodeValue().indexOf('\n') != -1) {
387 String text = curr.getNodeValue();
506 String prevText = previous.getNodeValue();
605 String text = next.getNodeValue();
773 && curr.getNodeValue().trim().length() == 0
792 String text = curr.getNodeValue();
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 116 public String getNodeValue() throws DOMException {
394 return getNodeValue();
398 String content = getNodeValue();
516 || !namespaceURI.equals(attr.getNodeValue())) {
585 String value = attr.getNodeValue();
607 values.add(node.getNodeValue());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
AttList.java 220 return (a==null) ? null : a.getNodeValue();
  /external/webkit/LayoutTests/dom/html/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
  /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
  /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/sources/
SdkRepoSource.java 240 String uri = attr.getNodeValue();
382 !RepoConstants.SHA1_TYPE.equals(typeNode.getNodeValue())) {
492 newAttr.setNodeValue(attr.getNodeValue());
507 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();
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TypographyDetector.java 227 String text = child.getNodeValue();
236 String text = item.getNodeValue();
427 String text = textNode.getNodeValue();
ExtraTextDetector.java 85 String text = node.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();

Completed in 755 milliseconds

1 2 3 4 5 6 78 91011>>