Uses of Class
org.simpleframework.xml.NamespaceList
-
Packages that use NamespaceList Package Description org.simpleframework.xml.core -
-
Uses of NamespaceList in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as NamespaceList Modifier and Type Field Description private NamespaceList
DetailScanner. declaration
This represents the namespace list declared on the type.Methods in org.simpleframework.xml.core that return NamespaceList Modifier and Type Method Description NamespaceList
DefaultDetail. getNamespaceList()
This returns theNamespaceList
annotation that was declared on the type.NamespaceList
Detail. getNamespaceList()
This returns theNamespaceList
annotation that was declared on the type.NamespaceList
DetailScanner. getNamespaceList()
This returns theNamespaceList
annotation that was declared on the type.
-