Org.XmlPull.V1.IXmlSerializerExtensions: Method Members

The methods of Org.XmlPull.V1.IXmlSerializerExtensions are listed below. For a list of all members, see the IXmlSerializerExtensions Members list.

See Also: Inherited members from System.Object

Public Methods

static
AttributeAsync(this IXmlSerializer, string, string, string) : System.Threading.Tasks.Task<IXmlSerializer>
Documentation for this section has not yet been entered.
static
CdsectAsync(this IXmlSerializer, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
CommentAsync(this IXmlSerializer, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
DocdeclAsync(this IXmlSerializer, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
EndDocumentAsync(this IXmlSerializer) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
EndTagAsync(this IXmlSerializer, string, string) : System.Threading.Tasks.Task<IXmlSerializer>
Documentation for this section has not yet been entered.
static
EntityRefAsync(this IXmlSerializer, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
FlushAsync(this IXmlSerializer) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
IgnorableWhitespaceAsync(this IXmlSerializer, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
ProcessingInstructionAsync(this IXmlSerializer, string) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
StartDocumentAsync(this IXmlSerializer, string, Java.Lang.Boolean) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
static
StartTagAsync(this IXmlSerializer, string, string) : System.Threading.Tasks.Task<IXmlSerializer>
Documentation for this section has not yet been entered.
static
TextAsync(this IXmlSerializer, string) : System.Threading.Tasks.Task<IXmlSerializer>
Documentation for this section has not yet been entered.
static
TextAsync(this IXmlSerializer, char[], int, int) : System.Threading.Tasks.Task<IXmlSerializer>
Documentation for this section has not yet been entered.