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) classTheNamespaceDecoratorobject is used to decorate any output node with namespaces.(package private) classTheQualifierobject is used to provide decorations to an output node for namespaces.Fields in org.simpleframework.xml.core declared as DecoratorModifier and TypeFieldDescriptionprivate DecoratorAttributeLabel.decoratorThis is the decorator that is associated with the attribute.private final DecoratorCacheLabel.decoratorThis is the decorator that is associated with the label.private final DecoratorClassSchema.decoratorThis is the decorator associated with this schema object.private DecoratorElementArrayLabel.decoratorThis is the decorator that is associated with the element.private DecoratorElementLabel.decoratorThis is the decorator that is associated with the element.private DecoratorElementListLabel.decoratorThis is the decorator that is associated with the element.private DecoratorElementMapLabel.decoratorThis is the decorator that is associated with the element.private DecoratorVersionLabel.decoratorThis 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 theDecoratorfor this.CacheLabel.getDecorator()This is used to acquire theDecoratorfor this.ClassScanner.getDecorator()This is used to acquire theDecoratorfor this.ClassSchema.getDecorator()This is used to acquire theDecoratorfor this.Context.getDecorator(Class type) This will acquire theDecoratorfor the type.DefaultScanner.getDecorator()This is used to acquire theDecoratorfor this.ElementArrayLabel.getDecorator()This is used to acquire theDecoratorfor this.ElementLabel.getDecorator()This is used to acquire theDecoratorfor this.ElementListLabel.getDecorator()This is used to acquire theDecoratorfor this.ElementListUnionLabel.getDecorator()This is used to acquire theDecoratorfor this.ElementMapLabel.getDecorator()This is used to acquire theDecoratorfor this.ElementMapUnionLabel.getDecorator()This is used to acquire theDecoratorfor this.ElementUnionLabel.getDecorator()This is used to acquire theDecoratorfor this.Label.getDecorator()This is used to acquire theDecoratorfor this.ObjectScanner.getDecorator()This is used to acquire theDecoratorfor this.PrimitiveScanner.getDecorator()This is used to acquire theDecoratorfor this.Scanner.getDecorator()This is used to acquire theDecoratorfor this.Schema.getDecorator()This is used to acquire theDecoratorfor this.Source.getDecorator(Class type) This will acquire theDecoratorfor the type.TextLabel.getDecorator()This is used to acquire theDecoratorfor this.TextListLabel.getDecorator()This is used to acquire theDecoratorfor this.private DecoratorTraverser.getDecorator(Class type) This will acquire theDecoratorfor the type.Variable.getDecorator()This is used to acquire theDecoratorfor this.VersionLabel.getDecorator()This is used to acquire theDecoratorfor this.Methods in org.simpleframework.xml.core with parameters of type DecoratorModifier and TypeMethodDescriptionvoidDecorator.decorate(OutputNode node, Decorator secondary) This method is used to decorate the provided node.voidNamespaceDecorator.decorate(OutputNode node, Decorator decorator) This method is used to decorate the provided node.voidQualifier.decorate(OutputNode node, Decorator secondary) This method is used to decorate the provided node.