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 NamespaceListDetailScanner. declarationThis represents the namespace list declared on the type.Methods in org.simpleframework.xml.core that return NamespaceList Modifier and Type Method Description NamespaceListDefaultDetail. getNamespaceList()This returns theNamespaceListannotation that was declared on the type.NamespaceListDetail. getNamespaceList()This returns theNamespaceListannotation that was declared on the type.NamespaceListDetailScanner. getNamespaceList()This returns theNamespaceListannotation that was declared on the type.
-