Home
last modified time | relevance | path

Searched refs:_COMPONENT (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/aidegen/sdk/
Djdk_table.py75 _COMPONENT = 'component' variable in JDKTableXML
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(
224 component = self._xml.getroot().find(self._COMPONENT)
229 self._xml.getroot().find(self._COMPONENT).append(node)