TOC PREV NEXT INDEX

Put your logo here!


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

link to DOM spec here


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX