Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
 
3
17
18
19
20
prefix03
21
NIST
22
23
    The "getPrefix()" method for a node
24
    returns the namespace prefix of this node, or null if it is unspecified.
25
 
26
    Retrieve the first emp:employee node and invoke the getPrefix() method."
27
    The method should return "emp".
28
29
Mary Brady
30
2001-08-17
31
32
33
34
35
36
37
38
39
40
41
42
43
44