add sphinx documentation
[nepi.git] / doc / sphinx / _build / html / _layout / nepi.util.parsers.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6   <head>
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     
9     <title>nepi.util.parsers package &mdash; NEPI 3.0 documentation</title>
10     
11     <link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
12     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13     
14     <script type="text/javascript">
15       var DOCUMENTATION_OPTIONS = {
16         URL_ROOT:    '../',
17         VERSION:     '3.0',
18         COLLAPSE_INDEX: false,
19         FILE_SUFFIX: '.html',
20         HAS_SOURCE:  true
21       };
22     </script>
23     <script type="text/javascript" src="../_static/jquery.js"></script>
24     <script type="text/javascript" src="../_static/underscore.js"></script>
25     <script type="text/javascript" src="../_static/doctools.js"></script>
26     <link rel="top" title="NEPI 3.0 documentation" href="../index.html" /> 
27   </head>
28   <body>
29     <div class="related">
30       <h3>Navigation</h3>
31       <ul>
32         <li class="right" style="margin-right: 10px">
33           <a href="../genindex.html" title="General Index"
34              accesskey="I">index</a></li>
35         <li class="right" >
36           <a href="../py-modindex.html" title="Python Module Index"
37              >modules</a> |</li>
38         <li><a href="../index.html">NEPI 3.0 documentation</a> &raquo;</li> 
39       </ul>
40     </div>
41       <div class="sphinxsidebar">
42         <div class="sphinxsidebarwrapper">
43   <h3><a href="../index.html">Table Of Contents</a></h3>
44   <ul>
45 <li><a class="reference internal" href="#">nepi.util.parsers package</a><ul>
46 <li><a class="reference internal" href="#submodules">Submodules</a></li>
47 <li><a class="reference internal" href="#module-nepi.util.parsers.xml_parser">nepi.util.parsers.xml_parser module</a></li>
48 <li><a class="reference internal" href="#module-nepi.util.parsers">Module contents</a></li>
49 </ul>
50 </li>
51 </ul>
52
53   <h3>This Page</h3>
54   <ul class="this-page-menu">
55     <li><a href="../_sources/_layout/nepi.util.parsers.txt"
56            rel="nofollow">Show Source</a></li>
57   </ul>
58 <div id="searchbox" style="display: none">
59   <h3>Quick search</h3>
60     <form class="search" action="../search.html" method="get">
61       <input type="text" name="q" />
62       <input type="submit" value="Go" />
63       <input type="hidden" name="check_keywords" value="yes" />
64       <input type="hidden" name="area" value="default" />
65     </form>
66     <p class="searchtip" style="font-size: 90%">
67     Enter search terms or a module, class or function name.
68     </p>
69 </div>
70 <script type="text/javascript">$('#searchbox').show(0);</script>
71         </div>
72       </div>
73
74     <div class="document">
75       <div class="documentwrapper">
76         <div class="bodywrapper">
77           <div class="body">
78             
79   <div class="section" id="nepi-util-parsers-package">
80 <h1>nepi.util.parsers package<a class="headerlink" href="#nepi-util-parsers-package" title="Permalink to this headline">¶</a></h1>
81 <div class="section" id="submodules">
82 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
83 </div>
84 <div class="section" id="module-nepi.util.parsers.xml_parser">
85 <span id="nepi-util-parsers-xml-parser-module"></span><h2>nepi.util.parsers.xml_parser module<a class="headerlink" href="#module-nepi.util.parsers.xml_parser" title="Permalink to this headline">¶</a></h2>
86 <dl class="class">
87 <dt id="nepi.util.parsers.xml_parser.ECXMLParser">
88 <em class="property">class </em><tt class="descclassname">nepi.util.parsers.xml_parser.</tt><tt class="descname">ECXMLParser</tt><a class="reference internal" href="../_modules/nepi/util/parsers/xml_parser.html#ECXMLParser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.util.parsers.xml_parser.ECXMLParser" title="Permalink to this definition">¶</a></dt>
89 <dd><p>Bases: <a class="reference external" href="http://docs.python.org/library/functions.html#object" title="(in Python v2.7)"><tt class="xref py py-class docutils literal"><span class="pre">object</span></tt></a></p>
90 <dl class="method">
91 <dt id="nepi.util.parsers.xml_parser.ECXMLParser.from_xml">
92 <tt class="descname">from_xml</tt><big>(</big><em>xml</em><big>)</big><a class="reference internal" href="../_modules/nepi/util/parsers/xml_parser.html#ECXMLParser.from_xml"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.util.parsers.xml_parser.ECXMLParser.from_xml" title="Permalink to this definition">¶</a></dt>
93 <dd></dd></dl>
94
95 <dl class="method">
96 <dt id="nepi.util.parsers.xml_parser.ECXMLParser.to_xml">
97 <tt class="descname">to_xml</tt><big>(</big><em>ec</em><big>)</big><a class="reference internal" href="../_modules/nepi/util/parsers/xml_parser.html#ECXMLParser.to_xml"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.util.parsers.xml_parser.ECXMLParser.to_xml" title="Permalink to this definition">¶</a></dt>
98 <dd></dd></dl>
99
100 </dd></dl>
101
102 <dl class="function">
103 <dt id="nepi.util.parsers.xml_parser.from_type">
104 <tt class="descclassname">nepi.util.parsers.xml_parser.</tt><tt class="descname">from_type</tt><big>(</big><em>value</em><big>)</big><a class="reference internal" href="../_modules/nepi/util/parsers/xml_parser.html#from_type"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.util.parsers.xml_parser.from_type" title="Permalink to this definition">¶</a></dt>
105 <dd></dd></dl>
106
107 <dl class="function">
108 <dt id="nepi.util.parsers.xml_parser.to_type">
109 <tt class="descclassname">nepi.util.parsers.xml_parser.</tt><tt class="descname">to_type</tt><big>(</big><em>type</em>, <em>value</em><big>)</big><a class="reference internal" href="../_modules/nepi/util/parsers/xml_parser.html#to_type"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.util.parsers.xml_parser.to_type" title="Permalink to this definition">¶</a></dt>
110 <dd></dd></dl>
111
112 <dl class="function">
113 <dt id="nepi.util.parsers.xml_parser.xmldecode">
114 <tt class="descclassname">nepi.util.parsers.xml_parser.</tt><tt class="descname">xmldecode</tt><big>(</big><em>s</em>, <em>cast=&lt;type 'str'&gt;</em><big>)</big><a class="reference internal" href="../_modules/nepi/util/parsers/xml_parser.html#xmldecode"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.util.parsers.xml_parser.xmldecode" title="Permalink to this definition">¶</a></dt>
115 <dd></dd></dl>
116
117 <dl class="function">
118 <dt id="nepi.util.parsers.xml_parser.xmlencode">
119 <tt class="descclassname">nepi.util.parsers.xml_parser.</tt><tt class="descname">xmlencode</tt><big>(</big><em>s</em><big>)</big><a class="reference internal" href="../_modules/nepi/util/parsers/xml_parser.html#xmlencode"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#nepi.util.parsers.xml_parser.xmlencode" title="Permalink to this definition">¶</a></dt>
120 <dd></dd></dl>
121
122 </div>
123 <div class="section" id="module-nepi.util.parsers">
124 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-nepi.util.parsers" title="Permalink to this headline">¶</a></h2>
125 </div>
126 </div>
127
128
129           </div>
130         </div>
131       </div>
132       <div class="clearer"></div>
133     </div>
134     <div class="related">
135       <h3>Navigation</h3>
136       <ul>
137         <li class="right" style="margin-right: 10px">
138           <a href="../genindex.html" title="General Index"
139              >index</a></li>
140         <li class="right" >
141           <a href="../py-modindex.html" title="Python Module Index"
142              >modules</a> |</li>
143         <li><a href="../index.html">NEPI 3.0 documentation</a> &raquo;</li> 
144       </ul>
145     </div>
146     <div class="footer">
147         &copy; Copyright 2014, Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino.
148       Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
149     </div>
150   </body>
151 </html>