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