Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IXmlVisualizer.cs
1
using
System.Threading.Tasks;
2
using
System.Xml;
3
using
Waher.Runtime.Inventory
;
4
using
Waher.Script
;
5
6
namespace
Waher.Content.Markdown.Model
7
{
11
public
interface
IXmlVisualizer
:
IProcessingSupport
<XmlDocument>
12
{
19
Task<object>
TransformXml
(XmlDocument Xml,
Variables
Variables
);
20
}
21
}
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
Waher.Content.Markdown.Model.IXmlVisualizer
Interface for all XML visalizers.
Definition:
IXmlVisualizer.cs:12
Waher.Content.Markdown.Model.IXmlVisualizer.TransformXml
Task< object > TransformXml(XmlDocument Xml, Variables Variables)
Transforms the XML document before visualizing it.
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Waher.Content.Markdown.Model
Definition:
Atom.cs:6
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Script
Definition:
App.xaml.cs:4
IoTGateway
Content
Waher.Content.Markdown
Model
IXmlVisualizer.cs
Generated by
1.9.5