C# 클래스 SharpVectors.Dom.Css.XPathSelector

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

공개 메소드들

메소드 설명
Matches ( XPathNavigator nav ) : bool
XPathSelector ( string selector ) : System
XPathSelector ( string selector, Hashtable namespaceTable ) : System

비공개 메소드들

메소드 설명
AddSpecificity ( int a, int b, int c ) : void
ClassToXPath ( Match match ) : string
Compile ( XPathNavigator nav ) : void
GetAttributeMatch ( string attSelector ) : string
GetNSManager ( ) : XmlNamespaceManager
GetXPath ( XPathNavigator nav ) : void
IdToXPath ( Match match ) : string
NsToXPath ( Match match ) : string
PredicatesToXPath ( Match match ) : string
PseudoClassesToXPath ( Match match, XPathNavigator nav ) : string
SeperatorToXPath ( Match match, StringBuilder xpath, string cur ) : void
TypeToXPath ( Match match ) : string

메소드 상세

Matches() 공개 메소드

public Matches ( XPathNavigator nav ) : bool
nav System.Xml.XPath.XPathNavigator
리턴 bool

XPathSelector() 공개 메소드

public XPathSelector ( string selector ) : System
selector string
리턴 System

XPathSelector() 공개 메소드

public XPathSelector ( string selector, Hashtable namespaceTable ) : System
selector string
namespaceTable System.Collections.Hashtable
리턴 System