com.threerings.miso.tile.tools.xml
Class FringeConfigurationParser
java.lang.Object
com.threerings.tools.xml.CompiledConfigParser
com.threerings.miso.tile.tools.xml.FringeConfigurationParser
public class FringeConfigurationParser
- extends CompiledConfigParser
Parses fringe config definitions.
|
Method Summary |
protected void |
addRules(org.apache.commons.digester.Digester digest)
Adds the necessary digester rules for parsing the config object. |
protected Serializable |
createConfigObject()
Creates the config object instance that will be populated during the parsing process. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_idBroker
protected TileSetIDBroker _idBroker
FringeConfigurationParser
public FringeConfigurationParser(TileSetIDBroker broker)
createConfigObject
protected Serializable createConfigObject()
- Description copied from class:
CompiledConfigParser
- Creates the config object instance that will be populated during the parsing process.
- Specified by:
createConfigObject in class CompiledConfigParser
addRules
protected void addRules(org.apache.commons.digester.Digester digest)
- Description copied from class:
CompiledConfigParser
- Adds the necessary digester rules for parsing the config object.
- Specified by:
addRules in class CompiledConfigParser