C# Class PHPAnalysis.Utils.XmlHelpers.AstNode

Datei anzeigen Open project: jtvn/Eir-CTLLTL

Public Methods

Method Description
GetEndLine ( XmlNode node ) : int
GetStartLine ( XmlNode node ) : int

Private Methods

Method Description
GetLine ( XmlNode node, string lineType ) : int

Method Details

GetEndLine() public static method

public static GetEndLine ( XmlNode node ) : int
node System.Xml.XmlNode
return int

GetStartLine() public static method

public static GetStartLine ( XmlNode node ) : int
node System.Xml.XmlNode
return int