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

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 84 public String getNodeValue() {
CharacterDataImpl.java 66 public String getNodeValue() {
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 44 return children.item(0).getNodeValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAbstractTextAttributeNode.java 83 mCurrentValue = xml_attribute_node.getNodeValue();
UiTextValueNode.java 60 setCurrentValue(xml_child.getNodeValue());
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
PrivateResourceDetector.java 66 String value = attribute.getNodeValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 278 String name = nameNode.getNodeValue();
281 String parents = parentNode == null ? null : parentNode.getNodeValue();
293 style.setJavaDoc(parseJavadoc(lastComment.getNodeValue()));
403 String name = nameNode.getNodeValue();
418 info.setJavaDoc(parseJavadoc(lastComment.getNodeValue()));
419 info.setDeprecatedDoc(parseDeprecatedDoc(lastComment.getNodeValue()));
486 for (String f : attrFormat.getNodeValue().split("\\|")) { //$NON-NLS-1$
573 String name = nameNode.getNodeValue();
582 String value = valueNode.getNodeValue();
  /sdk/manifmerger/src/com/android/manifmerger/
ManifestMerger.java 360 String name = attr == null ? "" : attr.getNodeValue(); //$NON-NLS-1$
454 String name = attr == null ? "" : attr.getNodeValue().trim(); //$NON-NLS-1$
458 String s = attr == null ? "" : attr.getNodeValue().trim(); //$NON-NLS-1$
482 String value = attr == null ? "true" : attr.getNodeValue(); //$NON-NLS-1$
495 value = attr == null ? "true" : attr.getNodeValue(); //$NON-NLS-1$
599 String value = attr == null ? "" : attr.getNodeValue().trim(); //$NON-NLS-1$
641 String value = attr == null ? "" : attr.getNodeValue().trim(); //$NON-NLS-1$
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 131 childValue = child.getNodeValue();
153 value = aNode.getNodeValue();
175 value = aNode.getNodeValue();
196 childValue = child.getNodeValue();
247 value = child.getNodeValue();
375 // childValue = child.getNodeValue();
487 value = aNode.getNodeValue();
SetNamedItemNS.java 150 value = retnode.getNodeValue();
213 value = retnode.getNodeValue();
DocumentImportNode.java 81 // nodeValue = importedAttr.getNodeValue();
107 nodeValue = importedAttr.getNodeValue();
132 // nodeValue = importedAttr.getNodeValue();
163 // nodeValue = importedAttr.getNodeValue();
183 nodeValue = importedAttr.getNodeValue();
369 nodeValue = textImport.getNodeValue();
384 nodeValue = commentImport.getNodeValue();
550 // nodeValueImp2 = nodeImp2.getNodeValue();
553 // nodeValueImp3 = nodeImp3.getNodeValue();
HCNodeDocumentFragmentNormalize.java 64 nodeValue = txtNode.getNodeValue();
ElementSetAttributeNS.java 68 attrValue = attribute.getNodeValue();
87 attrValue = attribute.getNodeValue();
111 attrValue = attribute.getNodeValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 102 String text = comment.getNodeValue();
174 String text = commentNode.getNodeValue();
228 String text = previous.getNodeValue();
237 String text = first.getNodeValue();
254 || firstChild.getNodeValue().indexOf('\n') == -1;
276 String text = child.getNodeValue();
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 105 // dtm.getNodeValue(node));
198 dtm.getNodeValue(node));
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodedocumentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
82 by the "getNodeValue()" method. It should be equal to
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodedocumentnodevalue.js 78 The string returned by the "getNodeValue()" method for a
82 by the "getNodeValue()" method. It should be equal to
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetattributenodens01.java 89 attrValue = attribute.getNodeValue();
importNode01.java 114 childValue = child.getNodeValue();
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 201 public String getNodeValue()
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
XmlParserUtils.java 124 String found = attr.getNodeValue();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 292 public final String getNodeValue() throws DOMException
294 return dtm.getNodeValue(node);
981 return dtm.getNodeValue(node);
1004 return dtm.getNodeValue(node).length();
1097 return (null == node) ? EMPTYSTRING : node.getNodeValue();
1198 return (null == retNode) ? EMPTYSTRING : retNode.getNodeValue();
1293 return dtm.getNodeValue(node);
    [all...]
DTMTreeWalker.java 253 this.m_contentHandler.startPrefixMapping(prefix, dtm.getNodeValue(nsn));
275 dtm.getNodeValue(i));
296 m_dtm.getNodeValue(node));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 189 String pluginDirName = idNode.getNodeValue() + "_" + versionNode.getNodeValue();
198 if (unpackNode.getNodeValue().toString().trim().toLowerCase().equals("true")) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 501 XMLCharacterRecognizer.isWhiteSpace(n.getNodeValue());
850 buf.append(node.getNodeValue());
858 return m_xstrf.newstr( node.getNodeValue() );
884 buf.append(node.getNodeValue());
    [all...]

Completed in 659 milliseconds

1 2 3 4 5 67 8 91011>>