Uses of Class
org.simpleframework.xml.core.Template
Packages that use Template
-
Uses of Template in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as TemplateModifier and TypeFieldDescriptionprivate 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 TemplateModifier and TypeMethodDescriptionvoid
This will add aTemplate
to the end of this.void
This will add aTemplate
to the end of this.private void
This will replace the accumulated for an system variable name with the value of that system variable.