Closed luzannew closed 2 years ago
The classes XmlSimpleName
and XmlPrefixName
are an implementation detail that is not meant to be exposed, please use name.prefix != null
to check if this is a prefixed name.
Ok, I closed the PR. It was much simpler to check on type but this also works for me. Thanks :)
Added XmlSimpleName and XmlPrefixName in the export, so we can do a check on
element.name
(element is XmlElement) to see which type it is