Uses of Class
org.simpleframework.xml.core.TemplateLabel

Packages that use TemplateLabel
Package
Description
 
  • Uses of TemplateLabel in org.simpleframework.xml.core

    Modifier and Type
    Class
    Description
    (package private) class 
    The AttributeLabel object is used convert any value retrieved from an XML attribute to a primitive object.
    (package private) class 
    The ElementArrayLabel represents a label that is used to represent an XML element array in a class schema.
    (package private) class 
    The ElementLabel represents a label that is used to represent an XML element in a class schema.
    (package private) class 
    The ElementListLabel represents a label that is used to represent an XML element list in a class schema.
    (package private) class 
    The ElementListUnionLabel is an adapter for an internal label.
    (package private) class 
    The ElementMapLabel represents a label that is used to represent an XML element map in a class schema.
    (package private) class 
    The ElementMapUnionLabel is an adapter for an internal label.
    (package private) class 
    The ElementUnionLabel is an adapter for an internal label.
    (package private) class 
    The TextLabel represents a label that is used to get a converter for a text entry within an XML element.
    (package private) class 
    The TextListLabel object is used to create a label that will create a converter used to read free text.
    (package private) class 
    The VersionLabel object is used convert any double retrieved from an XML attribute to a version revision.