Namespace SunamoXml.Generators
Classes
- XmlGenerator
Builds XML content using a StringBuilder. Supports tag writing, attributes, CDATA sections, and optional stack-based tracking of opened tags.
- XmlGeneratorNS2
Builds namespaced XML content. All generated tags are prefixed with the specified namespace.
- XmlGeneratorResources
Generates XML resource entries in the standard .resx format with name, xml:space, and value elements.
- XmlGeneratorSelective
Extends XmlGenerator with selective attribute writing, allowing certain attributes to be excluded.
- XmlTemplates
Provides XML template strings and methods for creating XML document wrappers.