HomeSort by relevance Sort by last modified time
    Searched refs:COMMENT_NODE (Results 1 - 25 of 71) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CommentImpl.java 45 return Node.COMMENT_NODE;
NodeImpl.java 166 case COMMENT_NODE:
360 case COMMENT_NODE:
429 case COMMENT_NODE:
469 case COMMENT_NODE:
DocumentImpl.java 146 case Node.COMMENT_NODE:
260 case Node.COMMENT_NODE:
InnerNodeImpl.java 231 return child.getNodeType() != Node.COMMENT_NODE
  /external/webkit/Source/WebCore/dom/
Comment.cpp 46 return COMMENT_NODE;
DocumentFragment.cpp 60 case COMMENT_NODE:
Range.cpp 648 case Node::COMMENT_NODE:
780 case Node::COMMENT_NODE:
    [all...]
Node.idl 45 const unsigned short COMMENT_NODE = 8;
  /external/webkit/Source/WebCore/xml/
XPathUtil.cpp 47 case Node::COMMENT_NODE:
78 case Node::COMMENT_NODE:
  /external/chromium/chrome/browser/resources/shared/js/
parse_html_subset.js 69 case Node.COMMENT_NODE:
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
ClonerToResultTree.java 94 // case DTM.COMMENT_NODE :
187 case DTM.COMMENT_NODE :
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 169 public static final short COMMENT_NODE = 8;
657 * attribute value of every child node, excluding COMMENT_NODE and
662 * <td valign='top' rowspan='1' colspan='1'>TEXT_NODE, CDATA_SECTION_NODE, COMMENT_NODE,
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode34.js 114 newComment = newDoc.createComment("Document.adoptNode test for a COMMENT_NODE");
124 assertEquals("documentadoptnode34","Document.adoptNode test for a COMMENT_NODE",nodeValue);
comments01.js 109 newComment = doc.createComment("COMMENT_NODE");
documentnormalizedocument04.js 111 newComment = doc.createComment("COMMENT_NODE");
infoset09.js 110 newComment = doc.createComment("COMMENT_NODE");
nodesetuserdata06.js 113 comment = doc.createComment("COMMENT_NODE");
nodesetuserdata07.js 113 comment = doc.createComment("COMMENT_NODE");
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 135 public static final short COMMENT_NODE = 8;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 226 case DTM.COMMENT_NODE :
ExpandedNameTable.java 59 public static final int COMMENT = ((int)DTM.COMMENT_NODE) ;
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMSerializer.java 159 case Node.COMMENT_NODE:
  /external/webkit/Source/WebCore/bindings/js/
JSNodeCustom.cpp 280 case Node::COMMENT_NODE:
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8NodeCustom.cpp 158 case Node::COMMENT_NODE:
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 456 case DTM.COMMENT_NODE :
524 case DTM.COMMENT_NODE :

Completed in 259 milliseconds

1 2 3