Searched defs:XmlAttribute (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Xml/
H A DXmlRoutines.py179 def XmlAttribute(Dom, Attribute): function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/Xml/
H A DXmlRoutines.py193 def XmlAttribute(Dom, Attribute): function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DGuidProtocolPpiXml.py22 from Library.Xml.XmlRoutines import XmlAttribute namespace
61 self.UiName = XmlAttribute(XmlNode(Item, '%s' % Key), 'UiName')
62 self.GuidType = XmlAttribute(XmlNode(Item, '%s' % Key), 'GuidType')
63 self.Notify = XmlAttribute(XmlNode(Item, '%s' % Key), 'Notify')
H A DPcdXml.py24 from Library.Xml.XmlRoutines import XmlAttribute namespace
53 XmlAttribute(XmlNode(Item, '%s/ValidValueList' % Key), 'Lang')
60 XmlAttribute(XmlNode(ErrMsg, 'ErrorMessage'), 'Lang')
133 XmlAttribute(XmlNode(Item, '%s' % Key), 'PcdItemType')
134 self.PcdUsage = XmlAttribute(XmlNode(Item, '%s' % Key), 'PcdUsage')
228 XmlAttribute(XmlNode(Item, '%s' % Key), 'PcdItemType')
229 self.PcdUsage = XmlAttribute(XmlNode(Item, '%s' % Key), 'PcdUsage')
H A DCommonXml.py30 from Library.Xml.XmlRoutines import XmlAttribute namespace
56 self.Version = XmlAttribute(XmlNode(Item, '%s/GUID' % Key), 'Version')
95 self.Usage = XmlAttribute(Item, 'Usage')
97 [Arch for Arch in GetSplitValueList(XmlAttribute(Item, 'SupArchList'), DataType.TAB_SPACE_SPLIT) if Arch]
99 [Mod for Mod in GetSplitValueList(XmlAttribute(Item, 'SupModList'), DataType.TAB_SPACE_SPLIT) if Mod]
100 self.FeatureFlag = ConvertNOTEQToNE(XmlAttribute(Item, 'FeatureFlag'))
123 self.Lang = XmlAttribute(Item, 'Lang')
156 self.BaseName = XmlAttribute(XmlNode(Item, '%s/Name' % Key), 'BaseName')
158 self.Version = XmlAttribute(XmlNode(Item, '%s/GUID' % Key), 'Version')
214 self.ReadOnly = XmlAttribute(XmlNod
[all...]
H A DModuleSurfaceAreaXml.py24 from Library.Xml.XmlRoutines import XmlAttribute namespace
110 Version = XmlAttribute(XmlNode(SubItem, 'GUID'), 'Version')
201 self.Version = XmlAttribute(XmlNode(Item, '%s/GUID' % Key), 'Version')
384 self.EventType = XmlAttribute(XmlNode(Item, '%s' % Key), 'EventType')
429 self.HobType = XmlAttribute(XmlNode(Item, '%s' % Key), 'HobType')
476 self.ToolChainFamily = XmlAttribute(Item, 'Family')
526 Version = XmlAttribute(XmlNode(SubItem, '/Specification'), 'Version')
663 IsBinaryModule = XmlAttribute(Item, 'BinaryModule')
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 55 milliseconds