Std.Xml.Node
1 declaration
type
NodeThis declaration introduces a public type.
What it does
A node of a document.
Text and elements are the two kinds a reader acts on. Comments and
processing instructions are dropped while reading rather than carried,
because a document is read here to get at what it says, and a reader that
had to skip them at every level would skip them wrongly somewhere.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
