Interface ValidatingXmlLoader.Parser<T>
-
- All Known Implementing Classes:
AgentPluginXmlParserImpl
- Enclosing class:
- ValidatingXmlLoader<T>
public static interface ValidatingXmlLoader.Parser<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
parseDocument(org.jdom.Element doc)
-
-
-
Method Detail
-
parseDocument
@Nullable T parseDocument(@NotNull org.jdom.Element doc) throws PluginXmlParseException
- Throws:
PluginXmlParseException
-
-