Uses of Annotation Interface
org.simpleframework.xml.Namespace
Packages that use Namespace
-
Uses of Namespace in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as NamespaceModifier and TypeFieldDescriptionprivate NamespaceDetailScanner.namespaceThis represents the namespace annotation declared on the type.private NamespaceNamespaceDecorator.primaryThis is used to set the primary namespace reference used.Fields in org.simpleframework.xml.core with type parameters of type NamespaceModifier and TypeFieldDescriptionNamespaceDecorator.scopeThis is used to contain the namespaces used for scoping.Methods in org.simpleframework.xml.core that return NamespaceModifier and TypeMethodDescriptionDefaultDetail.getNamespace()This returns theNamespaceannotation that was declared on the type.Detail.getNamespace()This returns theNamespaceannotation that was declared on the type.DetailScanner.getNamespace()This returns theNamespaceannotation that was declared on the type.Methods in org.simpleframework.xml.core with parameters of type NamespaceModifier and TypeMethodDescriptionvoidThis is used to add a namespace to the decorator so that it can be added to decorated nodes.voidThis is used to set the primary namespace for nodes that will be decorated by the namespace decorator.