public final class SAXUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
executeContentHandler(Reader modelReader,
ContentHandler contentHandler)
Creates an
XMLReader based on the given model-reader and sets the given content handler. |
public static void executeContentHandler(Reader modelReader, ContentHandler contentHandler)
XMLReader based on the given model-reader and sets the given content handler.modelReader - the inputcontentHandler - the ContentHandlerCopyright © 2020. All rights reserved.