|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.io.graphml.output.GraphMLXmlAttribute
public class GraphMLXmlAttribute
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 |
---|
public GraphMLXmlAttribute(java.lang.String localName, java.lang.String xmlNamespace, java.lang.String value)
GraphMLXmlAttribute
struct.
localName
- The local name.xmlNamespace
- The namespace.value
- The value of the attribute.Method Detail |
---|
public java.lang.String getLocalName()
public java.lang.String getNamespace()
null
.
public java.lang.String getValue()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |