C# Class System.Xml.Schema.Asttree

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
IsAttribute bool
IsDescendantOrSelf bool
IsNameTest bool
IsSelf bool
SetURN void

Public Methods

Method Description
Asttree ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : System.Xml.XPath
CompileXPath ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : void
PrintTree ( StreamWriter msw ) : void

Private Methods

Method Description
IsAttribute ( Axis ast ) : bool
IsDescendantOrSelf ( Axis ast ) : bool
IsNameTest ( Axis ast ) : bool
IsSelf ( Axis ast ) : bool
SetURN ( Axis axis, XmlNamespaceManager nsmgr ) : void

Method Details

Asttree() public method

public Asttree ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : System.Xml.XPath
xPath string
isField bool
nsmgr XmlNamespaceManager
return System.Xml.XPath

CompileXPath() public method

public CompileXPath ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : void
xPath string
isField bool
nsmgr XmlNamespaceManager
return void

PrintTree() public method

public PrintTree ( StreamWriter msw ) : void
msw System.IO.StreamWriter
return void