Uses of Interface
cdc.util.xml.StAXReader
-
Packages that use StAXReader Package Description cdc.util.xml -
-
Uses of StAXReader in cdc.util.xml
Methods in cdc.util.xml that return StAXReader Modifier and Type Method Description static <T> StAXReader<T>
StAXReaders. getReader(Class<T> cls)
static <T> StAXReader<T>
StAXReaders. getReaderOrNull(Class<T> cls)
Methods in cdc.util.xml with parameters of type StAXReader Modifier and Type Method Description static <T> void
StAXReaders. register(StAXReader<T> reader, Class<T> cls)
-