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.
Simple interface for handling XML stream to parse.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stream
(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
-
Method Details
-
stream
- Throws:
XMLStreamException
-