Current section

Files

Jump to
nodefinder doc nodefinder_ec2_api_xml.html
Raw

doc/nodefinder_ec2_api_xml.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Module nodefinder_ec2_api_xml</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<hr>
<h1>Module nodefinder_ec2_api_xml</h1>
<ul class="index"><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#decode-2">decode/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#decode-3">decode/3</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_bool-2">get_bool/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_float-2">get_float/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_integer-2">get_integer/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_list-2">get_list/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_text-1">get_text/1</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_text-2">get_text/2</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_text-3">get_text/3</a></td><td></td></tr>
<tr><td valign="top"><a href="#get_time-2">get_time/2</a></td><td></td></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3 class="function"><a name="decode-2">decode/2</a></h3>
<div class="spec">
<p><tt>decode(Values, Node) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="decode-3">decode/3</a></h3>
<div class="spec">
<p><tt>decode(Values, Node, Record) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_bool-2">get_bool/2</a></h3>
<div class="spec">
<p><tt>get_bool(XPath, Doc) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_float-2">get_float/2</a></h3>
<div class="spec">
<p><tt>get_float(XPath, Node) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_integer-2">get_integer/2</a></h3>
<div class="spec">
<p><tt>get_integer(XPath, Doc) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_list-2">get_list/2</a></h3>
<div class="spec">
<p><tt>get_list(XPath, Doc) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_text-1">get_text/1</a></h3>
<div class="spec">
<p><tt>get_text(XmlText) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_text-2">get_text/2</a></h3>
<div class="spec">
<p><tt>get_text(XPath, Doc) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_text-3">get_text/3</a></h3>
<div class="spec">
<p><tt>get_text(XPath, Doc, Default) -&gt; any()</tt></p>
</div>
<h3 class="function"><a name="get_time-2">get_time/2</a></h3>
<div class="spec">
<p><tt>get_time(XPath, Doc) -&gt; any()</tt></p>
</div>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc</i></p>
</body>
</html>