com.threerings.stage.tools.xml
Class StageSceneRuleSet

java.lang.Object
  extended by com.threerings.whirled.tools.xml.SceneRuleSet
      extended by com.threerings.stage.tools.xml.StageSceneRuleSet
All Implemented Interfaces:
com.threerings.tools.xml.NestableRuleSet

public class StageSceneRuleSet
extends SceneRuleSet

Used to parse an StageScene from XML.


Constructor Summary
StageSceneRuleSet()
           
 
Method Summary
protected  Class<? extends SceneModel> getSceneClass()
          This indicates the class (which should extend SceneModel) to be instantiated during the parsing process.
 
Methods inherited from class com.threerings.whirled.tools.xml.SceneRuleSet
addRuleInstances, getOuterElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageSceneRuleSet

public StageSceneRuleSet()
Method Detail

getSceneClass

protected Class<? extends SceneModel> getSceneClass()
Description copied from class: SceneRuleSet
This indicates the class (which should extend SceneModel) to be instantiated during the parsing process.

Overrides:
getSceneClass in class SceneRuleSet