Package | Description |
---|---|
org.esigate.parser |
Modifier and Type | Method and Description |
---|---|
boolean |
Element.onError(Exception e,
ParserContext ctx) |
boolean |
UnknownElement.onError(Exception e,
ParserContext ctx) |
void |
Element.onTagEnd(String tag,
ParserContext ctx)
Method called by the parser when it finds the matching closing tag.
|
void |
UnknownElement.onTagEnd(String tag,
ParserContext ctx) |
boolean |
Element.onTagStart(String tag,
ParserContext ctx)
Method called by the parser when it finds an opening tag.
|
boolean |
UnknownElement.onTagStart(String tag,
ParserContext ctx) |
Copyright © 2008–2018. All rights reserved.