public static class TemplateParser.TemplateData extends Object
The data contains path 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 |
getModulePath()
Gets the 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 getModulePath()
public org.jsoup.nodes.Element getTemplateElement()
Copyright © 2020. All rights reserved.