Package suds :: Package xsd :: Module query
[hide private]
[frames] | no frames]

Module query

source code

The query module defines a class for performing schema queries.

Classes [hide private]
  Query
Schema query base class.
  BlindQuery
Schema query class that blindly searches for a reference in the specified schema.
  TypeQuery
Schema query class that searches for Type references in the specified schema.
  GroupQuery
Schema query class that searches for Group references in the specified schema.
  AttrQuery
Schema query class that searches for Attribute references in the specified schema.
  AttrGroupQuery
Schema query class that searches for attributeGroup references in the specified schema.
  ElementQuery
Schema query class that searches for Element references in the specified schema.
Variables [hide private]
  log = getLogger(__name__)
  __package__ = 'suds.xsd'