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

◆ HandleRelations()

void System.Data.XSDSchema.HandleRelations ( XmlSchemaAnnotation ann,
bool fNested )
inlineprivate

Definition at line 780 of file XSDSchema.cs.

781 {
782 foreach (XmlSchemaObject item in ann.Items)
783 {
784 if (!(item is XmlSchemaAppInfo))
785 {
786 continue;
787 }
788 XmlNode[] markup = ((XmlSchemaAppInfo)item).Markup;
789 for (int i = 0; i < markup.Length; i++)
790 {
791 if (XMLSchema.FEqualIdentity(markup[i], "Relationship", "urn:schemas-microsoft-com:xml-msdata"))
792 {
794 }
795 }
796 }
797 }
void HandleRelation(XmlElement node, bool fNested)
Definition XSDSchema.cs:387

References System.Data.XMLSchema.FEqualIdentity(), System.Data.XSDSchema.HandleRelation(), and System.item.

Referenced by System.Data.XSDSchema.HandleParticle(), and System.Data.XSDSchema.LoadSchema().