Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] ELement#getChildElements(java.lang.String) recursive or not ?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: "Francois Beausoleil" <fbos AT users.sourceforge.net>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] ELement#getChildElements(java.lang.String) recursive or not ?
  • Date: Sat, 31 Jul 2004 07:02:59 -0400

Hi !

The javadocs for Element#getChildElements() do not say if they are fully
recursive:
http://www.cafeconleche.org/XOM/apidocs/nu/xom/Element.html#getChildElements(java.lang.String)


That's because it's in the name of the method. It gets child elements. It does not return any elements that are not children.
--

Elliotte Rusty Harold
elharo AT metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA




Archive powered by MHonArc 2.6.24.

Top of Page