jurpe.containers
Class XMLCollection

java.lang.Object
  extended by jurpe.containers.XMLCollection
Direct Known Subclasses:
Innates, MasterShop, RandomNames, Skills

public abstract class XMLCollection
extends java.lang.Object

XMLCollection is a container class for objects of type Oggetto that are read from an XML file. Need XML_Pack library from java.sun.com or JAXP (xerces.jar) v.1.x or JDK 1.4

Author:
Alessio Saltarin
See Also:
SaxConverter, XML_Writer, XML_Navigator, XmlLeaf

Constructor Summary
XMLCollection()
           
 
Method Summary
 int size()
          Number of items/objects contained.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLCollection

public XMLCollection()
Method Detail

size

public int size()
Number of items/objects contained.

Returns:
Size of objects arraylist

Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net