XmlConsts
Overview
Location
- Reference: elements.jar
- Namespace: RemObjects.Elements.RTL
- Platforms: Cooper
Constants
TAG_DECL_CLOSE
const TAG_DECL_CLOSE: String = "?>";
const String TAG_DECL_CLOSE = "?>"
static let TAG_DECL_CLOSE: String = "?>"
static final String TAG_DECL_CLOSE = "?>"
Dim TAG_DECL_CLOSE As String = "?>"
TAG_DECL_OPEN
const TAG_DECL_OPEN: String = "<?xml";
const String TAG_DECL_OPEN = "<?xml"
static let TAG_DECL_OPEN: String = "<?xml"
static final String TAG_DECL_OPEN = "<?xml"
Dim TAG_DECL_OPEN As String = "<?xml"
XML_NAMESPACE_URL
const XML_NAMESPACE_URL: String = "http://www.w3.org/XML/1998/namespace";
const String XML_NAMESPACE_URL = "http://www.w3.org/XML/1998/namespace"
static let XML_NAMESPACE_URL: String = "http://www.w3.org/XML/1998/namespace"
static final String XML_NAMESPACE_URL = "http://www.w3.org/XML/1998/namespace"
Dim XML_NAMESPACE_URL As String = "http://www.w3.org/XML/1998/namespace"
Instance Methods
constructor protected
constructor
XmlConsts()
init()
XmlConsts()
Sub New()