C# Class Unlimited.Framework.Converters.Graph.String.Xml.XmlMapper

Inheritance: IMapper
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Map ( object data ) : IEnumerable
XmlMapper ( ) : System

Private Methods

Method Description
BuildPath ( bool>.Stack elementStack, System.Xml.Linq.XAttribute attribute, System.Xml.Linq.XElement root ) : IPath
BuildPath ( bool>.Stack elementStack, System.Xml.Linq.XElement element, System.Xml.Linq.XElement root ) : IPath
BuildPaths ( System.Xml.Linq.XElement element, bool>.Stack elementStack, System.Xml.Linq.XElement root ) : IEnumerable
GetSampleData ( System.Xml.Linq.XElement root, IPath path ) : string

Method Details

Map() public method

public Map ( object data ) : IEnumerable
data object
return IEnumerable

XmlMapper() public method

public XmlMapper ( ) : System
return System