Uses of Class
org.simpleframework.xml.core.Template
-
Packages that use Template Package Description org.simpleframework.xml.core -
-
Uses of Template in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Template Modifier and Type Field Description private TemplateTemplateEngine. nameThis is used to accumulate the bytes for the variable name.private TemplateTemplateEngine. sourceThis is used to store the text that are to be processed.private TemplateTemplateEngine. textThis is used to accumulate the transformed text value.Methods in org.simpleframework.xml.core with parameters of type Template Modifier and Type Method Description voidTemplate. append(Template text)This will add aTemplateto the end of this.voidTemplate. append(Template text, int off, int len)This will add aTemplateto the end of this.private voidTemplateEngine. replace(Template name)This will replace the accumulated for an system variable name with the value of that system variable.
-