Creates a string element using the builder pattern.
This is an alternative to StringValueElement that uses BuilderElement for more explicit attribute naming.
The XML element name
The string value
An XmlComponent with the string value
createStringElement("w:pStyle", "Heading1");// Generates: <w:pStyle w:val="Heading1"/> Copy
createStringElement("w:pStyle", "Heading1");// Generates: <w:pStyle w:val="Heading1"/>
Creates a string element using the builder pattern.
This is an alternative to StringValueElement that uses BuilderElement for more explicit attribute naming.