LitTemplateParser.TemplateData
instead@Deprecated 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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getModulePath()
Deprecated.
Gets the uri where the template is declared.
|
org.jsoup.nodes.Element |
getTemplateElement()
Deprecated.
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 © 2021. All rights reserved.