C# 클래스 System.Xml.Schema.Asttree

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IsAttribute bool
IsDescendantOrSelf bool
IsNameTest bool
IsSelf bool
SetURN void

공개 메소드들

메소드 설명
Asttree ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : System.Xml.XPath
CompileXPath ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : void
PrintTree ( StreamWriter msw ) : void

비공개 메소드들

메소드 설명
IsAttribute ( Axis ast ) : bool
IsDescendantOrSelf ( Axis ast ) : bool
IsNameTest ( Axis ast ) : bool
IsSelf ( Axis ast ) : bool
SetURN ( Axis axis, XmlNamespaceManager nsmgr ) : void

메소드 상세

Asttree() 공개 메소드

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

CompileXPath() 공개 메소드

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

PrintTree() 공개 메소드

public PrintTree ( StreamWriter msw ) : void
msw System.IO.StreamWriter
리턴 void