Package com.sun.msv.reader.xmlschema
Interface XMLSchemaReader.Type
-
- Enclosing class:
- XMLSchemaReader
private static interface XMLSchemaReader.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLSchemaReader.TypegetBaseType()intgetBlockValue()java.lang.ObjectgetCore()intgetDerivationMethod()
-
-
-
Method Detail
-
getDerivationMethod
int getDerivationMethod()
-
getBlockValue
int getBlockValue()
-
getBaseType
XMLSchemaReader.Type getBaseType()
-
getCore
java.lang.Object getCore()
-
-