TOC PREV NEXT INDEX

domref



prefix


prefix returns the namespace prefix of the current node, or NULL if it is unspecified.

Syntax

pre = element.prefix
 
element.prefix = pre
 

Parameters

pre is the namespace prefix as a string.

Example

example here
 

Notes

extra information

Specification

prefix
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX