Uses of Interface
cdc.util.xml.AbstractStAXParser.ContextElementParser
-
Packages that use AbstractStAXParser.ContextElementParser Package Description cdc.util.xml -
-
Uses of AbstractStAXParser.ContextElementParser in cdc.util.xml
Methods in cdc.util.xml with parameters of type AbstractStAXParser.ContextElementParser Modifier and Type Method Description <C> void
AbstractStAXParser. parseChildren(C context, String name, AbstractStAXParser.ContextElementParser<C> childParser)
Utility used to parse an element and all its children.
-