m
This commit is contained in:
@@ -0,0 +1,627 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Schema
|
||||
{
|
||||
/// <summary>Contains a cache of XML Schema definition language (XSD) schemas.</summary>
|
||||
// Token: 0x02000253 RID: 595
|
||||
[Token(Token = "0x2000253")]
|
||||
public class XmlSchemaSet
|
||||
{
|
||||
// Token: 0x1700067C RID: 1660
|
||||
// (get) Token: 0x060016EC RID: 5868 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x1700067C")]
|
||||
internal object InternalSyncObject
|
||||
{
|
||||
[Token(Token = "0x60016EC")]
|
||||
[Address(RVA = "0x841C70", Offset = "0x840C70", VA = "0x180841C70")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> class.</summary>
|
||||
// Token: 0x060016ED RID: 5869 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60016ED")]
|
||||
[Address(RVA = "0x8417B0", Offset = "0x8407B0", VA = "0x1808417B0")]
|
||||
public XmlSchemaSet()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> class with the specified <see cref="T:System.Xml.XmlNameTable" />.</summary>
|
||||
/// <param name="nameTable">The <see cref="T:System.Xml.XmlNameTable" /> object to use.</param>
|
||||
/// <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlNameTable" /> object passed as a parameter is <see langword="null" />.</exception>
|
||||
// Token: 0x060016EE RID: 5870 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60016EE")]
|
||||
[Address(RVA = "0x841810", Offset = "0x840810", VA = "0x180841810")]
|
||||
public XmlSchemaSet(XmlNameTable nameTable)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Specifies an event handler for receiving information about XML Schema definition language (XSD) schema validation errors.</summary>
|
||||
// Token: 0x14000001 RID: 1
|
||||
// (add) Token: 0x060016EF RID: 5871 RVA: 0x00002053 File Offset: 0x00000253
|
||||
// (remove) Token: 0x060016F0 RID: 5872 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x14000001")]
|
||||
public event ValidationEventHandler ValidationEventHandler
|
||||
{
|
||||
[Token(Token = "0x60016EF")]
|
||||
[Address(RVA = "0x841A30", Offset = "0x840A30", VA = "0x180841A30")]
|
||||
add
|
||||
{
|
||||
}
|
||||
[Token(Token = "0x60016F0")]
|
||||
[Address(RVA = "0x841DD0", Offset = "0x840DD0", VA = "0x180841DD0")]
|
||||
remove
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets a value that indicates whether the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> have been compiled.</summary>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if the schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> have been compiled since the last time a schema was added or removed from the <see cref="T:System.Xml.Schema.XmlSchemaSet" />; otherwise, <see langword="false" />.</returns>
|
||||
// Token: 0x1700067D RID: 1661
|
||||
// (get) Token: 0x060016F1 RID: 5873 RVA: 0x00009C60 File Offset: 0x00007E60
|
||||
[Token(Token = "0x1700067D")]
|
||||
public bool IsCompiled
|
||||
{
|
||||
[Token(Token = "0x60016F1")]
|
||||
[Address(RVA = "0x417650", Offset = "0x416650", VA = "0x180417650")]
|
||||
get
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Sets the <see cref="T:System.Xml.XmlResolver" /> used to resolve namespaces or locations referenced in include and import elements of a schema.</summary>
|
||||
/// <returns>The <see cref="T:System.Xml.XmlResolver" /> used to resolve namespaces or locations referenced in include and import elements of a schema.</returns>
|
||||
// Token: 0x1700067E RID: 1662
|
||||
// (set) Token: 0x060016F2 RID: 5874 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x1700067E")]
|
||||
public XmlResolver XmlResolver
|
||||
{
|
||||
[Token(Token = "0x60016F2")]
|
||||
[Address(RVA = "0x841E50", Offset = "0x840E50", VA = "0x180841E50")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings" /> for the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <returns>The <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings" /> for the <see cref="T:System.Xml.Schema.XmlSchemaSet" />. The default is an <see cref="T:System.Xml.Schema.XmlSchemaCompilationSettings" /> instance with the <see cref="P:System.Xml.Schema.XmlSchemaCompilationSettings.EnableUpaCheck" /> property set to <see langword="true" />.</returns>
|
||||
// Token: 0x1700067F RID: 1663
|
||||
// (get) Token: 0x060016F3 RID: 5875 RVA: 0x00002050 File Offset: 0x00000250
|
||||
// (set) Token: 0x060016F4 RID: 5876 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x1700067F")]
|
||||
public XmlSchemaCompilationSettings CompilationSettings
|
||||
{
|
||||
[Token(Token = "0x60016F3")]
|
||||
[Address(RVA = "0x4177C0", Offset = "0x4167C0", VA = "0x1804177C0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
[Token(Token = "0x60016F4")]
|
||||
[Address(RVA = "0x417AB0", Offset = "0x416AB0", VA = "0x180417AB0")]
|
||||
set
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets the number of logical XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <returns>The number of logical schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</returns>
|
||||
// Token: 0x17000680 RID: 1664
|
||||
// (get) Token: 0x060016F5 RID: 5877 RVA: 0x00009C78 File Offset: 0x00007E78
|
||||
[Token(Token = "0x17000680")]
|
||||
public int Count
|
||||
{
|
||||
[Token(Token = "0x60016F5")]
|
||||
[Address(RVA = "0x841AF0", Offset = "0x840AF0", VA = "0x180841AF0")]
|
||||
get
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets all the global elements in all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <returns>The collection of global elements.</returns>
|
||||
// Token: 0x17000681 RID: 1665
|
||||
// (get) Token: 0x060016F6 RID: 5878 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000681")]
|
||||
public XmlSchemaObjectTable GlobalElements
|
||||
{
|
||||
[Token(Token = "0x60016F6")]
|
||||
[Address(RVA = "0x841B90", Offset = "0x840B90", VA = "0x180841B90")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets all the global attributes in all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <returns>The collection of global attributes.</returns>
|
||||
// Token: 0x17000682 RID: 1666
|
||||
// (get) Token: 0x060016F7 RID: 5879 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000682")]
|
||||
public XmlSchemaObjectTable GlobalAttributes
|
||||
{
|
||||
[Token(Token = "0x60016F7")]
|
||||
[Address(RVA = "0x841B20", Offset = "0x840B20", VA = "0x180841B20")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Gets all of the global simple and complex types in all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <returns>The collection of global simple and complex types.</returns>
|
||||
// Token: 0x17000683 RID: 1667
|
||||
// (get) Token: 0x060016F8 RID: 5880 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000683")]
|
||||
public XmlSchemaObjectTable GlobalTypes
|
||||
{
|
||||
[Token(Token = "0x60016F8")]
|
||||
[Address(RVA = "0x841C00", Offset = "0x840C00", VA = "0x180841C00")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000684 RID: 1668
|
||||
// (get) Token: 0x060016F9 RID: 5881 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000684")]
|
||||
internal XmlSchemaObjectTable SubstitutionGroups
|
||||
{
|
||||
[Token(Token = "0x60016F9")]
|
||||
[Address(RVA = "0x841CF0", Offset = "0x840CF0", VA = "0x180841CF0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000685 RID: 1669
|
||||
// (get) Token: 0x060016FA RID: 5882 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000685")]
|
||||
internal Hashtable SchemaLocations
|
||||
{
|
||||
[Token(Token = "0x60016FA")]
|
||||
[Address(RVA = "0x417680", Offset = "0x416680", VA = "0x180417680")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000686 RID: 1670
|
||||
// (get) Token: 0x060016FB RID: 5883 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000686")]
|
||||
internal XmlSchemaObjectTable TypeExtensions
|
||||
{
|
||||
[Token(Token = "0x60016FB")]
|
||||
[Address(RVA = "0x841D60", Offset = "0x840D60", VA = "0x180841D60")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Adds all the XML Schema definition language (XSD) schemas in the given <see cref="T:System.Xml.Schema.XmlSchemaSet" /> to the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <param name="schemas">The <see cref="T:System.Xml.Schema.XmlSchemaSet" /> object.</param>
|
||||
/// <exception cref="T:System.Xml.Schema.XmlSchemaException">A schema in the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> is not valid.</exception>
|
||||
/// <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.Schema.XmlSchemaSet" /> object passed as a parameter is <see langword="null" />.</exception>
|
||||
// Token: 0x060016FC RID: 5884 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60016FC")]
|
||||
[Address(RVA = "0x83B8A0", Offset = "0x83A8A0", VA = "0x18083B8A0")]
|
||||
public void Add(XmlSchemaSet schemas)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Adds the given <see cref="T:System.Xml.Schema.XmlSchema" /> to the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <param name="schema">The <see cref="T:System.Xml.Schema.XmlSchema" /> object to add to the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
|
||||
/// <returns>An <see cref="T:System.Xml.Schema.XmlSchema" /> object if the schema is valid. If the schema is not valid and a <see cref="T:System.Xml.Schema.ValidationEventHandler" /> is specified, then <see langword="null" /> is returned and the appropriate validation event is raised. Otherwise, an <see cref="T:System.Xml.Schema.XmlSchemaException" /> is thrown.</returns>
|
||||
/// <exception cref="T:System.Xml.Schema.XmlSchemaException">The schema is not valid.</exception>
|
||||
/// <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.Schema.XmlSchema" /> object passed as a parameter is <see langword="null" />.</exception>
|
||||
// Token: 0x060016FD RID: 5885 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60016FD")]
|
||||
[Address(RVA = "0x83BF90", Offset = "0x83AF90", VA = "0x18083BF90")]
|
||||
public XmlSchema Add(XmlSchema schema)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Removes the specified XML Schema definition language (XSD) schema and all the schemas it imports from the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <param name="schemaToRemove">The <see cref="T:System.Xml.Schema.XmlSchema" /> object to remove from the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</param>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if the <see cref="T:System.Xml.Schema.XmlSchema" /> object and all its imports were successfully removed; otherwise, <see langword="false" />.</returns>
|
||||
/// <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.Schema.XmlSchema" /> passed as a parameter is <see langword="null" />.</exception>
|
||||
// Token: 0x060016FE RID: 5886 RVA: 0x00009C90 File Offset: 0x00007E90
|
||||
[Token(Token = "0x60016FE")]
|
||||
[Address(RVA = "0x83F070", Offset = "0x83E070", VA = "0x18083F070")]
|
||||
public bool RemoveRecursive(XmlSchema schemaToRemove)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
/// <summary>Indicates whether an XML Schema definition language (XSD) schema with the specified target namespace URI is in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <param name="targetNamespace">The schema targetNamespace property.</param>
|
||||
/// <returns>
|
||||
/// <see langword="true" /> if a schema with the specified target namespace URI is in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />; otherwise, <see langword="false" />.</returns>
|
||||
// Token: 0x060016FF RID: 5887 RVA: 0x00009CA8 File Offset: 0x00007EA8
|
||||
[Token(Token = "0x60016FF")]
|
||||
[Address(RVA = "0x83CC90", Offset = "0x83BC90", VA = "0x18083CC90")]
|
||||
public bool Contains(string targetNamespace)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
/// <summary>Compiles the XML Schema definition language (XSD) schemas added to the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> into one logical schema.</summary>
|
||||
/// <exception cref="T:System.Xml.Schema.XmlSchemaException">An error occurred when validating and compiling the schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</exception>
|
||||
// Token: 0x06001700 RID: 5888 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001700")]
|
||||
[Address(RVA = "0x83C7E0", Offset = "0x83B7E0", VA = "0x18083C7E0")]
|
||||
public void Compile()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Reprocesses an XML Schema definition language (XSD) schema that already exists in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <param name="schema">The schema to reprocess.</param>
|
||||
/// <returns>An <see cref="T:System.Xml.Schema.XmlSchema" /> object if the schema is a valid schema. If the schema is not valid and a <see cref="T:System.Xml.Schema.ValidationEventHandler" /> is specified, <see langword="null" /> is returned and the appropriate validation event is raised. Otherwise, an <see cref="T:System.Xml.Schema.XmlSchemaException" /> is thrown.</returns>
|
||||
/// <exception cref="T:System.Xml.Schema.XmlSchemaException">The schema is not valid.</exception>
|
||||
/// <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.Schema.XmlSchema" /> object passed as a parameter is <see langword="null" />.</exception>
|
||||
/// <exception cref="T:System.ArgumentException">The <see cref="T:System.Xml.Schema.XmlSchema" /> object passed as a parameter does not already exist in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</exception>
|
||||
// Token: 0x06001701 RID: 5889 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001701")]
|
||||
[Address(RVA = "0x840AB0", Offset = "0x83FAB0", VA = "0x180840AB0")]
|
||||
public XmlSchema Reprocess(XmlSchema schema)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Copies all the <see cref="T:System.Xml.Schema.XmlSchema" /> objects from the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> to the given array, starting at the given index.</summary>
|
||||
/// <param name="schemas">The array to copy the objects to.</param>
|
||||
/// <param name="index">The index in the array where copying will begin.</param>
|
||||
// Token: 0x06001702 RID: 5890 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001702")]
|
||||
[Address(RVA = "0x83E000", Offset = "0x83D000", VA = "0x18083E000")]
|
||||
public void CopyTo(XmlSchema[] schemas, int index)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Returns a collection of all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" />.</summary>
|
||||
/// <returns>An <see cref="T:System.Collections.ICollection" /> object containing all the schemas that have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet" />. If no schemas have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet" />, an empty <see cref="T:System.Collections.ICollection" /> object is returned.</returns>
|
||||
// Token: 0x06001703 RID: 5891 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001703")]
|
||||
[Address(RVA = "0x8415F0", Offset = "0x8405F0", VA = "0x1808415F0")]
|
||||
public ICollection Schemas()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>Returns a collection of all the XML Schema definition language (XSD) schemas in the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> that belong to the given namespace.</summary>
|
||||
/// <param name="targetNamespace">The schema targetNamespace property.</param>
|
||||
/// <returns>An <see cref="T:System.Collections.ICollection" /> object containing all the schemas that have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet" /> that belong to the given namespace. If no schemas have been added to the <see cref="T:System.Xml.Schema.XmlSchemaSet" />, an empty <see cref="T:System.Collections.ICollection" /> object is returned.</returns>
|
||||
// Token: 0x06001704 RID: 5892 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001704")]
|
||||
[Address(RVA = "0x841440", Offset = "0x840440", VA = "0x180841440")]
|
||||
public ICollection Schemas(string targetNamespace)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001705 RID: 5893 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001705")]
|
||||
[Address(RVA = "0x83BF30", Offset = "0x83AF30", VA = "0x18083BF30")]
|
||||
private XmlSchema Add(string targetNamespace, XmlSchema schema)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001706 RID: 5894 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001706")]
|
||||
[Address(RVA = "0x83C130", Offset = "0x83B130", VA = "0x18083C130")]
|
||||
internal void Add(string targetNamespace, XmlReader reader, Hashtable validatedNamespaces)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001707 RID: 5895 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001707")]
|
||||
[Address(RVA = "0x83E170", Offset = "0x83D170", VA = "0x18083E170")]
|
||||
internal XmlSchema FindSchemaByNSAndUrl(Uri schemaUri, string ns, DictionaryEntry[] locationsTable)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001708 RID: 5896 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001708")]
|
||||
[Address(RVA = "0x83B200", Offset = "0x83A200", VA = "0x18083B200")]
|
||||
private void AddSchemaToSet(XmlSchema schema)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001709 RID: 5897 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001709")]
|
||||
[Address(RVA = "0x83ED70", Offset = "0x83DD70", VA = "0x18083ED70")]
|
||||
private void ProcessNewSubstitutionGroups(XmlSchemaObjectTable substitutionGroupsTable, bool resolve)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600170A RID: 5898 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600170A")]
|
||||
[Address(RVA = "0x8410C0", Offset = "0x8400C0", VA = "0x1808410C0")]
|
||||
private void ResolveSubstitutionGroup(XmlSchemaSubstitutionGroup substitutionGroup, XmlSchemaObjectTable substTable)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600170B RID: 5899 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600170B")]
|
||||
[Address(RVA = "0x840790", Offset = "0x83F790", VA = "0x180840790")]
|
||||
internal XmlSchema Remove(XmlSchema schema, bool forceCompile)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x0600170C RID: 5900 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600170C")]
|
||||
[Address(RVA = "0x83C4B0", Offset = "0x83B4B0", VA = "0x18083C4B0")]
|
||||
private void ClearTables()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600170D RID: 5901 RVA: 0x00009CC0 File Offset: 0x00007EC0
|
||||
[Token(Token = "0x600170D")]
|
||||
[Address(RVA = "0x83EC00", Offset = "0x83DC00", VA = "0x18083EC00")]
|
||||
internal bool PreprocessSchema(ref XmlSchema schema, string targetNamespace)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x0600170E RID: 5902 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x600170E")]
|
||||
[Address(RVA = "0x83EAD0", Offset = "0x83DAD0", VA = "0x18083EAD0")]
|
||||
internal XmlSchema ParseSchema(string targetNamespace, XmlReader reader)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x0600170F RID: 5903 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600170F")]
|
||||
[Address(RVA = "0x83CD10", Offset = "0x83BD10", VA = "0x18083CD10")]
|
||||
internal void CopyFromCompiledSet(XmlSchemaSet otherSet)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17000687 RID: 1671
|
||||
// (get) Token: 0x06001710 RID: 5904 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000687")]
|
||||
internal SchemaInfo CompiledInfo
|
||||
{
|
||||
[Token(Token = "0x6001710")]
|
||||
[Address(RVA = "0x417720", Offset = "0x416720", VA = "0x180417720")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17000688 RID: 1672
|
||||
// (get) Token: 0x06001711 RID: 5905 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000688")]
|
||||
internal XmlReaderSettings ReaderSettings
|
||||
{
|
||||
[Token(Token = "0x6001711")]
|
||||
[Address(RVA = "0x4177D0", Offset = "0x4167D0", VA = "0x1804177D0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06001712 RID: 5906 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001712")]
|
||||
[Address(RVA = "0x83E3A0", Offset = "0x83D3A0", VA = "0x18083E3A0")]
|
||||
internal XmlResolver GetResolver()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001713 RID: 5907 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001713")]
|
||||
[Address(RVA = "0x4157E0", Offset = "0x4147E0", VA = "0x1804157E0")]
|
||||
internal ValidationEventHandler GetEventHandler()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001714 RID: 5908 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001714")]
|
||||
[Address(RVA = "0x83E550", Offset = "0x83D550", VA = "0x18083E550")]
|
||||
internal SchemaNames GetSchemaNames(XmlNameTable nt)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06001715 RID: 5909 RVA: 0x00009CD8 File Offset: 0x00007ED8
|
||||
[Token(Token = "0x6001715")]
|
||||
[Address(RVA = "0x83E6A0", Offset = "0x83D6A0", VA = "0x18083E6A0")]
|
||||
internal bool IsSchemaLoaded(Uri schemaUri, string targetNamespace, out XmlSchema schema)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001716 RID: 5910 RVA: 0x00009CF0 File Offset: 0x00007EF0
|
||||
[Token(Token = "0x6001716")]
|
||||
[Address(RVA = "0x83E3C0", Offset = "0x83D3C0", VA = "0x18083E3C0")]
|
||||
internal bool GetSchemaByUri(Uri schemaUri, out XmlSchema schema)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x06001717 RID: 5911 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6001717")]
|
||||
[Address(RVA = "0x83E5F0", Offset = "0x83D5F0", VA = "0x18083E5F0")]
|
||||
internal string GetTargetNamespace(XmlSchema schema)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x17000689 RID: 1673
|
||||
// (get) Token: 0x06001718 RID: 5912 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x17000689")]
|
||||
internal SortedList SortedSchemas
|
||||
{
|
||||
[Token(Token = "0x6001718")]
|
||||
[Address(RVA = "0x4157C0", Offset = "0x4147C0", VA = "0x1804157C0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06001719 RID: 5913 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6001719")]
|
||||
[Address(RVA = "0x83F8B0", Offset = "0x83E8B0", VA = "0x18083F8B0")]
|
||||
private void RemoveSchemaFromCaches(XmlSchema schema)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600171A RID: 5914 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600171A")]
|
||||
[Address(RVA = "0x83FD30", Offset = "0x83ED30", VA = "0x18083FD30")]
|
||||
private void RemoveSchemaFromGlobalTables(XmlSchema schema)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600171B RID: 5915 RVA: 0x00009D08 File Offset: 0x00007F08
|
||||
[Token(Token = "0x600171B")]
|
||||
[Address(RVA = "0x83B5D0", Offset = "0x83A5D0", VA = "0x18083B5D0")]
|
||||
private bool AddToTable(XmlSchemaObjectTable table, XmlQualifiedName qname, XmlSchemaObject item)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
|
||||
// Token: 0x0600171C RID: 5916 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600171C")]
|
||||
[Address(RVA = "0x8416D0", Offset = "0x8406D0", VA = "0x1808416D0")]
|
||||
private void VerifyTables()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600171D RID: 5917 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600171D")]
|
||||
[Address(RVA = "0x83E640", Offset = "0x83D640", VA = "0x18083E640")]
|
||||
private void InternalValidationCallback(object sender, ValidationEventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600171E RID: 5918 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600171E")]
|
||||
[Address(RVA = "0x841620", Offset = "0x840620", VA = "0x180841620")]
|
||||
private void SendValidationEvent(XmlSchemaException e, XmlSeverityType severity)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000C6E RID: 3182
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000C6E")]
|
||||
private XmlNameTable nameTable;
|
||||
|
||||
// Token: 0x04000C6F RID: 3183
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000C6F")]
|
||||
private SchemaNames schemaNames;
|
||||
|
||||
// Token: 0x04000C70 RID: 3184
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4000C70")]
|
||||
private SortedList schemas;
|
||||
|
||||
// Token: 0x04000C71 RID: 3185
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4000C71")]
|
||||
private ValidationEventHandler internalEventHandler;
|
||||
|
||||
// Token: 0x04000C72 RID: 3186
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x4000C72")]
|
||||
private ValidationEventHandler eventHandler;
|
||||
|
||||
// Token: 0x04000C73 RID: 3187
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x4000C73")]
|
||||
private bool isCompiled;
|
||||
|
||||
// Token: 0x04000C74 RID: 3188
|
||||
[FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x4000C74")]
|
||||
private Hashtable schemaLocations;
|
||||
|
||||
// Token: 0x04000C75 RID: 3189
|
||||
[FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4000C75")]
|
||||
private Hashtable chameleonSchemas;
|
||||
|
||||
// Token: 0x04000C76 RID: 3190
|
||||
[FieldOffset(Offset = "0x50")]
|
||||
[Token(Token = "0x4000C76")]
|
||||
private Hashtable targetNamespaces;
|
||||
|
||||
// Token: 0x04000C77 RID: 3191
|
||||
[FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x4000C77")]
|
||||
private bool compileAll;
|
||||
|
||||
// Token: 0x04000C78 RID: 3192
|
||||
[FieldOffset(Offset = "0x60")]
|
||||
[Token(Token = "0x4000C78")]
|
||||
private SchemaInfo cachedCompiledInfo;
|
||||
|
||||
// Token: 0x04000C79 RID: 3193
|
||||
[FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x4000C79")]
|
||||
private XmlReaderSettings readerSettings;
|
||||
|
||||
// Token: 0x04000C7A RID: 3194
|
||||
[FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x4000C7A")]
|
||||
private XmlSchema schemaForSchema;
|
||||
|
||||
// Token: 0x04000C7B RID: 3195
|
||||
[FieldOffset(Offset = "0x78")]
|
||||
[Token(Token = "0x4000C7B")]
|
||||
private XmlSchemaCompilationSettings compilationSettings;
|
||||
|
||||
// Token: 0x04000C7C RID: 3196
|
||||
[FieldOffset(Offset = "0x80")]
|
||||
[Token(Token = "0x4000C7C")]
|
||||
internal XmlSchemaObjectTable elements;
|
||||
|
||||
// Token: 0x04000C7D RID: 3197
|
||||
[FieldOffset(Offset = "0x88")]
|
||||
[Token(Token = "0x4000C7D")]
|
||||
internal XmlSchemaObjectTable attributes;
|
||||
|
||||
// Token: 0x04000C7E RID: 3198
|
||||
[FieldOffset(Offset = "0x90")]
|
||||
[Token(Token = "0x4000C7E")]
|
||||
internal XmlSchemaObjectTable schemaTypes;
|
||||
|
||||
// Token: 0x04000C7F RID: 3199
|
||||
[FieldOffset(Offset = "0x98")]
|
||||
[Token(Token = "0x4000C7F")]
|
||||
internal XmlSchemaObjectTable substitutionGroups;
|
||||
|
||||
// Token: 0x04000C80 RID: 3200
|
||||
[FieldOffset(Offset = "0xA0")]
|
||||
[Token(Token = "0x4000C80")]
|
||||
private XmlSchemaObjectTable typeExtensions;
|
||||
|
||||
// Token: 0x04000C81 RID: 3201
|
||||
[FieldOffset(Offset = "0xA8")]
|
||||
[Token(Token = "0x4000C81")]
|
||||
private object internalSyncObject;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user