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

12 3 4 5

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 167 case TEXT_NODE:
358 case TEXT_NODE:
426 case TEXT_NODE:
465 case TEXT_NODE:
DocumentImpl.java 200 case Node.TEXT_NODE:
258 case Node.TEXT_NODE:
InnerNodeImpl.java 162 if (node.getNodeType() == Node.TEXT_NODE) {
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py 136 elif child.nodeType in [Node.TEXT_NODE, Node.CDATA_SECTION_NODE]:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 137 txtNode != null && txtNode.getNodeType() == Node.TEXT_NODE;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp 670 case Node::TEXT_NODE:
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 201 if (type == Node.TEXT_NODE)
483 if( childNode != null && childNode.getNodeType() == Node.TEXT_NODE ){
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 44 if node.nodeType == node.TEXT_NODE])
207 if n.nodeType == n.TEXT_NODE])
541 if x.nodeType == node.TEXT_NODE and "Command" in x.data:
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 453 if (currChild.getNodeType() != Node.TEXT_NODE)
652 if (child.getNodeType() == Node.TEXT_NODE)
    [all...]
XMPMetaParser.java 339 else if (Node.TEXT_NODE != root.getNodeType() &&
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 38 TEXT_NODE = Node.TEXT_NODE
283 elif childNodes and childNodes[-1].nodeType == TEXT_NODE:
298 if childNodes and childNodes[-1].nodeType == TEXT_NODE:
425 if child.nodeType == TEXT_NODE and not child.data.strip():
508 Node.TEXT_NODE: NodeFilter.SHOW_TEXT,
    [all...]
minidom.py 180 if child.nodeType == Node.TEXT_NODE:
324 Node.TEXT_NODE,
342 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE)
643 Node.TEXT_NODE,
812 self.childNodes[0].nodeType == Node.TEXT_NODE):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 38 TEXT_NODE = Node.TEXT_NODE
283 elif childNodes and childNodes[-1].nodeType == TEXT_NODE:
298 if childNodes and childNodes[-1].nodeType == TEXT_NODE:
425 if child.nodeType == TEXT_NODE and not child.data.strip():
508 Node.TEXT_NODE: NodeFilter.SHOW_TEXT,
    [all...]
minidom.py 180 if child.nodeType == Node.TEXT_NODE:
324 Node.TEXT_NODE,
342 _child_node_types = (Node.TEXT_NODE, Node.ENTITY_REFERENCE_NODE)
643 Node.TEXT_NODE,
812 self.childNodes[0].nodeType == Node.TEXT_NODE):
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 54 if (child.nodeType == Node.TEXT_NODE) {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.js 99 processNode.processorsMap[Node.TEXT_NODE] = processText;
112 if (child.nodeType == Node.TEXT_NODE && isShort(child.nodeValue) && !child.nextSibling)
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 299 if node.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
385 if childNode.nodeType in (Node.TEXT_NODE, Node.CDATA_SECTION_NODE):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 121 if (previous != null && previous.getNodeType() == Node.TEXT_NODE) {
129 && first.getNodeType() == Node.TEXT_NODE) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 293 case DTM.TEXT_NODE :
TemplateList.java 443 case DTM.TEXT_NODE :
511 case DTM.TEXT_NODE :
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 860 // w0 = TEXT_NODE;
    [all...]
DTMTreeWalker.java 321 case DTM.TEXT_NODE :
ExpandedNameTable.java 54 public static final int TEXT = ((int)DTM.TEXT_NODE) ;
  /external/chromium_org/tools/metrics/common/
pretty_print_xml.py 72 if node.nodeType == xml.dom.minidom.Node.TEXT_NODE:
  /external/deqp/scripts/log/
log_parser.py 61 if node.nodeType == node.TEXT_NODE:

Completed in 6757 milliseconds

12 3 4 5