_attributeRelevantChildren(self,
node_list)
| source code
|
Return the nodes that are relevant for attribute processing.
- Parameters:
node_list - A sequence of nodes found in a definition content information
item.
- Returns:
- A tuple
( attributes, attributeGroups,
attributeWildcard) where attributes is the
subsequence of node_list that are XMLSchema
attribute nodes; attributeGroups is
analogous; and attributeWildcard is a single DOM
node with XMLSchema name anyAttribute (or
None , if no such node is present in the list).
- Raises:
|