IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

NamespaceURI Property

Namespace URI associated with the corresponding Prefix .

Object Oriented Interface

public function getNamespaceURI($namespaceindex);
public function setNamespaceURI($namespaceindex, $value);

Procedural Interface

ipworks_xml_get($res, 6 , $namespaceindex);
ipworks_xml_set($res, 6, $value , $namespaceindex);

Default Value

''

Remarks

Namespace URI associated with the corresponding NamespacePrefix. This is usually a URL pointing to the XML schema for the namespace.

The size of the array is controlled by the NamespaceCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]