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

◆ ProcessElement()

override bool System.Xml.Schema.XsdBuilder.ProcessElement ( string prefix,
string name,
string ns )
inlinepackage

Definition at line 748 of file XsdBuilder.cs.

749 {
750 XmlQualifiedName xmlQualifiedName = new XmlQualifiedName(name, ns);
752 {
753 Push();
754 _xso = null;
755 _currentEntry.InitFunc(this, null);
757 return true;
758 }
760 {
762 }
763 return false;
764 }
static string Sch_UnsupportedElement
Definition SR.cs:426
Definition SR.cs:7
void SendValidationEvent(string code, string arg0, string arg1, string arg2)
bool GetNextState(XmlQualifiedName qname)
bool IsSkipableElement(XmlQualifiedName qname)

References System.Xml.Schema.XsdBuilder._currentEntry, System.Xml.Schema.XsdBuilder._xso, System.Xml.Schema.XsdBuilder.GetNextState(), System.Xml.Schema.XsdBuilder.XsdEntry.InitFunc, System.Xml.Schema.XsdBuilder.IsSkipableElement(), System.Xml.Schema.XsdBuilder.Push(), System.Xml.Schema.XsdBuilder.RecordPosition(), System.SR.Sch_UnsupportedElement, and System.Xml.Schema.XsdBuilder.SendValidationEvent().