XmlTextEncoder Class
Namespace: Stimulsoft.System.Xml
Constructors
| Constructor | Description |
|---|---|
| constructor(TextWriter textWriter) |
constructor(textWriter: TextWriter)
Parameters
- textWriter (TextWriter)
Properties
| Property | Type | Description |
|---|---|---|
| attributeValue | string |
Methods
| Method | Returns | Description |
|---|---|---|
| endAttribute | void | |
| startAttribute | void | |
| write | void | |
| writeRawWithSurrogateChecking | void |
Method Details
endAttribute
endAttribute(): void
startAttribute
startAttribute(cacheAttrValue: boolean): void
Parameters
- cacheAttrValue (boolean)
write
write(text: string): void
Parameters
- text (string)
writeRawWithSurrogateChecking
writeRawWithSurrogateChecking(text: string): void
Parameters
- text (string)
Fields
| Field | Type | Description |
|---|---|---|
| quoteChar | string |