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;
2using System.Threading.Tasks;
3using System.Xml;
5using Waher.Script;
6
8{
12 public interface IXmlVisualizer
13 {
19 Grade Supports(XmlDocument Xml);
20
27 Task<object> TransformXml(XmlDocument Xml, Variables Variables);
28 }
29}
Collection of variables.
Definition: Variables.cs:25
Interface for all XML visalizers.
Grade Supports(XmlDocument Xml)
Checks how well the handler supports multimedia content of a given type.
Task< object > TransformXml(XmlDocument Xml, Variables Variables)
Transforms the XML document before visualizing it.
Grade
Grade enumeration
Definition: Grade.cs:7