Android Programming Press on the image to return to the main documentation page.

iXmlBuilder

List of types:

XMLBuilder

XMLBuilder

iXmlBuilder.h
iXmlBuilder

Created by b4j on 12/28/14.
Copyright (c) 2014 Anywhere Software. All rights reserved.

Events:

None

Members:


  AsString As String

  Attribute (Name As String, Value As String) As XMLBuilder

  Create (Name As String) As XMLBuilder

  Element (Name As String) As XMLBuilder

  Text (Value As String) As XMLBuilder

  Up As XMLBuilder

Members description:

AsString As String
Attribute (Name As String, Value As String) As XMLBuilder
Create (Name As String) As XMLBuilder
Element (Name As String) As XMLBuilder
Text (Value As String) As XMLBuilder
Up As XMLBuilder

Top