Package | Description |
---|---|
com.yworks.yfiles.graphml |
Definitions, default implementations, and support classes for GraphML I/O support.
|
Modifier and Type | Method and Description |
---|---|
static XmlName |
XmlName.convertFrom(String name)
Factory method that creates a new XmlName for the given local name.
|
static XmlName |
XmlName.get(String name,
String nameSpace)
Factory method that creates a new XmlName from the given arguments.
|
XmlName |
GraphMLXmlAttribute.getName()
Gets the fully qualified name of the attribute.
|
XmlName |
IXamlNameMapper.getName(IWriteContext context,
Type type)
Returns the XML tag name that belongs to type .
|
Modifier and Type | Method and Description |
---|---|
static boolean |
XmlName.equals(String name,
XmlName xmlName)
Convenience method that compares a given (unqualified) name to the given XmlName.
|
static boolean |
XmlName.equals(XmlName name,
XmlName name1)
Checks for equality of the two given XmlNames.
|
Class |
IXamlNameMapper.getType(IParseContext context,
XmlName fqTagName)
Returns a
Class that matches the given fqTagName of an XML element. |
Constructor and Description |
---|
GraphMLXmlAttribute(XmlName name,
String value)
Initializes a new instance of the
GraphMLXmlAttribute class. |