C# Class ReasonCodeExample.XPathInformation.Writers.DistinctAttributeFilter

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

Public Methods

Method Description
DistinctAttributeFilter ( IEnumerable settings ) : System.Collections.Generic
IsIncluded ( System.Xml.Linq.XAttribute attribute ) : bool

Private Methods

Method Description
FindCandidateAttribute ( System.Xml.Linq.XElement element ) : System.Xml.Linq.XAttribute
FindCandidateAttributes ( System.Xml.Linq.XAttribute attribute ) : IList
GetFirstIncludedAttributeWithUniqueValue ( System.Xml.Linq.XElement element, IEnumerable identicallyNamedSiblings ) : System.Xml.Linq.XAttribute
GetIdenticallyNamedSiblings ( System.Xml.Linq.XElement element ) : IList
HasUniqueValue ( System.Xml.Linq.XAttribute attribute, IEnumerable elements ) : bool

Method Details

DistinctAttributeFilter() public method

public DistinctAttributeFilter ( IEnumerable settings ) : System.Collections.Generic
settings IEnumerable
return System.Collections.Generic

IsIncluded() public method

public IsIncluded ( System.Xml.Linq.XAttribute attribute ) : bool
attribute System.Xml.Linq.XAttribute
return bool