Property
children
The attribute value nodes attached to the attribute.
var children: AnySequence<XMLElement> { get }
Discussion
libxml2 stores attribute values as linked nodes, so this returns a sequence rather than a single string.
Property
The attribute value nodes attached to the attribute.
var children: AnySequence<XMLElement> { get }
libxml2 stores attribute values as linked nodes, so this returns a sequence rather than a single string.