Method | Description | |
---|---|---|
ReadSchema ( String fileName ) : |
||
ReadSchemaFromText ( String text ) : |
||
extractAttributeGroups ( |
||
extractComplexTypes ( |
||
extractElements ( |
||
extractGroups ( |
||
extractSimpleTypes ( |
||
findAttribute ( String name, |
||
getAttributes ( object item, List |
Method | Description | |
---|---|---|
ValidationCallBack ( object sender, |
public static ReadSchema ( String fileName ) : |
||
fileName | String | |
return |
public static ReadSchemaFromText ( String text ) : |
||
text | String | |
return |
public static extractAttributeGroups ( |
||
schema | ||
return | List |
public static extractComplexTypes ( |
||
schema | ||
return | List |
public static extractElements ( |
||
schema | ||
return | List |
public static extractGroups ( |
||
schema | ||
return | List |
public static extractSimpleTypes ( |
||
schema | ||
return | List |
public static findAttribute ( String name, |
||
name | String | |
complexType | ||
return | bool |
public static getAttributes ( object item, List |
||
item | object | |
attributes | List |
|
return | bool |