xsd.ID_IDREF_Table
¶
The xsd.ID_IDREF_table class represents a dictionary of ID/IDREF bindings. To check whether an ID is used in the ID/IDREF table, use the in keyword. To access a binding within the ID/IDREF table, use the [] operator.
- class xsd.ID_IDREF_Table¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Methods¶
- xsd.ID_IDREF_Table.ids()¶
Returns the IDs used in the ID/IDREF table in arbitrary order.
Special methods¶
__bool__, __contains__, __eq__, __ge__, __getitem__, __gt__, __iter__, __le__, __len__, __lt__, __ne__