Lines Matching refs:find
139 or self._xml.find(self._COMPONENT) is None
140 or self._xml.find(self._COMPONENT).tag != self._COMPONENT):
142 return self._xml.find(self._COMPONENT).get(
172 _name = jdk.find(self._NAME)
173 _type = jdk.find(self._TYPE)
196 _name = tag.find(self._NAME)
197 _type = tag.find(self._TYPE)
198 _homepath = tag.find(self._HOMEPATH)
199 _additional = tag.find(self._ADDITIONAL)
224 component = self._xml.getroot().find(self._COMPONENT)
229 self._xml.getroot().find(self._COMPONENT).append(node)