Uses of Class
org.simpleframework.xml.Namespace
-
Packages that use Namespace Package Description org.simpleframework.xml org.simpleframework.xml.core -
-
Uses of Namespace in org.simpleframework.xml
Methods in org.simpleframework.xml that return Namespace Modifier and Type Method Description Namespace[]
value()
This is used to acquire the namespaces that are declared on the class. -
Uses of Namespace in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Namespace Modifier and Type Field Description private 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 Namespace Modifier and Type Field Description private java.util.List<Namespace>
NamespaceDecorator. scope
This is used to contain the namespaces used for scoping.Methods in org.simpleframework.xml.core that return Namespace Modifier and Type Method Description Namespace
DefaultDetail. getNamespace()
This returns theNamespace
annotation that was declared on the type.Namespace
Detail. getNamespace()
This returns theNamespace
annotation that was declared on the type.Namespace
DetailScanner. getNamespace()
This returns theNamespace
annotation that was declared on the type.Methods in org.simpleframework.xml.core with parameters of type Namespace Modifier and Type Method Description void
NamespaceDecorator. add(Namespace namespace)
This is used to add a namespace to the decorator so that it can be added to decorated nodes.void
NamespaceDecorator. set(Namespace namespace)
This is used to set the primary namespace for nodes that will be decorated by the namespace decorator.
-