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
 
3
17
 
18
19
20
21
nodegettextcontent16
22
IBM
23
24
	The method getTextContent returns the text content of this node and its descendants.
25
 
26
	Invoke the method getTextContent on a new DocumentFragment node with new Text, EntityReferences
27
	CDATASection, PI and Comment nodes and check if the value returned is a single
28
	concatenated String with its content.
29
30
Neil Delima
31
2002-06-10
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64