Class XmlDocument.XmlAttribute

java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.XmlDocument.XmlAttribute
Enclosing class:
XmlDocument

public static class XmlDocument.XmlAttribute extends Object
Class representing an XML attribute
  • Constructor Details

    • XmlAttribute

      public XmlAttribute(String name, String value)
      Constructor with full declaration
      Parameters:
      name - Attribute name
      value - Attribute value