XmlElementNaturalImpl constructor
XmlElementNaturalImpl(
- XmlSourceRange source,
- XmlName name,
- Iterable<
XmlAttribute> attributesIterable, - Iterable<
XmlElementChildNatural> childrenNodes, - bool isSelfClosing,
- Elementype style,
Implementation
XmlElementNaturalImpl(
this.source,
XmlName name,
Iterable<XmlAttribute> attributesIterable,
this.childrenNodes,
bool isSelfClosing,
this.style,
) : super(name, attributesIterable, childrenNodes, isSelfClosing);