public class XMLAttribute extends Object implements Serializable
XmlPrintStream
When passing an attribute, it is possible to use a string, however sometime is needed to specify the also the format, in this case
use this class| Modifier and Type | Class and Description |
|---|---|
static class |
XMLAttribute.Format |
| Modifier and Type | Field and Description |
|---|---|
XMLAttribute.Format |
format |
String |
value |
| Modifier and Type | Method and Description |
|---|---|
XMLAttribute.Format |
getFormat() |
static XMLAttribute |
of(String name,
XMLAttribute.Format format) |
String |
toString() |
public final String value
public final XMLAttribute.Format format
public static XMLAttribute of(String name, XMLAttribute.Format format)
public XMLAttribute.Format getFormat()
Copyright © 2020 The Symphony Software Foundation. All rights reserved.