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