프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
IsAttribute ( Axis ast ) : bool | ||
IsDescendantOrSelf ( Axis ast ) : bool | ||
IsNameTest ( Axis ast ) : bool | ||
IsSelf ( Axis ast ) : bool | ||
SetURN ( Axis axis, XmlNamespaceManager nsmgr ) : void |
public Asttree ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : System.Xml.XPath | ||
xPath | string | |
isField | bool | |
nsmgr | XmlNamespaceManager | |
리턴 | System.Xml.XPath |
public CompileXPath ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : void | ||
xPath | string | |
isField | bool | |
nsmgr | XmlNamespaceManager | |
리턴 | void |