C# 클래스 MS.Internal.Xml.XPath.BooleanFunctions

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

공개 메소드들

메소드 설명
BooleanFunctions ( MS.Internal.Xml.XPath.Function.FunctionType funcType, Query arg ) : System
Clone ( ) : XPathNodeIterator
Evaluate ( XPathNodeIterator nodeIterator ) : object
PrintQuery ( XmlWriter w ) : void
SetXsltContext ( XsltContext context ) : void

비공개 메소드들

메소드 설명
BooleanFunctions ( BooleanFunctions other ) : System
Lang ( XPathNodeIterator nodeIterator ) : bool
Not ( XPathNodeIterator nodeIterator ) : bool
toBoolean ( XPathNodeIterator nodeIterator ) : bool
toBoolean ( double number ) : bool
toBoolean ( string str ) : bool

메소드 상세

BooleanFunctions() 공개 메소드

public BooleanFunctions ( MS.Internal.Xml.XPath.Function.FunctionType funcType, Query arg ) : System
funcType MS.Internal.Xml.XPath.Function.FunctionType
arg Query
리턴 System

Clone() 공개 메소드

public Clone ( ) : XPathNodeIterator
리턴 System.Xml.XPath.XPathNodeIterator

Evaluate() 공개 메소드

public Evaluate ( XPathNodeIterator nodeIterator ) : object
nodeIterator System.Xml.XPath.XPathNodeIterator
리턴 object

PrintQuery() 공개 메소드

public PrintQuery ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

SetXsltContext() 공개 메소드

public SetXsltContext ( XsltContext context ) : void
context System.Xml.Xsl.XsltContext
리턴 void