App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.tools.backends_xml_parser.BackendsXmlParser Class Reference
Inheritance diagram for google.appengine.tools.backends_xml_parser.BackendsXmlParser:

Public Member Functions

def ProcessXml
 
def ProcessBackendNode
 

Public Attributes

 backends
 
 errors
 

Detailed Description

Provides logic for walking down XML tree and pulling data.

Member Function Documentation

def google.appengine.tools.backends_xml_parser.BackendsXmlParser.ProcessBackendNode (   self,
  node 
)
Processes XML nodes labeled 'backend' into a Backends object.
def google.appengine.tools.backends_xml_parser.BackendsXmlParser.ProcessXml (   self,
  xml_str 
)
Parses XML string and returns object representation of relevant info.

Args:
  xml_str: The XML string.
Returns:
  A list of Backend object containg information about backends from the XML.
Raises:
  AppEngineConfigException: In case of malformed XML or illegal inputs.

The documentation for this class was generated from the following file: