Class ZoneGroupsXMLLoader

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

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

    • uri

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

    • ZoneGroupsXMLLoader

      public ZoneGroupsXMLLoader(URI uri)
      Create an xml based loader of zone groups.
      Parameters:
      uri - The location of the configuration file.
  • Method Details