C# 클래스 System.Xml.Xsl.Runtime.XsltLibrary

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
CheckScriptNamespace ( string nsUri ) : int
ElementAvailable ( XmlQualifiedName name ) : bool
EqualityOperator ( double opCode, IList left, IList right ) : bool
FormatMessage ( string res, IList args ) : string
FormatNumberDynamic ( double value, string formatPicture, XmlQualifiedName decimalFormatName, string errorMessageName ) : string
FormatNumberStatic ( double value, double decimalFormatterIndex ) : string
FunctionAvailable ( XmlQualifiedName name ) : bool
IsSameNodeSort ( XPathNavigator nav1, XPathNavigator nav2 ) : bool
NumberFormat ( IList value, string formatString, double lang, string letterValue, string groupingSeparator, double groupingSize ) : string
RegisterDecimalFormat ( XmlQualifiedName name, string infinitySymbol, string nanSymbol, string characters ) : int
RegisterDecimalFormatter ( string formatPicture, string infinitySymbol, string nanSymbol, string characters ) : double
RelationalOperator ( double opCode, IList left, IList right ) : bool

비공개 메소드들

메소드 설명
CheckXsltValue ( IList val ) : void
CheckXsltValue ( XPathItem item ) : void
CompareNodeSetAndNodeSet ( ComparisonOperator op, IList left, IList right, TypeCode compType ) : bool
CompareNodeSetAndValue ( ComparisonOperator op, IList nodeset, XPathItem val, TypeCode compType ) : bool
CompareNumbers ( ComparisonOperator op, double left, double right ) : bool
CompareValues ( ComparisonOperator op, XPathItem left, XPathItem right, TypeCode compType ) : bool
CreateDecimalFormat ( string infinitySymbol, string nanSymbol, string characters ) : DecimalFormat
FunctionAvailableHelper ( XmlQualifiedName name ) : bool
GetTypeCode ( XPathItem item ) : TypeCode
InvertOperator ( ComparisonOperator op ) : ComparisonOperator
IsNodeSetOrRtf ( IList val ) : bool
LangToNameInternal ( string lang, bool forwardCompatibility, IErrorHelper errorHelper ) : string
ToNodeSetOrRtf ( IList val ) : IList
WeakestTypeCode ( TypeCode typeCode1, TypeCode typeCode2 ) : TypeCode
XsltLibrary ( XmlQueryRuntime runtime ) : System.Collections.Specialized

메소드 상세

CheckScriptNamespace() 공개 메소드

public CheckScriptNamespace ( string nsUri ) : int
nsUri string
리턴 int

ElementAvailable() 공개 메소드

public ElementAvailable ( XmlQualifiedName name ) : bool
name XmlQualifiedName
리턴 bool

EqualityOperator() 공개 메소드

public EqualityOperator ( double opCode, IList left, IList right ) : bool
opCode double
left IList
right IList
리턴 bool

FormatMessage() 공개 메소드

public FormatMessage ( string res, IList args ) : string
res string
args IList
리턴 string

FormatNumberDynamic() 공개 메소드

public FormatNumberDynamic ( double value, string formatPicture, XmlQualifiedName decimalFormatName, string errorMessageName ) : string
value double
formatPicture string
decimalFormatName XmlQualifiedName
errorMessageName string
리턴 string

FormatNumberStatic() 공개 메소드

public FormatNumberStatic ( double value, double decimalFormatterIndex ) : string
value double
decimalFormatterIndex double
리턴 string

FunctionAvailable() 공개 메소드

public FunctionAvailable ( XmlQualifiedName name ) : bool
name XmlQualifiedName
리턴 bool

IsSameNodeSort() 공개 메소드

public IsSameNodeSort ( XPathNavigator nav1, XPathNavigator nav2 ) : bool
nav1 System.Xml.XPath.XPathNavigator
nav2 System.Xml.XPath.XPathNavigator
리턴 bool

NumberFormat() 공개 메소드

public NumberFormat ( IList value, string formatString, double lang, string letterValue, string groupingSeparator, double groupingSize ) : string
value IList
formatString string
lang double
letterValue string
groupingSeparator string
groupingSize double
리턴 string

RegisterDecimalFormat() 공개 메소드

public RegisterDecimalFormat ( XmlQualifiedName name, string infinitySymbol, string nanSymbol, string characters ) : int
name XmlQualifiedName
infinitySymbol string
nanSymbol string
characters string
리턴 int

RegisterDecimalFormatter() 공개 메소드

public RegisterDecimalFormatter ( string formatPicture, string infinitySymbol, string nanSymbol, string characters ) : double
formatPicture string
infinitySymbol string
nanSymbol string
characters string
리턴 double

RelationalOperator() 공개 메소드

public RelationalOperator ( double opCode, IList left, IList right ) : bool
opCode double
left IList
right IList
리턴 bool