Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Classes | Functions
xorn.xml_writer Namespace Reference

Writing XML documents. More...

Classes

class  XMLWriter
 Writing XML documents. More...
 

Functions

def valid_name
 Checks whether a string is a valid XML name. More...
 
def escape
 Escape XML metacharacters in a string. More...
 

Detailed Description

Writing XML documents.

See the documentation of the class XMLWriter for more information.

Function Documentation

def xorn.xml_writer.escape (   data)

Escape XML metacharacters in a string.

Definition at line 67 of file xml_writer.py.

def xorn.xml_writer.valid_name (   name)

Checks whether a string is a valid XML name.

Definition at line 26 of file xml_writer.py.