[Gregor.Core.Collections.CXmlTreeWalkHelper]

Gregor.Core.Collections.CXmlTreeWalkHelper

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.CXmlTreeWalkHelper

: System.Object, Gregor.Core.Collections.ITreeWalkHelper

Custom Attributes: 

Description: 


Members

CXmlTreeWalkHelper

public CXmlTreeWalkHelper(System.Xml.XmlNode node)

Custom Attributes: 

Description: 

CXmlTreeWalkHelper

public CXmlTreeWalkHelper(System.Xml.XmlDocument doc)

Custom Attributes: 

Description: 

m_Document

private System.Xml.XmlDocument m_Document

Custom Attributes: 

Description: 

m_Root

private System.Xml.XmlNode m_Root

Custom Attributes: 

Description: 

IsTreeMultiRoot

public System.Boolean IsTreeMultiRoot {get;} // Gregor.Core.Collections.ITreeWalkHelper.IsTreeMultiRoot

Custom Attributes: 

Description: 

Tree

public System.Object Tree {get;} // Gregor.Core.Collections.ITreeWalkHelper.Tree

Custom Attributes: 

Description: 

GetFirstChild

public System.Object GetFirstChild(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetFirstChild

Custom Attributes: 

Description: 

GetNextSibling

public System.Object GetNextSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetNextSibling

Custom Attributes: 

Description: 

GetParent

public System.Object GetParent(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetParent

Custom Attributes: 

Description: 

GetPreviousSibling

public System.Object GetPreviousSibling(System.Object current) // Gregor.Core.Collections.ITreeWalkHelper.GetPreviousSibling

Custom Attributes: 

Description: 

GetRoot

public System.Object GetRoot() // Gregor.Core.Collections.ITreeWalkHelper.GetRoot

Custom Attributes: 

Description: 

GetValue

public virtual System.Object GetValue(System.Object current, System.Object spec) // Gregor.Core.Collections.ITreeWalkHelper.GetValue

Custom Attributes: 

Description: 


See Also

System.Object

System.Xml.XmlDocument

System.Xml.XmlNode

Gregor.Core.Collections.ITreeWalkHelper

System.Boolean