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
nodegetownerdocument02
21
IBM
22
23
	The method getOwnerDocument returns the Document object associated with this node
24
 
25
	Create a new Document node.  Since this node is not used with any Document yet
26
	verify if the ownerDocument is null.  Create a new element Node on the new Document
27
	object.  Check the ownerDocument of the new element node.
28
29
Neil Delima
30
2002-04-28
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52