2013-10-13 20:55:28 +02:00
|
|
|
using System.Xml.Linq;
|
|
|
|
|
|
2013-10-17 12:49:52 +02:00
|
|
|
namespace PocketSharp.Ports.NReadability
|
2013-10-13 20:55:28 +02:00
|
|
|
{
|
|
|
|
|
public class AttributeTransformationInput
|
|
|
|
|
{
|
|
|
|
|
public string AttributeValue { get; set; }
|
|
|
|
|
|
|
|
|
|
public XElement Element { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|