Uses of Class
org.apache.axis2.databinding.types.NCName
-
Packages that use NCName Package Description org.apache.axis2.databinding.types These classes are directly salvaged from Axis 1 codebase.org.apache.axis2.databinding.utils -
-
Uses of NCName in org.apache.axis2.databinding.types
Subclasses of NCName 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 IDRefsclassNMTokensCustom class for supporting XSD data type NMTokensMethods in org.apache.axis2.databinding.types that return NCName Modifier and Type Method Description NCNameNotation. getName()Methods in org.apache.axis2.databinding.types with parameters of type NCName Modifier and Type Method Description voidNotation. setName(NCName name)Constructors in org.apache.axis2.databinding.types with parameters of type NCName Constructor Description Notation(NCName name, URI publicURI, URI systemURI) -
Uses of NCName in org.apache.axis2.databinding.utils
Methods in org.apache.axis2.databinding.utils that return NCName Modifier and Type Method Description static NCNameConverterUtil. convertToNCName(String s)
-