public class GraphMLXmlAttribute extends Object
IOutputHandler interface that encapsulates an XML attribute.| Constructor and Description |
|---|
GraphMLXmlAttribute(XmlName name,
String value)
Initializes a new instance of the
GraphMLXmlAttribute class. |
| Modifier and Type | Method and Description |
|---|---|
XmlName |
getName()
Gets the fully qualified name of the attribute.
|
String |
getValue()
Gets the value of the attribute.
|
public GraphMLXmlAttribute(XmlName name, String value)
GraphMLXmlAttribute class.name - The attribute name.value - The value.