Method |
Description |
|
AddScopeElement ( INameScope scope, ElementAccessor element, bool &duplicateElements, bool allowDuplicates ) : void |
|
|
AddScopeElements ( INameScope scope, ElementAccessor elements, bool &duplicateElements, bool allowDuplicates ) : void |
|
|
AttributeForm ( string ns, XmlSchemaAttribute attribute ) : XmlSchemaForm |
|
|
BaseTypeName ( XmlSchemaSimpleType dataType ) : XmlQualifiedName |
|
|
ElementForm ( string ns, XmlSchemaElement element ) : XmlSchemaForm |
|
|
FindAttribute ( XmlQualifiedName name ) : XmlSchemaAttribute |
|
|
FindAttributeGroup ( XmlQualifiedName name ) : XmlSchemaAttributeGroup |
|
|
FindDataType ( XmlQualifiedName name, TypeFlags flags ) : XmlSchemaSimpleType |
|
|
FindElement ( XmlQualifiedName name ) : XmlSchemaElement |
|
|
FindGroup ( XmlQualifiedName name ) : XmlSchemaGroup |
|
|
FindType ( XmlQualifiedName name, TypeFlags flags ) : XmlSchemaType |
|
|
GatherGroupChoices ( XmlSchemaGroup group, NameTable choiceElements, string identifier, string ns, bool &needExplicitOrder, bool allowDuplicates ) : bool |
|
|
GatherGroupChoices ( XmlSchemaParticle particle, NameTable choiceElements, string identifier, string ns, bool &needExplicitOrder, bool allowDuplicates ) : bool |
|
|
GenerateUniqueTypeName ( string desiredName, string ns ) : string |
|
|
GetDataTypeSource ( XmlSchemaSimpleType dataType, TypeFlags flags ) : TypeDesc |
|
|
GetDefaultMapping ( TypeFlags flags ) : TypeMapping |
|
|
GetEquivalentElements ( XmlSchemaElement element ) : System.Xml.Schema.XmlSchemaElement[] |
|
|
GetTopLevelElement ( XmlSchemaElement element ) : XmlSchemaElement |
|
|
GetTypeItems ( XmlSchemaType type ) : TypeItems |
|
|
ImportAny ( XmlSchemaAny any, bool makeElement, string targetNamespace ) : System.Xml.Serialization.ElementAccessor[] |
|
|
ImportAnyAttributeMember ( XmlSchemaAnyAttribute any, CodeIdentifiers members, CodeIdentifiers membersScope ) : void |
|
|
ImportAnyMapping ( XmlSchemaType type, string identifier, string ns, bool repeats ) : SpecialMapping |
|
|
ImportAnyMember ( XmlSchemaAny any, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, bool &mixed, bool &needExplicitOrder, bool allowDuplicates ) : MemberMapping |
|
|
ImportArray ( XmlSchemaElement element, string identifier, string ns, bool repeats ) : ElementAccessor |
|
|
ImportArrayMapping ( XmlSchemaType type, string identifier, string ns, bool repeats ) : ArrayMapping |
|
|
ImportAttribute ( XmlSchemaAttribute attribute, string identifier, string ns, XmlSchemaAttribute defaultValueProvider ) : AttributeAccessor |
|
|
ImportAttributeGroupMembers ( XmlSchemaAttributeGroup group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns ) : void |
|
|
ImportAttributeMember ( XmlSchemaAttribute attribute, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns ) : void |
|
|
ImportChoiceGroup ( XmlSchemaGroupBase group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, bool groupRepeats, bool &needExplicitOrder, bool allowDuplicates ) : MemberMapping |
|
|
ImportDataType ( XmlSchemaSimpleType dataType, string typeNs, string identifier, Type baseType, TypeFlags flags, bool isList ) : TypeMapping |
|
|
ImportDerivedTypes ( XmlQualifiedName baseName ) : void |
|
|
ImportElement ( XmlQualifiedName name, Type desiredMappingType, Type baseType ) : ElementAccessor |
|
|
ImportElement ( XmlSchemaElement element, string identifier, Type desiredMappingType, Type baseType, string ns, bool topLevelElement ) : ElementAccessor |
|
|
ImportElementMember ( XmlSchemaElement element, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, bool repeats, bool &needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements ) : void |
|
|
ImportElementType ( XmlSchemaElement element, string identifier, Type desiredMappingType, Type baseType, string ns ) : TypeMapping |
|
|
ImportEnumeratedChoice ( ElementAccessor choice, string typeNs, string typeName ) : EnumMapping |
|
|
ImportEnumeratedDataType ( XmlSchemaSimpleType dataType, string typeNs, string identifier, TypeFlags flags, bool isList ) : TypeMapping |
|
|
ImportGroup ( XmlSchemaGroupBase group, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, bool mixed, bool &needExplicitOrder, bool allowDuplicates, bool groupRepeats, bool allowUnboundedElements ) : void |
|
|
ImportGroupMembers ( XmlSchemaParticle particle, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, string ns, bool groupRepeats, bool &mixed, bool &needExplicitOrder, bool allowDuplicates, bool allowUnboundedElements ) : void |
|
|
ImportMembersType ( XmlSchemaType type, string typeNs, string identifier ) : MembersMapping |
|
|
ImportNonXsdPrimitiveDataType ( XmlSchemaSimpleType dataType, string ns, TypeFlags flags ) : PrimitiveMapping |
|
|
ImportPrimitiveDataType ( XmlSchemaSimpleType dataType, TypeFlags flags ) : PrimitiveMapping |
|
|
ImportSpecialAttribute ( XmlQualifiedName name, string identifier ) : AttributeAccessor |
|
|
ImportStructDataType ( XmlSchemaSimpleType dataType, string typeNs, string identifier, Type baseType ) : StructMapping |
|
|
ImportStructType ( XmlSchemaType type, string typeNs, string identifier, Type baseType, bool arrayLike ) : StructMapping |
|
|
ImportSubstitutionGroupMember ( XmlSchemaElement element, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, string ns, bool repeats, bool &needExplicitOrder, bool allowDuplicates ) : bool |
|
|
ImportTextMember ( CodeIdentifiers members, CodeIdentifiers membersScope, XmlQualifiedName simpleContentType ) : void |
|
|
ImportType ( XmlQualifiedName name, Type desiredMappingType, Type baseType, TypeFlags flags, bool addref ) : TypeMapping |
|
|
ImportType ( XmlSchemaComplexType type, string typeNs, string identifier, Type desiredMappingType, Type baseType, TypeFlags flags ) : TypeMapping |
|
|
ImportTypeMembers ( XmlSchemaType type, string typeNs, string identifier, CodeIdentifiers members, CodeIdentifiers membersScope, INameScope elementsScope, bool &needExplicitOrder, bool order, bool allowUnboundedElements ) : System.Xml.Serialization.MemberMapping[] |
|
|
ImportXmlnsDeclarationsMember ( XmlSchemaType type, CodeIdentifiers members, CodeIdentifiers membersScope ) : void |
|
|
IsAllGroup ( XmlSchemaType type ) : bool |
|
|
IsCyclicReferencedType ( XmlSchemaElement element, List identifiers ) : bool |
|
|
IsMixed ( XmlSchemaType type ) : bool |
|
|
IsNeedXmlSerializationAttributes ( ArrayMapping arrayMapping ) : bool |
|
|
KeepXmlnsDeclarations ( XmlSchemaType type, string &xmlnsMemberName ) : bool |
|
|
RunSchemaExtensions ( TypeMapping mapping, XmlQualifiedName qname, XmlSchemaType type, XmlSchemaObject context, TypeFlags flags ) : void |
|
|