C# Class PHPAnalysis.Utils.XmlHelpers.ExprVarNode

Mostrar archivo Open project: jtvn/Eir-CTLLTL

Public Methods

Method Description
TryGetVariableName ( XmlNode node, string &varName ) : bool

Tries to get the variables name. This will only work if the variable name is static. $var : will be 'var' $$var : will fail.

Method Details

TryGetVariableName() public static method

Tries to get the variables name. This will only work if the variable name is static. $var : will be 'var' $$var : will fail.
public static TryGetVariableName ( XmlNode node, string &varName ) : bool
node System.Xml.XmlNode
varName string
return bool