Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HandleAttributeGroup()

void System.Data.XSDSchema.HandleAttributeGroup ( XmlSchemaAttributeGroup attributeGroup,
DataTable table,
bool isBase )
inlineprivate

Definition at line 925 of file XSDSchema.cs.

926 {
927 foreach (XmlSchemaObject attribute in attributeGroup.Attributes)
928 {
930 {
932 continue;
933 }
936 if (xmlSchemaAttributeGroup != null)
937 {
939 }
940 }
941 }
void HandleAttributeGroup(XmlSchemaAttributeGroup attributeGroup, DataTable table, bool isBase)
Definition XSDSchema.cs:925
void HandleAttributeColumn(XmlSchemaAttribute attrib, DataTable table, bool isBase)
Hashtable _attributeGroups
Definition XSDSchema.cs:57

References System.Data.XSDSchema._attributeGroups, System.Xml.Dictionary, System.Data.XSDSchema.HandleAttributeColumn(), and System.Data.XSDSchema.HandleAttributeGroup().

Referenced by System.Data.XSDSchema.HandleAttributeGroup(), and System.Data.XSDSchema.HandleAttributes().