CustomXmlWriter.addAttribute

Write tag attribute.

  1. void addAttribute(string value)
    struct CustomXmlWriter(WRITER, Formatter)
    void
    addAttribute
    (
    string name
    )
    (
    string value
    )
  2. void addAttribute(string name, string value)

Meta