Package jetbrains.buildServer.util
Interface XmlXppAbstractParser.XmlHandler
-
- All Superinterfaces:
XmlXppAbstractParser.Handler
- Enclosing class:
- XmlXppAbstractParser
protected static interface XmlXppAbstractParser.XmlHandler extends XmlXppAbstractParser.Handler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accepts(String name)
-
Methods inherited from interface jetbrains.buildServer.util.XmlXppAbstractParser.Handler
processElement
-
-
-
-
Method Detail
-
accepts
boolean accepts(@NotNull String name)
-
-