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
namespaceURI01
21
NIST
22
23
    The "getNamespaceURI()" method for an Attribute
24
    returns the namespace URI of this node, or null if unspecified.
25
 
26
    Retrieve the first "emp:address" node which has an attribute of "emp:district"
27
    that is specified in the DTD.
28
    Invoke the "getNamespaceURI()" method on the attribute.
29
    The method should return "http://www.nist.gov".
30
31
Mary Brady
32
2001-08-17
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50