Package suds :: Module resolver
[hide private]
[frames] | no frames]

Module resolver

source code

The resolver module provides a collection of classes that provide wsdl/xsd named type resolution.

Classes [hide private]
  Resolver
An abstract schema-type resolver.
  PathResolver
Resolveds the definition object for the schema type located at the specified path.
  TreeResolver
The tree resolver is a stateful tree resolver used to resolve each node in a tree.
  NodeResolver
The node resolver is a stateful XML document resolver used to resolve each node in a tree.
  GraphResolver
The graph resolver is a stateful Object graph resolver used to resolve each node in a tree.
  Frame
  Stack
Variables [hide private]
  log = getLogger(__name__)
  __package__ = 'suds'