OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commentNode
(Results
1 - 15
of
15
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodecommentnodename.java
66
Node
commentNode
;
72
commentNode
= (Node) elementList.item(indexN10040);
73
nodeType = (int)
commentNode
.getNodeType();
76
commentNodeName =
commentNode
.getNodeName();
nodecommentnodetype.java
66
Node
commentNode
;
72
commentNode
= (Node) testList.item(indexN10040);
73
commentNodeName =
commentNode
.getNodeName();
76
nodeType = (int)
commentNode
.getNodeType();
nodecommentnodevalue.java
66
Node
commentNode
;
72
commentNode
= (Node) elementList.item(indexN10040);
73
commentName =
commentNode
.getNodeName();
76
commentValue =
commentNode
.getNodeValue();
hc_nodecommentnodeattributes.java
66
Node
commentNode
;
73
commentNode
= (Node) nodeList.item(indexN10043);
74
nodeType = (int)
commentNode
.getNodeType();
77
attrList =
commentNode
.getAttributes();
81
commentNode
= doc.createComment("This is a comment");
82
attrList =
commentNode
.getAttributes();
hc_nodecommentnodename.java
66
Node
commentNode
;
73
commentNode
= (Node) elementList.item(indexN10044);
74
nodeType = (int)
commentNode
.getNodeType();
77
commentNodeName =
commentNode
.getNodeName();
81
commentNode
= doc.createComment("This is a comment");
82
commentNodeName =
commentNode
.getNodeName();
hc_nodecommentnodetype.java
66
Node
commentNode
;
72
commentNode
= (Node) testList.item(indexN10040);
73
commentNodeName =
commentNode
.getNodeName();
76
nodeType = (int)
commentNode
.getNodeType();
80
commentNode
= doc.createComment("This is a comment");
81
nodeType = (int)
commentNode
.getNodeType();
hc_nodecommentnodevalue.java
66
Node
commentNode
;
72
commentNode
= (Node) elementList.item(indexN10040);
73
commentName =
commentNode
.getNodeName();
76
commentValue =
commentNode
.getNodeValue();
80
commentNode
= doc.createComment(" This is a comment");
81
commentValue =
commentNode
.getNodeValue();
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
CheckForBrokenJciteTag.java
45
protected String processComment(Reporter reporter, Comment
commentNode
, String commentText) {
46
if (
commentNode
instanceof Javadoc
48
BodyDeclaration declaration = BodyDeclarationLocators.findDeclarationNode(
commentNode
);
54
commentNode
, "Escaped JCITE tag found in public API docs:" + commentText);
57
commentNode
, "Escaped JCITE tag found in non-public API docs (this is fine)");
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ReplaceTextCommentScanner.java
35
protected String processComment(Reporter reporter, Comment
commentNode
, String commentText) {
ReplaceSelectedJavadoc.java
51
@Override protected String processComment(Reporter reporter, Comment
commentNode
,
54
if (!(
commentNode
instanceof Javadoc)) {
57
Javadoc javadoc = (Javadoc)
commentNode
;
BaseModifyCommentScanner.java
60
protected abstract String processComment(Reporter reporter, Comment
commentNode
,
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
TranslateJcite.java
66
protected String processComment(Reporter reporter, Comment
commentNode
, String commentText) {
67
if (!(
commentNode
instanceof LineComment)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java
118
Node
commentNode
= child;
120
Node previous =
commentNode
.getPreviousSibling();
126
node.removeChild(
commentNode
);
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar
Completed in 96 milliseconds