XmlType
Overview
XmlType provides a cross-platform data type to hold XML data to be sent to or received from services.
Location
- Reference: com.remobjects.sdk.jar
- Package: com.remobjects.sdk
- Ancestry: Object | XmlType
Properties
Node
property Node: Node read;
Node Node { __get; }
Instance Methods
constructor (Node)
Creates XmlType with given java node.
constructor(aValue: Node)
XmlType(Node aValue)
Parameters:
- aValue: Java node object.
constructor (String)
Creates XmlType with given string.
constructor(aValue: String)
XmlType(String aValue)
Parameters:
- aValue: Given string representation of XML document.
toString
Converts java node to string representation.
method toString: String
String toString()