public class GameObjectMatchersParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
readGameObjectMatchers(@NotNull nu.xom.Document document,
@NotNull GameObjectMatchers gameObjectMatchers,
@NotNull ErrorViewCollector errorViewCollector)
Parses a .xml file defining game object matchers.
|
public static void readGameObjectMatchers(@NotNull @NotNull nu.xom.Document document, @NotNull @NotNull GameObjectMatchers gameObjectMatchers, @NotNull @NotNull ErrorViewCollector errorViewCollector)
document
- the document parsegameObjectMatchers
- the game object matchers to updateerrorViewCollector
- the error view collector to use