public class GameObjectMatcherParser
extends java.lang.Object
GameObjectMatchers
.Modifier and Type | Method and Description |
---|---|
static @NotNull NamedGameObjectMatcher |
parseMatcher(@NotNull nu.xom.Element el,
int editType)
Creates a
NamedGameObjectMatcher from XML. |
@NotNull public static @NotNull NamedGameObjectMatcher parseMatcher(@NotNull @NotNull nu.xom.Element el, int editType) throws ParsingException
NamedGameObjectMatcher
from XML.el
- the XML node to create fromeditType
- the edit type for the new matcherParsingException
- if a parsing error occurs