Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
documentCreateTextNode
17
NIST
18
19
    The "createTextNode(data)" method creates a Text node
20
   given the specfied string.
21
   Retrieve the entire DOM document and invoke its
22
   "createTextNode(data)" method.  It should create a
23
   new Text node whose "data" is the specified string.
24
   The NodeName and NodeType are also checked.
25
26
Mary Brady
27
2001-08-17
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43