218 lines
7.5 KiB
C#
218 lines
7.5 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Xml
|
|
{
|
|
/// <summary>Represents an entity reference node.</summary>
|
|
// Token: 0x02000042 RID: 66
|
|
[Token(Token = "0x2000042")]
|
|
public class XmlEntityReference : XmlLinkedNode
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Xml.XmlEntityReference" /> class.</summary>
|
|
/// <param name="name">The name of the entity reference; see the <see cref="P:System.Xml.XmlEntityReference.Name" /> property.</param>
|
|
/// <param name="doc">The parent XML document.</param>
|
|
// Token: 0x0600030E RID: 782 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x600030E")]
|
|
[Address(RVA = "0x46C5C0", Offset = "0x46B3C0", VA = "0x18046C5C0")]
|
|
protected internal XmlEntityReference(string name, XmlDocument doc)
|
|
{
|
|
}
|
|
|
|
/// <summary>Gets the name of the node.</summary>
|
|
/// <returns>The name of the entity referenced.</returns>
|
|
// Token: 0x1700013C RID: 316
|
|
// (get) Token: 0x0600030F RID: 783 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x1700013C")]
|
|
public override string Name
|
|
{
|
|
[Token(Token = "0x600030F")]
|
|
[Address(RVA = "0x3F6400", Offset = "0x3F5200", VA = "0x1803F6400", Slot = "6")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the local name of the node.</summary>
|
|
/// <returns>For <see langword="XmlEntityReference" /> nodes, this property returns the name of the entity referenced.</returns>
|
|
// Token: 0x1700013D RID: 317
|
|
// (get) Token: 0x06000310 RID: 784 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x1700013D")]
|
|
public override string LocalName
|
|
{
|
|
[Token(Token = "0x6000310")]
|
|
[Address(RVA = "0x3F6400", Offset = "0x3F5200", VA = "0x1803F6400", Slot = "31")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets or sets the value of the node.</summary>
|
|
/// <returns>The value of the node. For <see langword="XmlEntityReference" /> nodes, this property returns <see langword="null" />.</returns>
|
|
/// <exception cref="T:System.ArgumentException">Node is read-only. </exception>
|
|
/// <exception cref="T:System.InvalidOperationException">Setting the property. </exception>
|
|
// Token: 0x1700013E RID: 318
|
|
// (get) Token: 0x06000311 RID: 785 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x06000312 RID: 786 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x1700013E")]
|
|
public override string Value
|
|
{
|
|
[Token(Token = "0x6000311")]
|
|
[Address(RVA = "0x43E630", Offset = "0x43D430", VA = "0x18043E630", Slot = "7")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x6000312")]
|
|
[Address(RVA = "0x46C9A0", Offset = "0x46B7A0", VA = "0x18046C9A0", Slot = "8")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
/// <summary>Gets the type of the node.</summary>
|
|
/// <returns>The node type. For <see langword="XmlEntityReference" /> nodes, the value is XmlNodeType.EntityReference.</returns>
|
|
// Token: 0x1700013F RID: 319
|
|
// (get) Token: 0x06000313 RID: 787 RVA: 0x000032A0 File Offset: 0x000014A0
|
|
[Token(Token = "0x1700013F")]
|
|
public override XmlNodeType NodeType
|
|
{
|
|
[Token(Token = "0x6000313")]
|
|
[Address(RVA = "0x46C990", Offset = "0x46B790", VA = "0x18046C990", Slot = "9")]
|
|
get
|
|
{
|
|
return XmlNodeType.None;
|
|
}
|
|
}
|
|
|
|
/// <summary>Creates a duplicate of this node.</summary>
|
|
/// <param name="deep">
|
|
/// <see langword="true" /> to recursively clone the subtree under the specified node; <see langword="false" /> to clone only the node itself. For <see langword="XmlEntityReference" /> nodes, this method always returns an entity reference node with no children. The replacement text is set when the node is inserted into a parent. </param>
|
|
/// <returns>The cloned node.</returns>
|
|
// Token: 0x06000314 RID: 788 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000314")]
|
|
[Address(RVA = "0x46C3E0", Offset = "0x46B1E0", VA = "0x18046C3E0", Slot = "27")]
|
|
public override XmlNode CloneNode(bool deep)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
/// <summary>Gets a value indicating whether the node is read-only.</summary>
|
|
/// <returns>
|
|
/// <see langword="true" /> if the node is read-only; otherwise <see langword="false" />.Because <see langword="XmlEntityReference" /> nodes are read-only, this property always returns <see langword="true" />.</returns>
|
|
// Token: 0x17000140 RID: 320
|
|
// (get) Token: 0x06000315 RID: 789 RVA: 0x000032B8 File Offset: 0x000014B8
|
|
[Token(Token = "0x17000140")]
|
|
public override bool IsReadOnly
|
|
{
|
|
[Token(Token = "0x6000315")]
|
|
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "32")]
|
|
get
|
|
{
|
|
return default(bool);
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000141 RID: 321
|
|
// (get) Token: 0x06000316 RID: 790 RVA: 0x000032D0 File Offset: 0x000014D0
|
|
[Token(Token = "0x17000141")]
|
|
internal override bool IsContainer
|
|
{
|
|
[Token(Token = "0x6000316")]
|
|
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "18")]
|
|
get
|
|
{
|
|
return default(bool);
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000317 RID: 791 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6000317")]
|
|
[Address(RVA = "0x46C510", Offset = "0x46B310", VA = "0x18046C510", Slot = "39")]
|
|
internal override void SetParent(XmlNode node)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06000318 RID: 792 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x6000318")]
|
|
[Address(RVA = "0x46C4F0", Offset = "0x46B2F0", VA = "0x18046C4F0", Slot = "40")]
|
|
internal override void SetParentForLoad(XmlNode node)
|
|
{
|
|
}
|
|
|
|
// Token: 0x17000142 RID: 322
|
|
// (get) Token: 0x06000319 RID: 793 RVA: 0x00002050 File Offset: 0x00000250
|
|
// (set) Token: 0x0600031A RID: 794 RVA: 0x00002053 File Offset: 0x00000253
|
|
[Token(Token = "0x17000142")]
|
|
internal override XmlLinkedNode LastNode
|
|
{
|
|
[Token(Token = "0x6000319")]
|
|
[Address(RVA = "0x3F63E0", Offset = "0x3F51E0", VA = "0x1803F63E0", Slot = "19")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
[Token(Token = "0x600031A")]
|
|
[Address(RVA = "0x409C60", Offset = "0x408A60", VA = "0x180409C60", Slot = "20")]
|
|
set
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600031B RID: 795 RVA: 0x000032E8 File Offset: 0x000014E8
|
|
[Token(Token = "0x600031B")]
|
|
[Address(RVA = "0x46BB20", Offset = "0x46A920", VA = "0x18046BB20", Slot = "24")]
|
|
internal override bool IsValidChildType(XmlNodeType type)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
/// <summary>Gets the base Uniform Resource Identifier (URI) of the current node.</summary>
|
|
/// <returns>The location from which the node was loaded.</returns>
|
|
// Token: 0x17000143 RID: 323
|
|
// (get) Token: 0x0600031C RID: 796 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000143")]
|
|
public override string BaseURI
|
|
{
|
|
[Token(Token = "0x600031C")]
|
|
[Address(RVA = "0x46C6C0", Offset = "0x46B4C0", VA = "0x18046C6C0", Slot = "36")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600031D RID: 797 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x600031D")]
|
|
[Address(RVA = "0x46C430", Offset = "0x46B230", VA = "0x18046C430")]
|
|
private string ConstructBaseURI(string baseURI, string systemId)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x17000144 RID: 324
|
|
// (get) Token: 0x0600031E RID: 798 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x17000144")]
|
|
internal string ChildBaseURI
|
|
{
|
|
[Token(Token = "0x600031E")]
|
|
[Address(RVA = "0x46C700", Offset = "0x46B500", VA = "0x18046C700")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04000179 RID: 377
|
|
[FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x4000179")]
|
|
private string name;
|
|
|
|
// Token: 0x0400017A RID: 378
|
|
[FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x400017A")]
|
|
private XmlLinkedNode lastChild;
|
|
}
|
|
}
|