|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.miso.tools.xml.SparseMisoSceneParser
public class SparseMisoSceneParser
A simple class for parsing simple miso scene models.
| Constructor Summary | |
|---|---|
SparseMisoSceneParser(String prefix)
Constructs a scene parser that parses scenes with the specified XML path prefix. |
|
| Method Summary | |
|---|---|
SparseMisoSceneModel |
parseScene(String path)
Parses the XML file at the specified path into a scene model instance. |
void |
setScene(SparseMisoSceneModel model)
Called by the parser once the scene is parsed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SparseMisoSceneParser(String prefix)
| Method Detail |
|---|
public SparseMisoSceneModel parseScene(String path)
throws IOException,
SAXException
IOException
SAXExceptionpublic void setScene(SparseMisoSceneModel model)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||