A XML namespace object.
Go to Property Listing | Method Listing
Constructor
Namespace Namespace (prefix:Varies, [uri:String])
Creates a Namespace object.
Parameter |
Type |
Description |
---|---|---|
prefix |
Varies |
The URI prefix, specified as an existing Namespace object, QName object, or string. If this is a Namespace or a QName object, the URI and prefix are set to that of the object. If this is a string, the prefix is set to that string, and the URI must be specified. |
uri |
The URI if the prefix is specified as a string. |