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.Type
getBaseType()
int
getBlockValue()
java.lang.Object
getCore()
int
getDerivationMethod()
-
-
-
Method Detail
-
getDerivationMethod
int getDerivationMethod()
-
getBlockValue
int getBlockValue()
-
getBaseType
XMLSchemaReader.Type getBaseType()
-
getCore
java.lang.Object getCore()
-
-