Class LitTemplateParser.TemplateData

  • Enclosing interface:
    LitTemplateParser

    public static class LitTemplateParser.TemplateData
    extends Object
    Wrapper for the parsing result.

    The data contains path uri where the template is declared and its content as an Element instance.

    Since:
    Author:
    Vaadin Ltd
    • Constructor Detail

      • TemplateData

        public TemplateData​(String uri,
                            org.jsoup.nodes.Element element)
    • Method Detail

      • getModulePath

        public String getModulePath()
        Gets the uri where the template is declared.
        Returns:
        template uri
      • getTemplateElement

        public org.jsoup.nodes.Element getTemplateElement()
        Gets the content of the template.
        Returns:
        the content of the template