All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jtwig.parser.JtwigParser Maven / Gradle / Ivy

package org.jtwig.parser;

import org.jtwig.environment.Environment;
import org.jtwig.model.tree.Node;
import org.jtwig.resource.reference.ResourceReference;

public interface JtwigParser {
    Node parse (Environment environment, ResourceReference resource);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy