Class GraphMLSpecsHelper
A helper class containing GraphML name and URI constants.
Inheritance
System.Object
GraphMLSpecsHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public static class GraphMLSpecsHelper
Fields
| Improve this Doc View SourceAttributeTyte
The name of the GraphML attribute representing the type of an attribute.
Declaration
public const string AttributeTyte = "attr.type"
Field Value
Type | Description |
---|---|
System.String |
Data
The name of the GraphML element representing custom attributes for nodes and edges.
Declaration
public const string Data = "data"
Field Value
Type | Description |
---|---|
System.String |
Directed
The value representing a directed edge.
Declaration
public const string Directed = "directed"
Field Value
Type | Description |
---|---|
System.String |
Domain
The name of the GraphML attribute representing the domain of a key.
Declaration
public const string Domain = "for"
Field Value
Type | Description |
---|---|
System.String |
Edge
The name of the GraphML XML element representing an edge.
Declaration
public const string Edge = "edge"
Field Value
Type | Description |
---|---|
System.String |
Edgedefault
The name of the GraphML XML attribute representing the default directedness of and edge.
Declaration
public const string Edgedefault = "edgedefault"
Field Value
Type | Description |
---|---|
System.String |
EdgeLabel
The value representing an edge label attribute id.
Declaration
public const string EdgeLabel = "edgelabel"
Field Value
Type | Description |
---|---|
System.String |
Graph
The name of the GraphML XML element representing a graph.
Declaration
public const string Graph = "graph"
Field Value
Type | Description |
---|---|
System.String |
GraphLabel
The value representing a graph label attribute id.
Declaration
public const string GraphLabel = "graphlabel"
Field Value
Type | Description |
---|---|
System.String |
GraphML
The name of the GraphML XML root element.
Declaration
public const string GraphML = "graphml"
Field Value
Type | Description |
---|---|
System.String |
Id
The name of the GraphML attribute representing the id of a node or edge.
Declaration
public const string Id = "id"
Field Value
Type | Description |
---|---|
System.String |
Key
The name of the GraphML element representing a key.
Declaration
public const string Key = "key"
Field Value
Type | Description |
---|---|
System.String |
Node
The name of the GraphML element representing the source of a node.
Declaration
public const string Node = "node"
Field Value
Type | Description |
---|---|
System.String |
NodeLabel
The value representing a node label attribute id.
Declaration
public const string NodeLabel = "label"
Field Value
Type | Description |
---|---|
System.String |
NS
The namespace URI for GraphML XML elements.
Declaration
public const string NS = "http://graphml.graphdrawing.org/xmlns"
Field Value
Type | Description |
---|---|
System.String |
Source
The name of the GraphML attribute representing the source of an edge.
Declaration
public const string Source = "source"
Field Value
Type | Description |
---|---|
System.String |
String
The value representing the string type.
Declaration
public const string String = "string"
Field Value
Type | Description |
---|---|
System.String |
Target
The name of the GraphML attribute representing the target of an edge.
Declaration
public const string Target = "target"
Field Value
Type | Description |
---|---|
System.String |
XsdUri
The URL of the GraphML XML schema.
Declaration
public const string XsdUri = "http://graphml.graphdrawing.org/xmlns/1.1/graphml.xsd"
Field Value
Type | Description |
---|---|
System.String |