Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Base.cs
1
namespace
Waher.Content.Html.Elements
2
{
6
public
class
Base
:
HtmlEmptyElement
7
{
14
public
Base
(
HtmlDocument
Document
,
HtmlElement
Parent
,
int
StartPosition
)
15
: base(
Document
,
Parent
,
StartPosition
,
"BASE"
)
16
{
17
}
18
}
19
}
Waher.Content.Html.Elements.Base
BASE element
Definition:
Base.cs:7
Waher.Content.Html.Elements.Base.Base
Base(HtmlDocument Document, HtmlElement Parent, int StartPosition)
BASE element
Definition:
Base.cs:14
Waher.Content.Html.HtmlDocument
HTML document.
Definition:
HtmlDocument.cs:15
Waher.Content.Html.HtmlElement
Base class for all HTML elements.
Definition:
HtmlElement.cs:13
Waher.Content.Html.HtmlEmptyElement
Base class for all empty HTML elements.
Definition:
HtmlEmptyElement.cs:7
Waher.Content.Html.HtmlNode.StartPosition
int StartPosition
Start position of element.
Definition:
HtmlNode.cs:60
Waher.Content.Html.HtmlNode.Document
HtmlDocument Document
HTML Document
Definition:
HtmlNode.cs:49
Waher.Content.Html.HtmlNode.Parent
HtmlNode Parent
Parent node, if available.
Definition:
HtmlNode.cs:54
Waher.Content.Html.Elements
Definition:
A.cs:2
IoTGateway
Content
Waher.Content.Html
Elements
Base.cs
Generated by
1.9.5