Search this API

y.io.graphml.output
Class GraphMLXmlAttribute

java.lang.Object
  extended by y.io.graphml.output.GraphMLXmlAttribute

public class GraphMLXmlAttribute
extends java.lang.Object

A class for use in the OutputHandler interface that encapsulates an XML attribute.

 

Constructor Summary
GraphMLXmlAttribute(java.lang.String localName, java.lang.String xmlNamespace, java.lang.String value)
          Initializes a new instance of the GraphMLXmlAttribute struct.
 
Method Summary
 java.lang.String getLocalName()
          Gets the local name of the attribute.
 java.lang.String getNamespace()
          Gets the namespace for the attribute to use or null.
 java.lang.String getValue()
          Gets the value of the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphMLXmlAttribute

public GraphMLXmlAttribute(java.lang.String localName,
                           java.lang.String xmlNamespace,
                           java.lang.String value)
Initializes a new instance of the GraphMLXmlAttribute struct.

Parameters:
localName - The local name.
xmlNamespace - The namespace.
value - The value of the attribute.
Method Detail

getLocalName

public java.lang.String getLocalName()
Gets the local name of the attribute.

Returns:
The local name.

getNamespace

public java.lang.String getNamespace()
Gets the namespace for the attribute to use or null.

Returns:
The namespace to use.

getValue

public java.lang.String getValue()
Gets the value of the attribute.

Returns:
The value.

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.