Uses of Class
org.newdawn.slick.util.xml.XMLElementList

Packages that use XMLElementList
org.newdawn.slick.util.xml Some utilities for reading XML using Java DOM and for mapping XML onto existing data models 
 

Uses of XMLElementList in org.newdawn.slick.util.xml
 

Methods in org.newdawn.slick.util.xml that return XMLElementList
 XMLElementList XMLElement.getChildren()
          Get the complete list of children for this node
 XMLElementList XMLElement.getChildrenByName(java.lang.String name)
          Get a list of children with a given element name
 



Copyright © 2006 New Dawn Software. All Rights Reserved.