C# Class System.Xaml.XamlXmlNodeInfo

Show file Open project: Clancey/XamlForIphone

Public Properties

Property Type Description
HasLineInfo bool
LineNumber int
LinePosition int
NodeType XamlNodeType
NodeValue object

Public Methods

Method Description
XamlXmlNodeInfo ( XamlNodeType nodeType, object nodeValue, IXmlLineInfo lineInfo ) : System

Method Details

XamlXmlNodeInfo() public method

public XamlXmlNodeInfo ( XamlNodeType nodeType, object nodeValue, IXmlLineInfo lineInfo ) : System
nodeType XamlNodeType
nodeValue object
lineInfo IXmlLineInfo
return System

Property Details

HasLineInfo public property

public bool HasLineInfo
return bool

LineNumber public property

public int LineNumber
return int

LinePosition public property

public int LinePosition
return int

NodeType public property

public XamlNodeType NodeType
return XamlNodeType

NodeValue public property

public object NodeValue
return object