|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaModel
Method Summary | |
---|---|
boolean |
isCompatible(javax.xml.namespace.QName type1,
javax.xml.namespace.QName type2)
Determines if two types are compatible using the following logic: |
boolean |
isSimpleType(javax.xml.namespace.QName type)
Checks if type is a simple type. |
boolean |
knowsElementType(javax.xml.namespace.QName elementType)
Checks if model knows the type as an element type. |
boolean |
knowsSchemaType(javax.xml.namespace.QName schemaType)
Checks if the model know the type as a schema type. |
Method Detail |
---|
boolean isCompatible(javax.xml.namespace.QName type1, javax.xml.namespace.QName type2)
Determines if two types are compatible using the following logic:
boolean isSimpleType(javax.xml.namespace.QName type)
boolean knowsElementType(javax.xml.namespace.QName elementType)
boolean knowsSchemaType(javax.xml.namespace.QName schemaType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |