Lines Matching refs:tag

55 	is represented by a set of tags, where each tag has unique for this entry
56 name and a string value. An entry must contain at least one tag named
57 "ID", the value of this tag must be uniqued for the whole set of entries,
58 this tag is used as a uniqued identified of an entry.
65 "ID" tag.
68 the value of "ID" tag
77 /** retrieves the value of "Target" tag from the entry with specified "ID"
78 tag.
81 If the entry has no "Target" tag an empty string is returned.
85 the value of "ID" tag
88 in case there is no entry with specified tag
98 /** retrieves the value of "Type" tag from the entry with specified "ID"
99 tag.
102 If the entry has no "Type" tag an empty string is returned.
106 the value of "ID" tag
109 in case there is no entry with specified tag
120 specified value of "ID" tag.
123 the value of "ID" tag
126 sequence, each element of the sequence represents tag,
128 represents the tag name and
130 represents the tag value
133 in case there is no entry with specified tag
144 /** retrieves the sequence containing all the entries which "Type" tag
148 specified value of "Type" tag, the parameter can contain an empty
149 string, in this case all the entries that have empty "Type" tag or
150 no such tag at all are returned
154 each element of the sequence represents tag,
156 represents the tag name and
158 represents the tag value.
159 The sequence should contain the "ID" tag.
174 each element of the sequence represents tag,
176 represents the tag name and
178 represents the tag value
191 the value of "ID" tag
194 a sequence, each element of the sequence represents tag,
196 represents the tag name and
198 represents the tag value.
199 May not contain "ID" tag, that is already specified in previous
209 in case an element with the specified "ID" tag exists already, and
223 the value of "ID" tag
226 in case there is no entry with specified tag
240 each element of the sequence represents tag,
242 represents the tag name and
244 represents the tag value.
245 Each entry must contain "ID" tag.
251 in case an element with the provided "ID" tag exists already, and