Table of Contents

Property OwnerNode

Namespace
SharpVectors.Dom.Stylesheets
Assembly
SharpVectors.Core.dll

OwnerNode

The node that associates this style sheet with the document. For HTML, this may be the corresponding LINK or STYLE element. For XML, it may be the linking processing instruction. For style sheets that are included by other style sheets, the value of this attribute is null

XmlNode OwnerNode { get; }

Property Value

XmlNode