public static class TemplateParser.TemplateData extends Object
The data contains HtmlImport uri where the template is declared
and its content as an Element instance.
| Constructor and Description |
|---|
TemplateData(String uri,
org.jsoup.nodes.Element element) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtmlImportUri()
Gets the
HtmlImport uri where the template is declared. |
org.jsoup.nodes.Element |
getTemplateElement()
Gets the content of the template.
|
public TemplateData(String uri, org.jsoup.nodes.Element element)
public String getHtmlImportUri()
HtmlImport uri where the template is declared.public org.jsoup.nodes.Element getTemplateElement()
Copyright © 2018. All rights reserved.