|
| void | Cleanup (XmlSchema schema) |
| |
| void | CleanupRedefine (XmlSchemaExternal include) |
| |
| void | BuildSchemaList (XmlSchema schema) |
| |
| void | LoadExternals (XmlSchema schema) |
| |
| void | BuildRefNamespaces (XmlSchema schema) |
| |
| void | ParseUri (string uri, string code, XmlSchemaObject sourceSchemaObject) |
| |
| void | Preprocess (XmlSchema schema, string targetNamespace, ArrayList imports) |
| |
| void | CopyIncludedComponents (XmlSchema includedSchema, XmlSchema schema) |
| |
| void | PreprocessRedefine (RedefineEntry redefineEntry) |
| |
| void | GetIncludedSet (XmlSchema schema, ArrayList includesList) |
| |
| void | SetSchemaDefaults (XmlSchema schema) |
| |
| int | CountGroupSelfReference (XmlSchemaObjectCollection items, XmlQualifiedName name, XmlSchemaGroup redefined) |
| |
| void | CheckRefinedGroup (XmlSchemaGroup group) |
| |
| void | CheckRefinedAttributeGroup (XmlSchemaAttributeGroup attributeGroup) |
| |
| void | CheckRefinedSimpleType (XmlSchemaSimpleType stype) |
| |
| void | CheckRefinedComplexType (XmlSchemaComplexType ctype) |
| |
| void | PreprocessAttribute (XmlSchemaAttribute attribute) |
| |
| void | PreprocessLocalAttribute (XmlSchemaAttribute attribute) |
| |
| void | PreprocessAttributeContent (XmlSchemaAttribute attribute) |
| |
| void | PreprocessAttributeGroup (XmlSchemaAttributeGroup attributeGroup) |
| |
| void | PreprocessElement (XmlSchemaElement element) |
| |
| void | PreprocessLocalElement (XmlSchemaElement element) |
| |
| void | PreprocessElementContent (XmlSchemaElement element) |
| |
| void | PreprocessIdentityConstraint (XmlSchemaIdentityConstraint constraint) |
| |
| void | PreprocessSimpleType (XmlSchemaSimpleType simpleType, bool local) |
| |
| void | PreprocessComplexType (XmlSchemaComplexType complexType, bool local) |
| |
| void | PreprocessGroup (XmlSchemaGroup group) |
| |
| void | PreprocessNotation (XmlSchemaNotation notation) |
| |
| void | PreprocessParticle (XmlSchemaParticle particle) |
| |
| void | PreprocessAttributes (XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaObject parent) |
| |
| void | ValidateIdAttribute (XmlSchemaObject xso) |
| |
| void | ValidateNameAttribute (XmlSchemaObject xso) |
| |
| void | ValidateQNameAttribute (XmlSchemaObject xso, string attributeName, XmlQualifiedName value) |
| |
| Uri | ResolveSchemaLocationUri (XmlSchema enclosingSchema, string location) |
| |
| object | GetSchemaEntity (Uri ruri) |
| |
| XmlSchema | GetChameleonSchema (string targetNamespace, XmlSchema schema) |
| |
| void | SetParent (XmlSchemaObject child, XmlSchemaObject parent) |
| |
| void | PreprocessAnnotation (XmlSchemaObject schemaObject) |
| |
| void | PreprocessAnnotation (XmlSchemaAnnotation annotation) |
| |
| bool | IsValidAttributeGroupRedefine (XmlSchemaObject existingObject, XmlSchemaObject item, XmlSchemaObjectTable table) |
| |
| bool | IsValidGroupRedefine (XmlSchemaObject existingObject, XmlSchemaObject item, XmlSchemaObjectTable table) |
| |
| bool | IsValidTypeRedefine (XmlSchemaObject existingObject, XmlSchemaObject item, XmlSchemaObjectTable table) |
| |
Definition at line 8 of file Preprocessor.cs.