Uses of Class
org.apache.axis.types.NormalizedString
-
Packages that use NormalizedString Package Description org.apache.axis.holders org.apache.axis.types -
-
Uses of NormalizedString in org.apache.axis.holders
Fields in org.apache.axis.holders declared as NormalizedString Modifier and Type Field Description NormalizedString
NormalizedStringHolder. value
Field _valueConstructors in org.apache.axis.holders with parameters of type NormalizedString Constructor Description NormalizedStringHolder(NormalizedString value)
Constructor NormalizedStringHolder -
Uses of NormalizedString in org.apache.axis.types
Subclasses of NormalizedString in org.apache.axis.types Modifier and Type Class Description class
Entities
Custom class for supporting XSD data type Entitiesclass
Entity
Custom class for supporting XSD data type Entityclass
Id
Custom class for supporting XSD data type ID The base type of Id is NCName.class
IDRef
Custom class for supporting XSD data type IDRefclass
IDRefs
Custom class for supporting XSD data type IDRefsclass
Language
Custom class for supporting XSD data type language language represents natural language identifiers as defined by [RFC 1766].class
Name
Custom class for supporting XSD data type Name Name represents XML Names.class
NCName
Custom class for supporting XSD data type NCName NCName represents XML "non-colonized" Names The base type of NCName is Name.class
NMToken
Custom class for supporting XSD data type NMToken NMTOKEN represents the NMTOKEN attribute type from [XML 1.0(Second Edition)].class
NMTokens
Custom class for supporting XSD data type NMTokensclass
Token
Custom class for supporting primitive XSD data type Token.Methods in org.apache.axis.types that return NormalizedString Modifier and Type Method Description NormalizedString
Schema. getVersion()
Methods in org.apache.axis.types with parameters of type NormalizedString Modifier and Type Method Description void
Schema. setVersion(NormalizedString version)
-