// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Converters.XmlDocumentWrapper

namespace Newtonsoft.Json.Converters
{
public class XmlDocumentWrapper // TypeDefIndex: 10458
{
	// Fields
	type#29140 _document;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#29136 document) { }
	// RVA: -1
	public virtual type#20685 CreateComment(type#26576 data) { }
	// RVA: -1
	public virtual type#20685 CreateTextNode(type#26576 text) { }
	// RVA: -1
	public virtual type#20685 CreateCDataSection(type#26576 data) { }
	// RVA: -1
	public virtual type#20685 CreateWhitespace(type#26576 text) { }
	// RVA: -1
	public virtual type#20685 CreateSignificantWhitespace(type#26576 text) { }
	// RVA: -1
	public virtual type#20685 CreateXmlDeclaration(type#26576 version, type#26576 encoding, type#26576 standalone) { }
	// RVA: -1
	public virtual type#20685 CreateXmlDocumentType(type#26576 name, type#26576 publicId, type#26576 systemId, type#26576 internalSubset) { }
	// RVA: -1
	public virtual type#20685 CreateProcessingInstruction(type#26576 target, type#26576 data) { }
	// RVA: -1
	public virtual type#20677 CreateElement(type#26576 elementName) { }
	// RVA: -1
	public virtual type#20677 CreateElement(type#26576 qualifiedName, type#26576 namespaceUri) { }
	// RVA: -1
	public virtual type#20685 CreateAttribute(type#26576 name, type#26576 value) { }
	// RVA: -1
	public virtual type#20685 CreateAttribute(type#26576 qualifiedName, type#26576 namespaceUri, type#26576 value) { }
	// RVA: -1
	public virtual type#20677 get_DocumentElement() { }
}
}
