Class XmlGeneratorSelective
- Namespace
- SunamoXml.Generators
- Assembly
- SunamoXml.dll
Extends XmlGenerator with selective attribute writing, allowing certain attributes to be excluded.
public class XmlGeneratorSelective : XmlGenerator
- Inheritance
-
XmlGeneratorSelective
- Inherited Members
- Extension Methods
Methods
ToString()
Returns the generated XML content as a string.
public override string ToString()
Returns
WriteTagWithAttrsSelective(string, List<string>, List<string>)
Writes an opening tag with attributes, excluding those whose names appear in the exclusion list.
public void WriteTagWithAttrsSelective(string tagName, List<string> excludedAttributes, List<string> attributes)