C# 클래스 System.Xml.XPath.Extensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
CreateNavigator ( this node, System nameTable ) : System.Xml.XPath.XPathNavigator
XPathEvaluate ( this node, string expression ) : object
XPathEvaluate ( this node, string expression, System resolver ) : object
XPathSelectElement ( this node, string expression ) : System.Xml.Linq.XElement
XPathSelectElement ( this node, string expression, System resolver ) : System.Xml.Linq.XElement
XPathSelectElements ( this node, string expression ) : System.Collections.Generic.IEnumerable
XPathSelectElements ( this node, string expression, System resolver ) : System.Collections.Generic.IEnumerable

메소드 상세

CreateNavigator() 공개 정적인 메소드

public static CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
node this
리턴 System.Xml.XPath.XPathNavigator

CreateNavigator() 공개 정적인 메소드

public static CreateNavigator ( this node, System nameTable ) : System.Xml.XPath.XPathNavigator
node this
nameTable System
리턴 System.Xml.XPath.XPathNavigator

XPathEvaluate() 공개 정적인 메소드

public static XPathEvaluate ( this node, string expression ) : object
node this
expression string
리턴 object

XPathEvaluate() 공개 정적인 메소드

public static XPathEvaluate ( this node, string expression, System resolver ) : object
node this
expression string
resolver System
리턴 object

XPathSelectElement() 공개 정적인 메소드

public static XPathSelectElement ( this node, string expression ) : System.Xml.Linq.XElement
node this
expression string
리턴 System.Xml.Linq.XElement

XPathSelectElement() 공개 정적인 메소드

public static XPathSelectElement ( this node, string expression, System resolver ) : System.Xml.Linq.XElement
node this
expression string
resolver System
리턴 System.Xml.Linq.XElement

XPathSelectElements() 공개 정적인 메소드

public static XPathSelectElements ( this node, string expression ) : System.Collections.Generic.IEnumerable
node this
expression string
리턴 System.Collections.Generic.IEnumerable

XPathSelectElements() 공개 정적인 메소드

public static XPathSelectElements ( this node, string expression, System resolver ) : System.Collections.Generic.IEnumerable
node this
expression string
resolver System
리턴 System.Collections.Generic.IEnumerable