m
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml
|
||||
{
|
||||
// Token: 0x02000043 RID: 67
|
||||
[Token(Token = "0x2000043")]
|
||||
internal interface IDtdParser
|
||||
{
|
||||
// Token: 0x060001EE RID: 494
|
||||
[Token(Token = "0x60001EE")]
|
||||
[Address(Slot = "0")]
|
||||
IDtdInfo ParseInternalDtd(IDtdParserAdapter adapter, bool saveInternalSubset);
|
||||
|
||||
// Token: 0x060001EF RID: 495
|
||||
[Token(Token = "0x60001EF")]
|
||||
[Address(Slot = "1")]
|
||||
IDtdInfo ParseFreeFloatingDtd(string baseUri, string docTypeName, string publicId, string systemId, string internalSubset, IDtdParserAdapter adapter);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user