Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CXmlTreeWalkHelper : System.Object, Gregor.Core.Collections.ITreeWalkHelper Custom Attributes: Description:
public CXmlTreeWalkHelper(System.Xml.XmlNode node) Custom Attributes: Description:
public CXmlTreeWalkHelper(System.Xml.XmlDocument doc) Custom Attributes: Description:
private System.Xml.XmlDocument m_Document Custom Attributes: Description:
private System.Xml.XmlNode m_Root Custom Attributes: Description:
public System.Boolean IsTreeMultiRoot {get;} // Gregor.Core.Collections.ITreeWalkHelper.IsTreeMultiRoot
Custom Attributes:
Description:
public System.Object Tree {get;} // Gregor.Core.Collections.ITreeWalkHelper.Tree
Custom Attributes:
Description:
public System.Object GetFirstChild(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetFirstChild Custom Attributes: Description:
public System.Object GetNextSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetNextSibling Custom Attributes: Description:
public System.Object GetParent(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetParent Custom Attributes: Description:
public System.Object GetPreviousSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetPreviousSibling Custom Attributes: Description:
public System.Object GetRoot() // Gregor.Core.Collections.ITreeWalkHelper.GetRoot Custom Attributes: Description:
public virtual System.Object GetValue(System.Object current, System.Object spec) // Gregor.Core.Collections.ITreeWalkHelper.GetValue Custom Attributes: Description: