Click to return to the XML (Extensible Markup Language) home page    
XMLDOMNode parsed Propert...     XMLDOMNode previousSiblin...     XMLDOMNode Object    
Web Workshop  |  XML (Extensible Markup Language)

prefix Property


Returns the namespace prefix.

Syntax

strValue = oXMLDOMNode.prefix

Remarks

String. The property is read-only. It returns the namespace prefix specified on the object. For example, for the element <xxx:yyy>, it returns "xxx". It returns an empty string, "", if no prefix is specified.

This member is an extension of the W3C DOM.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMAttribute, XMLDOMCDATASection, XMLDOMCharacterData, XMLDOMComment, XMLDOMDocument, XMLDOMDocumentFragment, XMLDOMDocumentType, XMLDOMElement, XMLDOMEntity, XMLDOMEntityReference, XMLDOMNode, XMLDOMNotation, XMLDOMProcessingInstruction, XMLDOMText, XTLRuntime


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.