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 Namespace
DetailScanner.namespace
This represents the namespace annotation declared on the type.private Namespace
NamespaceDecorator.primary
This is used to set the primary namespace reference used.Fields in org.simpleframework.xml.core with type parameters of type NamespaceModifier and TypeFieldDescriptionNamespaceDecorator.scope
This is used to contain the namespaces used for scoping.Methods in org.simpleframework.xml.core that return NamespaceModifier and TypeMethodDescriptionDefaultDetail.getNamespace()
This returns theNamespace
annotation that was declared on the type.Detail.getNamespace()
This returns theNamespace
annotation that was declared on the type.DetailScanner.getNamespace()
This returns theNamespace
annotation that was declared on the type.Methods in org.simpleframework.xml.core with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
This is used to add a namespace to the decorator so that it can be added to decorated nodes.void
This is used to set the primary namespace for nodes that will be decorated by the namespace decorator.