Show / Hide Table of Contents

Class GraphMLSpecsHelper

A helper class containing GraphML name and URI constants.

Inheritance
object
GraphMLSpecsHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public static class GraphMLSpecsHelper

Fields

| Edit this page 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
string
| Edit this page 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
string
| Edit this page View Source

Directed

The value representing a directed edge.

Declaration
public const string Directed = "directed"
Field Value
Type Description
string
| Edit this page 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
string
| Edit this page View Source

Edge

The name of the GraphML XML element representing an edge.

Declaration
public const string Edge = "edge"
Field Value
Type Description
string
| Edit this page View Source

EdgeLabel

The value representing an edge label attribute id.

Declaration
public const string EdgeLabel = "edgelabel"
Field Value
Type Description
string
| Edit this page 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
string
| Edit this page View Source

Graph

The name of the GraphML XML element representing a graph.

Declaration
public const string Graph = "graph"
Field Value
Type Description
string
| Edit this page View Source

GraphLabel

The value representing a graph label attribute id.

Declaration
public const string GraphLabel = "graphlabel"
Field Value
Type Description
string
| Edit this page View Source

GraphML

The name of the GraphML XML root element.

Declaration
public const string GraphML = "graphml"
Field Value
Type Description
string
| Edit this page 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
string
| Edit this page View Source

Key

The name of the GraphML element representing a key.

Declaration
public const string Key = "key"
Field Value
Type Description
string
| Edit this page View Source

NS

The namespace URI for GraphML XML elements.

Declaration
public const string NS = "http://graphml.graphdrawing.org/xmlns"
Field Value
Type Description
string
| Edit this page 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
string
| Edit this page View Source

NodeLabel

The value representing a node label attribute id.

Declaration
public const string NodeLabel = "label"
Field Value
Type Description
string
| Edit this page 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
string
| Edit this page View Source

String

The value representing the string type.

Declaration
public const string String = "string"
Field Value
Type Description
string
| Edit this page 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
string
| Edit this page 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
string
  • Edit this page
  • View Source
In this article
  • Fields
    • AttributeTyte
    • Data
    • Directed
    • Domain
    • Edge
    • EdgeLabel
    • Edgedefault
    • Graph
    • GraphLabel
    • GraphML
    • Id
    • Key
    • NS
    • Node
    • NodeLabel
    • Source
    • String
    • Target
    • XsdUri
Back to top Generated by DocFX