Uses of Interface
org.simpleframework.xml.core.Decorator
-
Packages that use Decorator Package Description org.simpleframework.xml.core -
-
Uses of Decorator in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Decorator Modifier and Type Class Description (package private) class
NamespaceDecorator
TheNamespaceDecorator
object is used to decorate any output node with namespaces.(package private) class
Qualifier
TheQualifier
object is used to provide decorations to an output node for namespaces.Fields in org.simpleframework.xml.core declared as Decorator Modifier and Type Field Description private Decorator
AttributeLabel. decorator
This is the decorator that is associated with the attribute.private Decorator
CacheLabel. decorator
This is the decorator that is associated with the label.private Decorator
ClassSchema. decorator
This is the decorator associated with this schema object.private Decorator
ElementArrayLabel. decorator
This is the decorator that is associated with the element.private Decorator
ElementLabel. decorator
This is the decorator that is associated with the element.private Decorator
ElementListLabel. decorator
This is the decorator that is associated with the element.private Decorator
ElementMapLabel. decorator
This is the decorator that is associated with the element.private Decorator
VersionLabel. decorator
This is the decorator that is associated with the attribute.Methods in org.simpleframework.xml.core that return Decorator Modifier and Type Method Description Decorator
AttributeLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
CacheLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ClassScanner. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ClassSchema. getDecorator()
This is used to acquire theDecorator
for this.Decorator
Context. getDecorator(java.lang.Class type)
This will acquire theDecorator
for the type.Decorator
DefaultScanner. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ElementArrayLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ElementLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ElementListLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ElementListUnionLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ElementMapLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ElementMapUnionLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ElementUnionLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
Label. getDecorator()
This is used to acquire theDecorator
for this.Decorator
ObjectScanner. getDecorator()
This is used to acquire theDecorator
for this.Decorator
PrimitiveScanner. getDecorator()
This is used to acquire theDecorator
for this.Decorator
Scanner. getDecorator()
This is used to acquire theDecorator
for this.Decorator
Schema. getDecorator()
This is used to acquire theDecorator
for this.Decorator
Source. getDecorator(java.lang.Class type)
This will acquire theDecorator
for the type.Decorator
TextLabel. getDecorator()
This is used to acquire theDecorator
for this.Decorator
TextListLabel. getDecorator()
This is used to acquire theDecorator
for this.private Decorator
Traverser. getDecorator(java.lang.Class type)
This will acquire theDecorator
for the type.Decorator
Variable. getDecorator()
This is used to acquire theDecorator
for this.Decorator
VersionLabel. getDecorator()
This is used to acquire theDecorator
for this.Methods in org.simpleframework.xml.core with parameters of type Decorator Modifier and Type Method Description void
Decorator. decorate(OutputNode node, Decorator secondary)
This method is used to decorate the provided node.void
NamespaceDecorator. decorate(OutputNode node, Decorator decorator)
This method is used to decorate the provided node.void
Qualifier. decorate(OutputNode node, Decorator secondary)
This method is used to decorate the provided node.
-