Uses of Class
org.apache.axis2.databinding.types.Name
-
Packages that use Name Package Description org.apache.axis2.databinding.types These classes are directly salvaged from Axis 1 codebase.org.apache.axis2.databinding.utils -
-
Uses of Name in org.apache.axis2.databinding.types
Subclasses of Name in org.apache.axis2.databinding.types Modifier and Type Class Description classEntitiesCustom class for supporting XSD data type EntitiesclassEntityCustom class for supporting XSD data type EntityclassIdCustom class for supporting XSD data type ID The base type of Id is NCName.classIDRefCustom class for supporting XSD data type IDRefclassIDRefsCustom class for supporting XSD data type IDRefsclassNCNameCustom class for supporting XSD data type NCName NCName represents XML "non-colonized" Names The base type of NCName is Name.classNMTokensCustom class for supporting XSD data type NMTokens -
Uses of Name in org.apache.axis2.databinding.utils
Methods in org.apache.axis2.databinding.utils that return Name Modifier and Type Method Description static NameConverterUtil. convertToName(String s)
-