;ņ
ńĀ@c           @   sE   d  Z  d Z d k Z d k l Z l Z d e i f d     YZ d S(   s<   
Simple internal document tree Writer, writes Docutils XML.
s   reStructuredTextN(   s   frontends   writerss   Writerc           B   s  t  Z d f Z d d d d g h  d d <d e i <f d	 d
 g h  d d <d e i <f d d g h  d d <d d <d d <d e i <f d d g h  d d <d d <d d <d e i <f f f Z d Z d f Z e Z	 d Z
 d Z d Z d   Z RS(   Ns   xmls   "Docutils XML" Writer Optionssu   Warning: the --newlines and --indents options may adversely affect whitespace; use them only for reading convenience.s1   Generate XML with newlines before and after tags.s
   --newliness   actions
   store_trues	   validators'   Generate XML with indents and newlines.s	   --indentss,   Omit the XML declaration.  Use with caution.s   --no-xml-declarations   dests   xml_declarations   defaulti   s   store_falses   Omit the DOCTYPE declaration.s   --no-doctypes   doctype_declarations   docutils_xml writers   writerss$   <?xml version="1.0" encoding="%s"?>
s   <!DOCTYPE document PUBLIC "+//IDN docutils.sourceforge.net//DTD Docutils Generic//EN//XML" "http://docutils.sourceforge.net/docs/ref/docutils.dtd">
s"   <!-- Generated by Docutils %s -->
c         C   są   |  i i } d } } | i o
 d } n | i o d } d } n g  } | i o | i	 |  i | i
  n | i o | i	 |  i  n | i	 |  i t i  |  i i   i d } d i |  | i | |  |  _ d  S(   Ns    s   
s       i    (   s   selfs   documents   settingss   indents   newlines   newliness   indentss   output_prefixs   xml_declarations   appends   output_encodings   doctype_declarations   doctypes	   generators   docutilss   __version__s   asdoms
   childNodess   docnodes   joins   toprettyxmls   output(   s   selfs   indents   settingss   docnodes   newlines   output_prefix(    (    sR   /mit/golem/arch/share/lib/python2.3/site-packages/docutils/writers/docutils_xml.pys	   translate8   s    






(   s   __name__s
   __module__s	   supporteds   frontends   validate_booleans   settings_specs   config_sections   config_section_dependenciess   Nones   outputs   xml_declarations   doctypes	   generators	   translate(    (    (    sR   /mit/golem/arch/share/lib/python2.3/site-packages/docutils/writers/docutils_xml.pys   Writer   s   	 Ć	 (   s   __doc__s   __docformat__s   docutilss   frontends   writerss   Writer(   s   docutilss   writerss   frontends   __docformat__s   Writer(    (    sR   /mit/golem/arch/share/lib/python2.3/site-packages/docutils/writers/docutils_xml.pys   ?	   s   	