Uses of Interface
org.simpleframework.xml.core.Decorator
Packages that use Decorator
-
Uses of Decorator in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement DecoratorModifier and TypeClassDescription(package private) class
TheNamespaceDecorator
object is used to decorate any output node with namespaces.(package private) class
TheQualifier
object is used to provide decorations to an output node for namespaces.Fields in org.simpleframework.xml.core declared as DecoratorModifier and TypeFieldDescriptionprivate Decorator
AttributeLabel.decorator
This is the decorator that is associated with the attribute.private final Decorator
CacheLabel.decorator
This is the decorator that is associated with the label.private final 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 DecoratorModifier and TypeMethodDescriptionAttributeLabel.getDecorator()
This is used to acquire theDecorator
for this.CacheLabel.getDecorator()
This is used to acquire theDecorator
for this.ClassScanner.getDecorator()
This is used to acquire theDecorator
for this.ClassSchema.getDecorator()
This is used to acquire theDecorator
for this.Context.getDecorator
(Class type) This will acquire theDecorator
for the type.DefaultScanner.getDecorator()
This is used to acquire theDecorator
for this.ElementArrayLabel.getDecorator()
This is used to acquire theDecorator
for this.ElementLabel.getDecorator()
This is used to acquire theDecorator
for this.ElementListLabel.getDecorator()
This is used to acquire theDecorator
for this.ElementListUnionLabel.getDecorator()
This is used to acquire theDecorator
for this.ElementMapLabel.getDecorator()
This is used to acquire theDecorator
for this.ElementMapUnionLabel.getDecorator()
This is used to acquire theDecorator
for this.ElementUnionLabel.getDecorator()
This is used to acquire theDecorator
for this.Label.getDecorator()
This is used to acquire theDecorator
for this.ObjectScanner.getDecorator()
This is used to acquire theDecorator
for this.PrimitiveScanner.getDecorator()
This is used to acquire theDecorator
for this.Scanner.getDecorator()
This is used to acquire theDecorator
for this.Schema.getDecorator()
This is used to acquire theDecorator
for this.Source.getDecorator
(Class type) This will acquire theDecorator
for the type.TextLabel.getDecorator()
This is used to acquire theDecorator
for this.TextListLabel.getDecorator()
This is used to acquire theDecorator
for this.private Decorator
Traverser.getDecorator
(Class type) This will acquire theDecorator
for the type.Variable.getDecorator()
This is used to acquire theDecorator
for this.VersionLabel.getDecorator()
This is used to acquire theDecorator
for this.Methods in org.simpleframework.xml.core with parameters of type DecoratorModifier and TypeMethodDescriptionvoid
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.