XmlElementNaturalImpl constructor

XmlElementNaturalImpl(
  1. XmlSourceRange source,
  2. XmlName name,
  3. Iterable<XmlAttribute> attributesIterable,
  4. Iterable<XmlElementChildNatural> childrenNodes,
  5. bool isSelfClosing,
  6. Elementype style,
)

Implementation

XmlElementNaturalImpl(
  this.source,
  XmlName name,
  Iterable<XmlAttribute> attributesIterable,
  this.childrenNodes,
  bool isSelfClosing,
  this.style,
) : super(name, attributesIterable, childrenNodes, isSelfClosing);