Package org.sonar.plugins.python.parser
Interface StaxParser.XmlStreamHandler
-
- All Known Implementing Classes:
TestSuiteParser
- Enclosing class:
- StaxParser
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface StaxParser.XmlStreamHandler
Simple interface for handling XML stream to parse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
-
-
-
Method Detail
-
stream
void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor) throws XMLStreamException- Throws:
XMLStreamException
-
-