using System;
using System.Xml.Schema;
using Cpp2IlInjected;
namespace System.Xml
{
/// Represents the document type declaration.
// Token: 0x0200003F RID: 63
[Token(Token = "0x200003F")]
public class XmlDocumentType : XmlLinkedNode
{
/// Initializes a new instance of the class.
/// The qualified name; see the property.
/// The public identifier; see the property.
/// The system identifier; see the property.
/// The DTD internal subset; see the property.
/// The parent document.
// Token: 0x060002D2 RID: 722 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60002D2")]
[Address(RVA = "0x4669C0", Offset = "0x4657C0", VA = "0x1804669C0")]
protected internal XmlDocumentType(string name, string publicId, string systemId, string internalSubset, XmlDocument doc)
{
}
/// Gets the qualified name of the node.
/// For DocumentType nodes, this property returns the name of the document type.
// Token: 0x17000117 RID: 279
// (get) Token: 0x060002D3 RID: 723 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000117")]
public override string Name
{
[Token(Token = "0x60002D3")]
[Address(RVA = "0x3F6400", Offset = "0x3F5200", VA = "0x1803F6400", Slot = "6")]
get
{
return null;
}
}
/// Gets the local name of the node.
/// For DocumentType nodes, this property returns the name of the document type.
// Token: 0x17000118 RID: 280
// (get) Token: 0x060002D4 RID: 724 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000118")]
public override string LocalName
{
[Token(Token = "0x60002D4")]
[Address(RVA = "0x3F6400", Offset = "0x3F5200", VA = "0x1803F6400", Slot = "31")]
get
{
return null;
}
}
/// Gets the type of the current node.
/// For DocumentType nodes, this value is XmlNodeType.DocumentType.
// Token: 0x17000119 RID: 281
// (get) Token: 0x060002D5 RID: 725 RVA: 0x00003180 File Offset: 0x00001380
[Token(Token = "0x17000119")]
public override XmlNodeType NodeType
{
[Token(Token = "0x60002D5")]
[Address(RVA = "0x466B10", Offset = "0x465910", VA = "0x180466B10", Slot = "9")]
get
{
return XmlNodeType.None;
}
}
/// Creates a duplicate of this node.
///
/// to recursively clone the subtree under the specified node; to clone only the node itself. For document type nodes, the cloned node always includes the subtree, regardless of the parameter setting.
/// The cloned node.
// Token: 0x060002D6 RID: 726 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60002D6")]
[Address(RVA = "0x466960", Offset = "0x465760", VA = "0x180466960", Slot = "27")]
public override XmlNode CloneNode(bool deep)
{
return null;
}
/// Gets a value indicating whether the node is read-only.
///
/// if the node is read-only; otherwise .Because DocumentType nodes are read-only, this property always returns .
// Token: 0x1700011A RID: 282
// (get) Token: 0x060002D7 RID: 727 RVA: 0x00003198 File Offset: 0x00001398
[Token(Token = "0x1700011A")]
public override bool IsReadOnly
{
[Token(Token = "0x60002D7")]
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "32")]
get
{
return default(bool);
}
}
/// Gets the collection of nodes declared in the document type declaration.
/// An containing the nodes. The returned is read-only.
// Token: 0x1700011B RID: 283
// (get) Token: 0x060002D8 RID: 728 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700011B")]
public XmlNamedNodeMap Entities
{
[Token(Token = "0x60002D8")]
[Address(RVA = "0x466AA0", Offset = "0x4658A0", VA = "0x180466AA0")]
get
{
return null;
}
}
/// Gets the collection of nodes present in the document type declaration.
/// An containing the nodes. The returned is read-only.
// Token: 0x1700011C RID: 284
// (get) Token: 0x060002D9 RID: 729 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700011C")]
public XmlNamedNodeMap Notations
{
[Token(Token = "0x60002D9")]
[Address(RVA = "0x466B20", Offset = "0x465920", VA = "0x180466B20")]
get
{
return null;
}
}
/// Gets the value of the public identifier on the DOCTYPE declaration.
/// The public identifier on the DOCTYPE. If there is no public identifier, is returned.
// Token: 0x1700011D RID: 285
// (get) Token: 0x060002DA RID: 730 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700011D")]
public string PublicId
{
[Token(Token = "0x60002DA")]
[Address(RVA = "0x3F63E0", Offset = "0x3F51E0", VA = "0x1803F63E0")]
get
{
return null;
}
}
/// Gets the value of the system identifier on the DOCTYPE declaration.
/// The system identifier on the DOCTYPE. If there is no system identifier, is returned.
// Token: 0x1700011E RID: 286
// (get) Token: 0x060002DB RID: 731 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700011E")]
public string SystemId
{
[Token(Token = "0x60002DB")]
[Address(RVA = "0x3FA180", Offset = "0x3F8F80", VA = "0x1803FA180")]
get
{
return null;
}
}
/// Gets the value of the document type definition (DTD) internal subset on the DOCTYPE declaration.
/// The DTD internal subset on the DOCTYPE. If there is no DTD internal subset, String.Empty is returned.
// Token: 0x1700011F RID: 287
// (get) Token: 0x060002DC RID: 732 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700011F")]
public string InternalSubset
{
[Token(Token = "0x60002DC")]
[Address(RVA = "0x3F63D0", Offset = "0x3F51D0", VA = "0x1803F63D0")]
get
{
return null;
}
}
// Token: 0x17000120 RID: 288
// (get) Token: 0x060002DD RID: 733 RVA: 0x000031B0 File Offset: 0x000013B0
[Token(Token = "0x17000120")]
internal bool ParseWithNamespaces
{
[Token(Token = "0x60002DD")]
[Address(RVA = "0x4363F0", Offset = "0x4351F0", VA = "0x1804363F0")]
get
{
return default(bool);
}
}
// Token: 0x17000121 RID: 289
// (get) Token: 0x060002DE RID: 734 RVA: 0x00002050 File Offset: 0x00000250
// (set) Token: 0x060002DF RID: 735 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x17000121")]
internal SchemaInfo DtdSchemaInfo
{
[Token(Token = "0x60002DE")]
[Address(RVA = "0x423D40", Offset = "0x422B40", VA = "0x180423D40")]
get
{
return null;
}
[Token(Token = "0x60002DF")]
[Address(RVA = "0x466B90", Offset = "0x465990", VA = "0x180466B90")]
set
{
}
}
// Token: 0x04000166 RID: 358
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000166")]
private string name;
// Token: 0x04000167 RID: 359
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000167")]
private string publicId;
// Token: 0x04000168 RID: 360
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x4000168")]
private string systemId;
// Token: 0x04000169 RID: 361
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4000169")]
private string internalSubset;
// Token: 0x0400016A RID: 362
[FieldOffset(Offset = "0x40")]
[Token(Token = "0x400016A")]
private bool namespaces;
// Token: 0x0400016B RID: 363
[FieldOffset(Offset = "0x48")]
[Token(Token = "0x400016B")]
private XmlNamedNodeMap entities;
// Token: 0x0400016C RID: 364
[FieldOffset(Offset = "0x50")]
[Token(Token = "0x400016C")]
private XmlNamedNodeMap notations;
// Token: 0x0400016D RID: 365
[FieldOffset(Offset = "0x58")]
[Token(Token = "0x400016D")]
private SchemaInfo schemaInfo;
}
}