Merge commit '655eefc07db57c1d21cbf11487876c7d8ad6dc11'
[nepi.git] / doc / sphinx / _build / html / _layout / nepi.util.parsers.html
diff --git a/doc/sphinx/_build/html/_layout/nepi.util.parsers.html b/doc/sphinx/_build/html/_layout/nepi.util.parsers.html
new file mode 100644 (file)
index 0000000..781078c
--- /dev/null
@@ -0,0 +1,151 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    
+    <title>nepi.util.parsers package &mdash; NEPI 3.2 documentation</title>
+    
+    <link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    '../',
+        VERSION:     '3.2',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true
+      };
+    </script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="top" title="NEPI 3.2 documentation" href="../index.html" /> 
+  </head>
+  <body>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="../py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li><a href="../index.html">NEPI 3.2 documentation</a> &raquo;</li> 
+      </ul>
+    </div>
+      <div class="sphinxsidebar">
+        <div class="sphinxsidebarwrapper">
+  <h3><a href="../index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">nepi.util.parsers package</a><ul>
+<li><a class="reference internal" href="#submodules">Submodules</a></li>
+<li><a class="reference internal" href="#module-nepi.util.parsers.xml_parser">nepi.util.parsers.xml_parser module</a></li>
+<li><a class="reference internal" href="#module-nepi.util.parsers">Module contents</a></li>
+</ul>
+</li>
+</ul>
+
+  <h3>This Page</h3>
+  <ul class="this-page-menu">
+    <li><a href="../_sources/_layout/nepi.util.parsers.txt"
+           rel="nofollow">Show Source</a></li>
+  </ul>
+<div id="searchbox" style="display: none">
+  <h3>Quick search</h3>
+    <form class="search" action="../search.html" method="get">
+      <input type="text" name="q" />
+      <input type="submit" value="Go" />
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+    <p class="searchtip" style="font-size: 90%">
+    Enter search terms or a module, class or function name.
+    </p>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body">
+            
+  <div class="section" id="nepi-util-parsers-package">
+<h1>nepi.util.parsers package<a class="headerlink" href="#nepi-util-parsers-package" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="submodules">
+<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
+</div>
+<div class="section" id="module-nepi.util.parsers.xml_parser">
+<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>
+<dl class="class">
+<dt id="nepi.util.parsers.xml_parser.ECXMLParser">
+<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>
+<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>
+<dl class="method">
+<dt id="nepi.util.parsers.xml_parser.ECXMLParser.from_xml">
+<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>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="nepi.util.parsers.xml_parser.ECXMLParser.to_xml">
+<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>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="function">
+<dt id="nepi.util.parsers.xml_parser.from_type">
+<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>
+<dd></dd></dl>
+
+<dl class="function">
+<dt id="nepi.util.parsers.xml_parser.to_type">
+<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>
+<dd></dd></dl>
+
+<dl class="function">
+<dt id="nepi.util.parsers.xml_parser.xmldecode">
+<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>
+<dd></dd></dl>
+
+<dl class="function">
+<dt id="nepi.util.parsers.xml_parser.xmlencode">
+<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>
+<dd></dd></dl>
+
+</div>
+<div class="section" id="module-nepi.util.parsers">
+<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-nepi.util.parsers" title="Permalink to this headline">¶</a></h2>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="../py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li><a href="../index.html">NEPI 3.2 documentation</a> &raquo;</li> 
+      </ul>
+    </div>
+    <div class="footer">
+        &copy; Copyright 2014, Alina Quereilhac, Lucia Guevgeozian Odizzio, Julien Tribino.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
+    </div>
+  </body>
+</html>
\ No newline at end of file