C# Class XmlUnit.Xunit.XPath

Mostra file Open project: horsdal/XmlUnit.Xunit Class Usage Examples

Public Methods

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

Private Methods

Method Description
EvaluateXPath ( XPathNavigator forXPathNavigator ) : string
GetNavigator ( XmlInput forXmlInput ) : XPathNavigator
GetNodeIterator ( XmlInput forXmlInput ) : XPathNodeIterator

Method Details

EvaluateXPath() public method

public EvaluateXPath ( XmlInput forXmlInput ) : string
forXmlInput XmlInput
return string

EvaluateXPath() public method

public EvaluateXPath ( string forSomeXml ) : string
forSomeXml string
return string

XPath() public method

public XPath ( string anXPathExpression ) : System.Text
anXPathExpression string
return System.Text

XPathExists() public method

public XPathExists ( XmlInput forInput ) : bool
forInput XmlInput
return bool

XPathExists() public method

public XPathExists ( string forSomeXml ) : bool
forSomeXml string
return bool