| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
ElementTree interface to an XRD document.
| Functions | |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| unicode or None | 
      
  | 
  ||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| Function Details | 
  
 Parse the given text as an XRDS document. 
  | 
  
 basestring -> basestring Create a tag name in the XRD 2.0 XML namespace suitable for using with ElementTree  | 
  
 Return the CanonicalID from this XRDS document. 
  | 
  
 Get the priority of this element. Raises ValueError if the value of the priority is invalid. If no priority is specified, it returns a value that compares greater than any other value.  | 
  
 Get the priority of this element Returns Max if no priority is specified or the priority value is invalid.  | 
  
 Return an iterable over the Service elements in the Yadis XRD sorted by priority  | 
  
 Take a sorted iterator of service elements and expand it into a sorted iterator of: ([type_uri], uri, service_element) There may be more than one item in the resulting list for each service element if there is more than one URI or type for a service, but each triple will be unique. If there is no URI or Type for a Service element, it will not appear in the result.  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:27 2010 | http://epydoc.sourceforge.net |