Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
documenttypeGetEntitiesType
17
NIST
18
19
    Every node in the map returned by the "getEntities()"
20
   method implements the Entity interface.
21
 
22
   Retrieve the Document Type for this document and create
23
   a NamedNodeMap of all its entities.  Traverse the
24
   entire list and examine the NodeType of each node
25
   in the list.
26
27
Mary Brady
28
2001-08-17
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45