Class CreatureGroupsXMLLoader

java.lang.Object
org.xml.sax.helpers.DefaultHandler
games.stendhal.server.core.config.CreatureGroupsXMLLoader
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class CreatureGroupsXMLLoader extends DefaultHandler
Load and configure creatures via an XML configuration file.
  • Field Details

    • uri

      protected URI uri
      The main zone configuration file.
  • Constructor Details

    • CreatureGroupsXMLLoader

      public CreatureGroupsXMLLoader(URI uri)
      Create an xml based loader of creature groups.
      Parameters:
      uri - The location of the configuration file.
    • CreatureGroupsXMLLoader

      public CreatureGroupsXMLLoader(String uri)
      Create an xml based loader of creature groups.
      Parameters:
      uri - The location of the configuration file.
  • Method Details