Module: google.appengine.tools.xml_parser_utils

Contains some functions that come in handy with XML parsing.

Functions

BooleanValue(...): Returns boolean value.

GetAttribute(...): Wrapper function to retrieve attributes from XML nodes.

GetChild(...): Returns first child of node with tag.

GetChildNodeText(...): Finds child XML node with desired tag and returns its text.

GetNodeText(...): Returns the node text after stripping whitespace.

GetNodes(...): Gets all children of a node with the desired tag.

GetTag(...): Strips namespace prefix.