<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>See the Doc API, org.ldom.Element:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>--- extract ---</FONT></DIV>
<DIV><FONT face=Arial size=2>List getChildren(String name) 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This returns a 
List of all the child elements nested directly (one level deep) within this 
element with the given local name and belonging to no namespace, returned as 
Element objects. <BR>List getChildren(String name, Namespace ns) 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This returns a 
List of all the child elements nested directly (one level deep) within this 
element with the given local name and belonging to the given Namespace, returned 
as Element objects. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I advise you to have a closer look that doc and 
possible the FAQ before any other question.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Damien.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt;&gt;&gt; Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm new on this list and JDOM and I would know if 
someone implemented a function like 'getElementsByTagName(ElmentName)' with 
could return a java.util.List of org.jdom.Elements</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Cedric &lt;&lt;&lt;</FONT></DIV></BODY></HTML>