C# Class XmlUnit.Xunit.XPath

Afficher le fichier Open project: horsdal/XmlUnit.Xunit Class Usage Examples

Méthodes publiques

Méthode Description
EvaluateXPath ( XmlInput forXmlInput ) : string
EvaluateXPath ( string forSomeXml ) : string
XPath ( string anXPathExpression ) : System.Text
XPathExists ( XmlInput forInput ) : bool
XPathExists ( string forSomeXml ) : bool

Private Methods

Méthode Description
EvaluateXPath ( XPathNavigator forXPathNavigator ) : string
GetNavigator ( XmlInput forXmlInput ) : XPathNavigator
GetNodeIterator ( XmlInput forXmlInput ) : XPathNodeIterator

Method Details

EvaluateXPath() public méthode

public EvaluateXPath ( XmlInput forXmlInput ) : string
forXmlInput XmlInput
Résultat string

EvaluateXPath() public méthode

public EvaluateXPath ( string forSomeXml ) : string
forSomeXml string
Résultat string

XPath() public méthode

public XPath ( string anXPathExpression ) : System.Text
anXPathExpression string
Résultat System.Text

XPathExists() public méthode

public XPathExists ( XmlInput forInput ) : bool
forInput XmlInput
Résultat bool

XPathExists() public méthode

public XPathExists ( string forSomeXml ) : bool
forSomeXml string
Résultat bool