Package cdc.util.xml
Interface StAXReader<T>
-
public interface StAXReader<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
parse(AbstractStAXParser<?> parser)
-
-
-
Method Detail
-
parse
T parse(AbstractStAXParser<?> parser) throws XMLStreamException
- Throws:
XMLStreamException
-
-