<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>XML tree traversing</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I wondered why not to have simpler mean of XML tree traversing,</FONT>
<BR><FONT SIZE=2 FACE="Arial">by defining the following methods:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&nbsp; Element getFirstChild();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - returns first child element or null</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; Element getNextSibling();&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - returns next sibling element or null</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">and possibly:</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp; Element getPrevSibling();</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">That would be more easier to use than getChildren(),</FONT>
<BR><FONT SIZE=2 FACE="Arial">with no memory overhead (no List allocation),</FONT>
<BR><FONT SIZE=2 FACE="Arial">especially when traversing the whole tree, which is my</FONT>
<BR><FONT SIZE=2 FACE="Arial">case ( I need to process each node in the tree).</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Is it good idea ? </FONT>
<BR><FONT SIZE=2 FACE="Arial">I guess there might be problem when modifying XML</FONT>
<BR><FONT SIZE=2 FACE="Arial">document during traverse.</FONT>
<BR><FONT SIZE=2 FACE="Arial">What do you think ?</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">Stm.</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial CE">&nbsp;----------------------------------------------------------------</FONT>
<BR><FONT SIZE=1 FACE="Arial CE">&nbsp; Ing.</FONT> <FONT SIZE=1 FACE="Arial">Stanislav</FONT><FONT SIZE=1 FACE="Arial CE"></FONT> <FONT SIZE=1 FACE="Arial">Mores</FONT><FONT SIZE=1 FACE="Arial CE">,</FONT> <FONT SIZE=1 FACE="Arial">Senior Programmer,</FONT> <FONT SIZE=1 FACE="Arial CE">SW Projects Division</FONT>
<BR><FONT SIZE=1 FACE="Arial CE">&nbsp; Prosoft s.r.o., Kuzmanyho 8, 010 01 Zilina, Slovakia</FONT>
<BR><FONT SIZE=1 FACE="Arial CE">&nbsp; e-mail:</FONT> <FONT SIZE=1 FACE="Arial">stm</FONT><FONT SIZE=1 FACE="Arial CE">@prosoft.sk, mobil: +421-905-34002</FONT><FONT SIZE=1 FACE="Arial">0</FONT>
<BR><FONT SIZE=1 FACE="Arial CE">&nbsp; phone: +421-89-5625 491, fax: +421-89-5625 497</FONT>
</P>

</BODY>
</HTML>