Org.XmlPull.V1.IXmlSerializer.Text Method
Writes text, where special XML chars are escaped automatically

Syntax

[Android.Runtime.Register("text", "([CII)Lorg/xmlpull/v1/XmlSerializer;", "GetText_arrayCIIHandler:Org.XmlPull.V1.IXmlSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IXmlSerializer Text (char[] buf, int start, int len)

Parameters

buf
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
len
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException
Java.Lang.IllegalArgumentException
Java.Lang.IllegalStateException

Remarks

Writes text, where special XML chars are escaped automatically

[Android Documentation]

Requirements

Namespace: Org.XmlPull.V1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1