chan.text.TemplateParser.OpenCallback<H> |
Tag open callback.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Tag open callback method. |
Tag open callback method. See open(OpenCallback)
.
Parameters | |
---|---|
instance |
TemplateParser.Instance :
Parser instance holder. |
holder |
H :
Intermediate data holder. |
tagName |
String :
Tag name. |
attributes |
TemplateParser.Attributes :
Attributes holder. |
Returns | |
---|---|
boolean |
True if parser should parser full tag content. |
Throws | |
---|---|
ParseException |
to interrupt parsing process. |