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

namespace System.Xml
{
public class HtmlUtf8RawTextWriter // TypeDefIndex: 6612
{
	// Fields
	type#15483 elementScope;
	type#17729 currentElementProperties;
	type#14720 currentAttributeProperties;
	type#15314 endsWithAmpersand;
	type#12861 uriEscapingBuffer;
	type#26577 mediaType;
	type#15314 doNotEscapeUriAttributes;
	type#27089 elementPropertySearch;
	type#27089 attributePropertySearch;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26548 stream, type#29544 settings) { }
	// 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 StartElementContent() { }
	// 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
	public virtual type#28660 WriteStartAttribute(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	public virtual type#28660 WriteEndAttribute() { }
	// RVA: -1
	public virtual type#28660 WriteProcessingInstruction(type#26576 target, type#26576 text) { }
	// RVA: -1
	public virtual type#28660 WriteString(type#26576 text) { }
	// 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 WriteChars(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	private type#28660 Init(type#29544 settings) { }
	// RVA: -1
	protected type#28660 WriteMetaElement() { }
	// RVA: -1
	protected type#28660 WriteHtmlElementTextBlock(type#12384 pSrc, type#12384 pSrcEnd) { }
	// RVA: -1
	protected type#28660 WriteHtmlAttributeTextBlock(type#12384 pSrc, type#12384 pSrcEnd) { }
	// RVA: -1
	private type#28660 WriteHtmlAttributeText(type#12384 pSrc, type#12384 pSrcEnd) { }
	// RVA: -1
	private type#28660 WriteUriAttributeText(type#12384 pSrc, type#12384 pSrcEnd) { }
	// RVA: -1
	private type#28660 OutputRestAmps() { }
}
}
