Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Williamx committed Jul 7, 2020
1 parent 26a9a81 commit e918896
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ public class Lichia {
{
e.getMessage();
}</pre></code>
<h7>Entendendo o Codigo...</h7><BR>
<B>Agora podemos utilizar um loop para retornar um valor especifico.</B>
<code><pre>for (int i = 0; i < lerxml.LerXML().getLength(); i++) {
System.out.println(<B>lerxml.LerXML().item(i).getNodeName()</B>+"--->"+
<B>lerxml.LerXML().item(i).getTextContent()</B>
);</pre></code>
<h7>Entendendo o Codigo...</h7><BR>
<B>Agora podemos utilizar um loop para retornar um valor especifico.</B>
<code>
<pre>for (int i = 0; i < lerxml.LerXML().getLength(); i++) {
System.out.println(<B>lerxml.LerXML().item(i).getNodeName()</B>+"--->"+
<B>lerxml.LerXML().item(i).getTextContent()</B>
);</pre>
</code>

0 comments on commit e918896

Please sign in to comment.