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
nodeDocumentFragmentNodeType
17
NIST
18
19
    The "getNodeType()" method for a DocumentFragment Node
20
    returns the constant value 11.
21
 
22
    Invoke the "createDocumentFragment()" method and
23
    examine the NodeType of the document fragment
24
    returned by the "getNodeType()" method.   The method
25
    should return 11.
26
27
Mary Brady
28
2001-08-17
29
30
31
32
33
34
35
36
37
38
39