public class DocumentParser extends Object
| Constructor and Description |
|---|
DocumentParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
parse(String document,
MarkupHandler handler)
Parse the given document and use the handler to process
the markup events
|
public static void parse(String document, MarkupHandler handler)
document - - the parsed documenthandler - - a markup handlerCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.