|
| void | Prepare () |
| |
| void | Cleanup () |
| |
| void | Compile () |
| |
| void | Output (SchemaInfo schemaInfo) |
| |
| void | CompileSubstitutionGroup (XmlSchemaSubstitutionGroupV1Compat substitutionGroup) |
| |
| void | CheckSubstitutionGroup (XmlSchemaSubstitutionGroup substitutionGroup) |
| |
| void | CompileGroup (XmlSchemaGroup group) |
| |
| void | CompileSimpleType (XmlSchemaSimpleType simpleType) |
| |
| XmlSchemaSimpleType[] | CompileBaseMemberTypes (XmlSchemaSimpleType simpleType) |
| |
| void | CheckUnionType (XmlSchemaSimpleType unionMember, List< XmlSchemaSimpleType > memberTypeDefinitions, XmlSchemaSimpleType parentType) |
| |
| void | CompileComplexType (XmlSchemaComplexType complexType) |
| |
| void | CompileSimpleContentExtension (XmlSchemaComplexType complexType, XmlSchemaSimpleContentExtension simpleExtension) |
| |
| void | CompileSimpleContentRestriction (XmlSchemaComplexType complexType, XmlSchemaSimpleContentRestriction simpleRestriction) |
| |
| void | CompileComplexContentExtension (XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentExtension complexExtension) |
| |
| void | CompileComplexContentRestriction (XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaComplexContentRestriction complexRestriction) |
| |
| void | CheckParticleDerivation (XmlSchemaComplexType complexType) |
| |
| XmlSchemaParticle | CompileContentTypeParticle (XmlSchemaParticle particle, bool substitution) |
| |
| XmlSchemaParticle | CannonicalizeParticle (XmlSchemaParticle particle, bool root, bool substitution) |
| |
| XmlSchemaParticle | CannonicalizeElement (XmlSchemaElement element, bool substitution) |
| |
| XmlSchemaParticle | CannonicalizeGroupRef (XmlSchemaGroupRef groupRef, bool root, bool substitution) |
| |
| XmlSchemaParticle | CannonicalizeAll (XmlSchemaAll all, bool root, bool substitution) |
| |
| XmlSchemaParticle | CannonicalizeChoice (XmlSchemaChoice choice, bool root, bool substitution) |
| |
| XmlSchemaParticle | CannonicalizeSequence (XmlSchemaSequence sequence, bool root, bool substitution) |
| |
| bool | IsValidRestriction (XmlSchemaParticle derivedParticle, XmlSchemaParticle baseParticle) |
| |
| bool | IsElementFromElement (XmlSchemaElement derivedElement, XmlSchemaElement baseElement) |
| |
| bool | IsElementFromAny (XmlSchemaElement derivedElement, XmlSchemaAny baseAny) |
| |
| bool | IsAnyFromAny (XmlSchemaAny derivedAny, XmlSchemaAny baseAny) |
| |
| bool | IsGroupBaseFromAny (XmlSchemaGroupBase derivedGroupBase, XmlSchemaAny baseAny) |
| |
| bool | IsElementFromGroupBase (XmlSchemaElement derivedElement, XmlSchemaGroupBase baseGroupBase, bool skipEmptableOnly) |
| |
| bool | IsGroupBaseFromGroupBase (XmlSchemaGroupBase derivedGroupBase, XmlSchemaGroupBase baseGroupBase, bool skipEmptableOnly) |
| |
| bool | IsSequenceFromAll (XmlSchemaSequence derivedSequence, XmlSchemaAll baseAll) |
| |
| bool | IsSequenceFromChoice (XmlSchemaSequence derivedSequence, XmlSchemaChoice baseChoice) |
| |
| void | CalculateSequenceRange (XmlSchemaSequence sequence, out decimal minOccurs, out decimal maxOccurs) |
| |
| bool | IsValidOccurrenceRangeRestriction (XmlSchemaParticle derivedParticle, XmlSchemaParticle baseParticle) |
| |
| bool | IsValidOccurrenceRangeRestriction (decimal minOccurs, decimal maxOccurs, decimal baseMinOccurs, decimal baseMaxOccurs) |
| |
| int | GetMappingParticle (XmlSchemaParticle particle, XmlSchemaObjectCollection collection) |
| |
| bool | IsParticleEmptiable (XmlSchemaParticle particle) |
| |
| void | CalculateEffectiveTotalRange (XmlSchemaParticle particle, out decimal minOccurs, out decimal maxOccurs) |
| |
| void | PushComplexType (XmlSchemaComplexType complexType) |
| |
| XmlSchemaContentType | GetSchemaContentType (XmlSchemaComplexType complexType, XmlSchemaComplexContent complexContent, XmlSchemaParticle particle) |
| |
| void | CompileAttributeGroup (XmlSchemaAttributeGroup attributeGroup) |
| |
| void | CompileLocalAttributes (XmlSchemaComplexType baseType, XmlSchemaComplexType derivedType, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaDerivationMethod derivedBy) |
| |
| XmlSchemaAnyAttribute | CompileAnyAttributeUnion (XmlSchemaAnyAttribute a, XmlSchemaAnyAttribute b) |
| |
| XmlSchemaAnyAttribute | CompileAnyAttributeIntersection (XmlSchemaAnyAttribute a, XmlSchemaAnyAttribute b) |
| |
| void | CompileAttribute (XmlSchemaAttribute xa) |
| |
| void | CompileIdentityConstraint (XmlSchemaIdentityConstraint xi) |
| |
| void | CompileElement (XmlSchemaElement xe) |
| |
| ContentValidator | CompileComplexContent (XmlSchemaComplexType complexType) |
| |
| void | BuildParticleContentModel (ParticleContentValidator contentValidator, XmlSchemaParticle particle) |
| |
| void | CompileParticleElements (XmlSchemaComplexType complexType, XmlSchemaParticle particle) |
| |
| void | CompileCompexTypeElements (XmlSchemaComplexType complexType) |
| |
| XmlSchemaSimpleType | GetSimpleType (XmlQualifiedName name) |
| |
| XmlSchemaComplexType | GetComplexType (XmlQualifiedName name) |
| |
| XmlSchemaType | GetAnySchemaType (XmlQualifiedName name) |
| |
| 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 6 of file SchemaCollectionCompiler.cs.