Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteHtmlAttributeTextBlock()

unsafe void System.Xml.HtmlUtf8RawTextWriter.WriteHtmlAttributeTextBlock ( char * pSrc,
char * pSrcEnd )
inlineprotected

Definition at line 297 of file HtmlUtf8RawTextWriter.cs.

298 {
299 if ((_currentAttributeProperties & (AttributeProperties)7u) != 0)
300 {
301 if ((_currentAttributeProperties & AttributeProperties.BOOLEAN) == 0)
302 {
303 if ((_currentAttributeProperties & (AttributeProperties)5u) != 0 && !_doNotEscapeUriAttributes)
304 {
306 }
307 else
308 {
310 }
311 }
312 }
313 else if ((_currentElementProperties & ElementProperties.HAS_NS) != 0)
314 {
316 }
317 else
318 {
320 }
321 }
AttributeProperties _currentAttributeProperties
unsafe void WriteUriAttributeText(char *pSrc, char *pSrcEnd)
unsafe void WriteHtmlAttributeText(char *pSrc, char *pSrcEnd)
unsafe void WriteAttributeTextBlock(char *pSrc, char *pSrcEnd)

References System.Xml.HtmlUtf8RawTextWriter._currentAttributeProperties, System.Xml.HtmlUtf8RawTextWriter._currentElementProperties, System.Xml.HtmlUtf8RawTextWriter._doNotEscapeUriAttributes, System.Xml.Dictionary, System.Xml.XmlUtf8RawTextWriter.WriteAttributeTextBlock(), System.Xml.HtmlUtf8RawTextWriter.WriteHtmlAttributeText(), and System.Xml.HtmlUtf8RawTextWriter.WriteUriAttributeText().

Referenced by System.Xml.HtmlUtf8RawTextWriter.WriteString().