public class HtmlSAXSupport extends Object implements Consumer<HtmlElement>
| Constructor and Description |
|---|
HtmlSAXSupport(ContentHandler ch,
LexicalHandler lh) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(HtmlElement element) |
static Attributes |
convert(Map<String,AttrValue> attributes) |
public HtmlSAXSupport(ContentHandler ch, LexicalHandler lh)
public void accept(HtmlElement element)
accept in interface Consumer<HtmlElement>public static Attributes convert(Map<String,AttrValue> attributes)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.