// Assembly: System.Xml
// Full name: System.Xml.QueryOutputWriter

namespace System.Xml
{
public class QueryOutputWriter // TypeDefIndex: 6629
{
	// Fields
	type#29243 wrapped;
	type#15314 inCDataSection;
	type#4915 lookupCDataElems;
	type#15283 bitsCData;
	type#29235 qnameCData;
	type#15314 outputDocType;
	type#15314 checkWellFormedDoc;
	type#15314 hasDocElem;
	type#15314 inAttr;
	type#26577 systemId;
	type#26577 publicId;
	type#20868 depth;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#29242 writer, type#29544 settings) { }
	// RVA: -1
	internal virtual type#28660 set_NamespaceResolver(type#20681 value) { }
	// RVA: -1
	internal virtual type#28660 WriteXmlDeclaration(type#29471 standalone) { }
	// RVA: -1
	internal virtual type#28660 WriteXmlDeclaration(type#26576 xmldecl) { }
	// RVA: -1
	public virtual type#28660 WriteDocType(type#26576 name, type#26576 pubid, type#26576 sysid, type#26576 subset) { }
	// RVA: -1
	public virtual type#28660 WriteStartElement(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	internal virtual type#28660 WriteEndElement(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	internal virtual type#28660 WriteFullEndElement(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	internal virtual type#28660 StartElementContent() { }
	// RVA: -1
	public virtual type#28660 WriteStartAttribute(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	public virtual type#28660 WriteEndAttribute() { }
	// RVA: -1
	internal virtual type#28660 WriteNamespaceDeclaration(type#26576 prefix, type#26576 ns) { }
	// RVA: -1
	internal virtual type#15313 get_SupportsNamespaceDeclarationInChunks() { }
	// RVA: -1
	internal virtual type#28660 WriteStartNamespaceDeclaration(type#26576 prefix) { }
	// RVA: -1
	internal virtual type#28660 WriteEndNamespaceDeclaration() { }
	// RVA: -1
	public virtual type#28660 WriteCData(type#26576 text) { }
	// RVA: -1
	public virtual type#28660 WriteComment(type#26576 text) { }
	// RVA: -1
	public virtual type#28660 WriteProcessingInstruction(type#26576 name, type#26576 text) { }
	// RVA: -1
	public virtual type#28660 WriteWhitespace(type#26576 ws) { }
	// RVA: -1
	public virtual type#28660 WriteString(type#26576 text) { }
	// RVA: -1
	public virtual type#28660 WriteChars(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#28660 WriteEntityRef(type#26576 name) { }
	// RVA: -1
	public virtual type#28660 WriteCharEntity(type#15837 ch) { }
	// RVA: -1
	public virtual type#28660 WriteSurrogateCharEntity(type#15837 lowChar, type#15837 highChar) { }
	// RVA: -1
	public virtual type#28660 WriteRaw(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#28660 WriteRaw(type#26576 data) { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	public virtual type#28660 Flush() { }
	// RVA: -1
	private type#15313 StartCDataSection() { }
	// RVA: -1
	private type#28660 EndCDataSection() { }
}
}
