C# Class ReasonCodeExample.XPathInformation.Writers.AbsoluteXPathWriter

Inheritance: XPathWriter
Exibir arquivo Open project: uli-weltersbach/XPathInformation Class Usage Examples

Public Methods

Method Description
AbsoluteXPathWriter ( ) : System.Collections.Generic
AbsoluteXPathWriter ( IEnumerable filters ) : System.Collections.Generic

Protected Methods

Method Description
WritePredicates ( XPathPart pathPart ) : void

Private Methods

Method Description
GetElementIndex ( System.Xml.Linq.XElement element ) : int

Method Details

AbsoluteXPathWriter() public method

public AbsoluteXPathWriter ( ) : System.Collections.Generic
return System.Collections.Generic

AbsoluteXPathWriter() public method

public AbsoluteXPathWriter ( IEnumerable filters ) : System.Collections.Generic
filters IEnumerable
return System.Collections.Generic

WritePredicates() protected method

protected WritePredicates ( XPathPart pathPart ) : void
pathPart XPathPart
return void