C# Class XamlStyler.Core.DocumentManipulation.NodeReorderService

Inheritance: IProcessElementService
Mostra file Open project: NicoVermeir/XamlStyler Class Usage Examples

Public Methods

Method Description
NodeReorderService ( ) : System.Collections.Generic
ProcessElement ( System.Xml.Linq.XElement element ) : void

Private Methods

Method Description
ReorderChildNodes ( System.Xml.Linq.XElement element ) : void

Reorder child nodes matching ChildNodeNames

Method Details

NodeReorderService() public method

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

ProcessElement() public method

public ProcessElement ( System.Xml.Linq.XElement element ) : void
element System.Xml.Linq.XElement
return void