Uses of Interface
io.vertigo.quarto.impl.publisher.merger.processor.ParserXMLHandler
-
Packages that use ParserXMLHandler Package Description io.vertigo.quarto.impl.publisher.merger.processor -
-
Uses of ParserXMLHandler in io.vertigo.quarto.impl.publisher.merger.processor
Methods in io.vertigo.quarto.impl.publisher.merger.processor with parameters of type ParserXMLHandler Modifier and Type Method Description static StringBuilder
ProcessorXMLUtil. parseXMLContent(String xmlContent, String tag, ParserXMLHandler handler)
Parse the XML content and call XML handler when input tag is found.
-