C# Class SharpVectors.Dom.Css.XPathSelector

Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
Matches ( XPathNavigator nav ) : bool
XPathSelector ( string selector ) : System
XPathSelector ( string selector, Hashtable namespaceTable ) : System

Private Methods

Méthode Description
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

Method Details

Matches() public méthode

public Matches ( XPathNavigator nav ) : bool
nav System.Xml.XPath.XPathNavigator
Résultat bool

XPathSelector() public méthode

public XPathSelector ( string selector ) : System
selector string
Résultat System

XPathSelector() public méthode

public XPathSelector ( string selector, Hashtable namespaceTable ) : System
selector string
namespaceTable System.Collections.Hashtable
Résultat System