Serializable
, XQType
AtomicType
, ComplexType
, SimpleType
AnySimpleType
, AnyType
public interface SchemaType extends XQType
Modifier and Type | Method | Description |
---|---|---|
SchemaType |
getBaseType() |
|
DerivationProcess |
getDerivationProcess() |
|
int |
getTypeId() |
|
boolean |
isAtomicType() |
|
boolean |
isComplexType() |
|
boolean |
isSimpleType() |
int getTypeId()
SchemaType getBaseType()
DerivationProcess getDerivationProcess()
boolean isSimpleType()
boolean isComplexType()
boolean isAtomicType()
Copyright © 2019 Apache Software Foundation. All rights reserved.