Package ch.rabanti.nanoxlsx4j.lowLevel
Class XmlDocument.XmlAttribute
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.XmlDocument.XmlAttribute
- Enclosing class:
- XmlDocument
Class representing an XML attribute
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlAttribute
Constructor with full declaration- Parameters:
name
- Attribute namevalue
- Attribute value
-