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

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

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

Methods in org.newdawn.slick.util.xml that return XMLElement
 XMLElement XMLElementList.get(int i)
          Get the element at a specified index
 XMLElement XMLParser.parse(java.lang.String ref)
          Parse the XML document located by the slick resource loader using the reference given.
 XMLElement XMLParser.parse(java.lang.String name, java.io.InputStream in)
          Parse the XML document that can be read from the given input stream
 

Methods in org.newdawn.slick.util.xml with parameters of type XMLElement
 void XMLElementList.add(XMLElement element)
          Add an element to the list
 boolean XMLElementList.contains(XMLElement element)
          Check if this list contains the given element
 



Copyright © 2006 New Dawn Software. All Rights Reserved.