OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newTextNode
(Results
1 - 2
of
2
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreatetextnode.java
64
Text
newTextNode
;
69
newTextNode
= doc.createTextNode("This is a new Text node");
70
newTextValue =
newTextNode
.getNodeValue();
72
newTextName =
newTextNode
.getNodeName();
74
newTextType = (int)
newTextNode
.getNodeType();
hc_documentcreatetextnode.java
63
Text
newTextNode
;
68
newTextNode
= doc.createTextNode("This is a new Text node");
69
newTextValue =
newTextNode
.getNodeValue();
71
newTextName =
newTextNode
.getNodeName();
73
newTextType = (int)
newTextNode
.getNodeType();
Completed in 158 milliseconds