Uses of Class
org.w3._2001.schema.NamespaceListMember0
-
Packages that use NamespaceListMember0 Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of NamespaceListMember0 in org.w3._2001.schema
Fields in org.w3._2001.schema with type parameters of type NamespaceListMember0 Modifier and Type Field Description static List<NamespaceListMember0>
NamespaceListMember0. VALUES
A public read-only list of all the 'Namespace List Member0' enumerators.Methods in org.w3._2001.schema that return NamespaceListMember0 Modifier and Type Method Description static NamespaceListMember0
NamespaceListMember0. get(int value)
Returns the 'Namespace List Member0' literal with the specified integer value.static NamespaceListMember0
NamespaceListMember0. get(String literal)
Returns the 'Namespace List Member0' literal with the specified literal value.static NamespaceListMember0
NamespaceListMember0. getByName(String name)
Returns the 'Namespace List Member0' literal with the specified name.static NamespaceListMember0
NamespaceListMember0. valueOf(String name)
Returns the enum constant of this type with the specified name.static NamespaceListMember0[]
NamespaceListMember0. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NamespaceListMember0 in org.w3._2001.schema.impl
Methods in org.w3._2001.schema.impl that return NamespaceListMember0 Modifier and Type Method Description NamespaceListMember0
SchemaFactoryImpl. createNamespaceListMember0FromString(EDataType eDataType, String initialValue)
NamespaceListMember0
SchemaFactoryImpl. createNamespaceListMember0ObjectFromString(EDataType eDataType, String initialValue)
-
Uses of NamespaceListMember0 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NamespaceListMember0 Modifier and Type Method Description boolean
SchemaValidator. validateNamespaceListMember0(NamespaceListMember0 namespaceListMember0, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
SchemaValidator. validateNamespaceListMember0Object(NamespaceListMember0 namespaceListMember0Object, DiagnosticChain diagnostics, Map<Object,Object> context)
-