31 base.RawText(
"<!DOCTYPE ");
34 base.RawText(
" PUBLIC \"");
47 base.RawText(
" SYSTEM \"");
65 if (ns._stringLength != 0)
69 base.WriteStartElement(prefix, localName, ns);
73 base.RawText(localName);
88 internal override void WriteEndElement(
string prefix,
string localName,
string ns)
90 if (ns._stringLength != 0)
92 base.WriteEndElement(prefix, localName, ns);
97 base.RawText(localName);
108 if (ns._stringLength != 0)
110 base.WriteFullEndElement(prefix, localName, ns);
116 base.RawText(localName);
127 if (ns._stringLength != 0)
129 base.WriteStartAttribute(prefix, localName, ns);
135 base.RawText(localName);
158 base.RawText(target);
274 base.RawText(
"<META http-equiv=\"Content-Type\"");
279 base.RawText(
" content=\"");
282 base.RawText(
"; charset=");
class f__AnonymousType0<< Count > j__TPar
static int OffsetToStringData
unsafe void WriteHtmlAttributeTextBlock(char *pSrc, char *pSrcEnd)
void Init(XmlWriterSettings settings)
HtmlUtf8RawTextWriter(Stream stream, XmlWriterSettings settings)
override void WriteStartAttribute(string prefix, string localName, string ns)
unsafe void WriteHtmlElementTextBlock(char *pSrc, char *pSrcEnd)
static TernaryTreeReadOnly elementPropertySearch
override void WriteDocType(string name, string pubid, string sysid, string subset)
ElementProperties currentElementProperties
override void WriteEntityRef(string name)
static TernaryTreeReadOnly attributePropertySearch
override void WriteCharEntity(char ch)
unsafe void WriteUriAttributeText(char *pSrc, char *pSrcEnd)
override void WriteFullEndElement(string prefix, string localName, string ns)
override void WriteXmlDeclaration(string xmldecl)
override void WriteString(string text)
override void WriteEndAttribute()
unsafe void WriteHtmlAttributeText(char *pSrc, char *pSrcEnd)
override void WriteProcessingInstruction(string target, string text)
AttributeProperties currentAttributeProperties
override void WriteChars(char[] buffer, int index, int count)
override void WriteStartElement(string prefix, string localName, string ns)
override void WriteXmlDeclaration(XmlStandalone standalone)
bool doNotEscapeUriAttributes
override void WriteSurrogateCharEntity(char lowChar, char highChar)
override void WriteEndElement(string prefix, string localName, string ns)
override void StartElementContent()
bool doNotEscapeUriAttributes