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 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 Namespace Modifier and Type Field Description private java.util.List<Namespace>NamespaceDecorator. scopeThis is used to contain the namespaces used for scoping.Methods in org.simpleframework.xml.core that return Namespace Modifier and Type Method Description NamespaceDefaultDetail. getNamespace()This returns theNamespaceannotation that was declared on the type.NamespaceDetail. getNamespace()This returns theNamespaceannotation that was declared on the type.NamespaceDetailScanner. getNamespace()This returns theNamespaceannotation that was declared on the type.Methods in org.simpleframework.xml.core with parameters of type Namespace Modifier and Type Method Description voidNamespaceDecorator. add(Namespace namespace)This is used to add a namespace to the decorator so that it can be added to decorated nodes.voidNamespaceDecorator. set(Namespace namespace)This is used to set the primary namespace for nodes that will be decorated by the namespace decorator.
-