[jdom-interest] Element.getChildren(java.lang.String name)?

Paul Simon Barriscale barrisca at student.cs.ucc.ie
Wed Mar 7 04:53:21 PST 2001


I'm having trouble accessing the the children of a specific element.
this is a fragment of the XML

<complexType name="RepositoryType">
	<sequence>
		<element name="IRObject" type="IRObjectType"/>
		...
		...
	</sequence>
</complexType>

by when I call Element.getChildren(complexType) it does not find this element.
Am i calling this method incorrectly? any help is appreciated.

Regards,
Paul



-- 
Paul Barriscale
barrisca at student.cs.ucc.ie    http://student.cs.ucc.ie/01/barrisca
_______________________________________________________
University College Cork



More information about the jdom-interest mailing list