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 Template
TemplateEngine. name
This is used to accumulate the bytes for the variable name.private Template
TemplateEngine. source
This is used to store the text that are to be processed.private Template
TemplateEngine. text
This is used to accumulate the transformed text value.Methods in org.simpleframework.xml.core with parameters of type Template Modifier and Type Method Description void
Template. append(Template text)
This will add aTemplate
to the end of this.void
Template. append(Template text, int off, int len)
This will add aTemplate
to the end of this.private void
TemplateEngine. replace(Template name)
This will replace the accumulated for an system variable name with the value of that system variable.
-