Uses of Class
org.simpleframework.xml.core.TemplateLabel
Packages that use TemplateLabel
-
Uses of TemplateLabel in org.simpleframework.xml.core
Subclasses of TemplateLabel in org.simpleframework.xml.coreModifier and TypeClassDescription(package private) class
TheAttributeLabel
object is used convert any value retrieved from an XML attribute to a primitive object.(package private) class
TheElementArrayLabel
represents a label that is used to represent an XML element array in a class schema.(package private) class
TheElementLabel
represents a label that is used to represent an XML element in a class schema.(package private) class
TheElementListLabel
represents a label that is used to represent an XML element list in a class schema.(package private) class
TheElementListUnionLabel
is an adapter for an internal label.(package private) class
TheElementMapLabel
represents a label that is used to represent an XML element map in a class schema.(package private) class
TheElementMapUnionLabel
is an adapter for an internal label.(package private) class
TheElementUnionLabel
is an adapter for an internal label.(package private) class
TheTextLabel
represents a label that is used to get a converter for a text entry within an XML element.(package private) class
TheTextListLabel
object is used to create a label that will create a converter used to read free text.(package private) class
TheVersionLabel
object is used convert any double retrieved from an XML attribute to a version revision.