Show / Hide Table of Contents

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 Source

AttributeTyte

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Directed

The value representing a directed edge.
Declaration
public const string Directed = "directed"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

Edge

The name of the GraphML XML element representing an edge.
Declaration
public const string Edge = "edge"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

EdgeLabel

The value representing an edge label attribute id.
Declaration
public const string EdgeLabel = "edgelabel"
Field Value
Type Description
System.String
| Improve this Doc View Source

Graph

The name of the GraphML XML element representing a graph.
Declaration
public const string Graph = "graph"
Field Value
Type Description
System.String
| Improve this Doc View Source

GraphLabel

The value representing a graph label attribute id.
Declaration
public const string GraphLabel = "graphlabel"
Field Value
Type Description
System.String
| Improve this Doc View Source

GraphML

The name of the GraphML XML root element.
Declaration
public const string GraphML = "graphml"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

Key

The name of the GraphML element representing a key.
Declaration
public const string Key = "key"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

NodeLabel

The value representing a node label attribute id.
Declaration
public const string NodeLabel = "label"
Field Value
Type Description
System.String
| Improve this Doc View Source

NS

The namespace URI for GraphML XML elements.
Declaration
public const string NS = "http://graphml.graphdrawing.org/xmlns"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

String

The value representing the string type.
Declaration
public const string String = "string"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • AttributeTyte
    • Data
    • Directed
    • Domain
    • Edge
    • Edgedefault
    • EdgeLabel
    • Graph
    • GraphLabel
    • GraphML
    • Id
    • Key
    • Node
    • NodeLabel
    • NS
    • Source
    • String
    • Target
    • XsdUri
Back to top Generated by DocFX