terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ParseAttlistType()

void System.Xml.DtdParser.ParseAttlistType ( SchemaAttDef attrDef,
SchemaElementDecl elementDecl,
bool ignoreErrors )
inlineprivate

Definition at line 350 of file DtdParser.cs.

351 {
352 int num = 1;
353 int num2 = 1;
354 if (this.GetToken(num != 0) != DtdParser.Token.CDATA)
355 {
357 }
358 XmlSchemaDatatype datatype = attrDef.datatype;
361 if (this.validate && elementDecl.isIdDeclared)
362 {
363 XmlQualifiedName name = attrDef.name;
364 SchemaAttDef attDef = elementDecl.GetAttDef(name);
365 if (attDef != null)
366 {
368 }
369 XmlQualifiedName name2 = elementDecl.name;
370 }
371 int num3 = 1;
373 }
class f__AnonymousType0<< Count > j__TPar
DtdParser.Token GetToken(bool needWhiteSpace)
Definition DtdParser.cs:538
SchemaAttDef GetAttDef(XmlQualifiedName qname)

References System.Xml.Schema.SchemaElementDecl.GetAttDef(), System.Xml.DtdParser.GetToken(), System.Xml.Schema.SchemaElementDecl.isIdDeclared, j__TPar, System.name, System.Xml.Schema.SchemaDeclBase.name, System.Xml.XmlQualifiedName.name, and System.Xml.DtdParser.validate.