This topic has not yet been rated - Rate this topic

prefix property

Retrieves the local name of the fully qualified XML declaration for a node.

Document Object Model (DOM) Level 3 Core Specification, Section 1.2Internet Explorer 9

Syntax

HRESULT value = object.get_prefix(* p);

Property values

Type: VARIANT

The prefix.

The prefix.

Standards information

Remarks

In XML documents, elements can be declared using qualified names, which consist of a prefix and a IHTMLDOMNode3::localName. This property returns the former value.

For more information, see W3C Namespaces in XML.

See also

Reference
IHTMLDOMNode3::localName
IHTMLDOMNode3::namespaceURI

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.