Go to the source code of this file.
Namespaces | |
namespace | xmlpretty |
Functions | |
def | xmlpretty.auto_indent |
def | xmlpretty.auto_space |
def | xmlpretty.contains_only_text |
def | xmlpretty.foreach_tree |
def | xmlpretty.next_non_text_sibling |
def | xmlpretty.strip_comment_whitespace |
def | xmlpretty.strip_comments_completely |
def | xmlpretty.strip_indent |
def | xmlpretty.strip_text_completely |
def | xmlpretty.strip_text_whitespace |
Variables | |
tuple | xmlpretty.args = parser.parse_args() |
tuple | xmlpretty.dom = minidom.parseString(text) |
tuple | xmlpretty.f = open(args.infile[0],'r') |
tuple | xmlpretty.parser = argparse.ArgumentParser(description="Format XML") |
tuple | xmlpretty.text = f.read() |