Click or drag to resize

GraphMLSpecsHelper Class

A helper class containing GraphML name and URI constants.
Inheritance Hierarchy
SystemObject
  VDS.RDF.WritingGraphMLSpecsHelper

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static class GraphMLSpecsHelper

The GraphMLSpecsHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAttributeTyte
The name of the GraphML attribute representing the type of an attribute.
Public fieldStatic memberData
The name of the GraphML element representing custom attributes for nodes and edges.
Public fieldStatic memberDirected
The value representing a directed edge.
Public fieldStatic memberDomain
The name of the GraphML attribute representing the domain of a key.
Public fieldStatic memberEdge
The name of the GraphML XML element representing an edge.
Public fieldStatic memberEdgedefault
The name of the GraphML XML attribute representing the default directedness of and edge.
Public fieldStatic memberEdgeLabel
The value representing an edge label attribute id.
Public fieldStatic memberGraph
The name of the GraphML XML element representing a graph.
Public fieldStatic memberGraphLabel
The value representing a graph label attribute id.
Public fieldStatic memberGraphML
The name of the GraphML XML root element.
Public fieldStatic memberId
The name of the GraphML attribute representing the id of a node or edge.
Public fieldStatic memberKey
The name of the GraphML element representing a key.
Public fieldStatic memberNode
The name of the GraphML element representing the source of a node.
Public fieldStatic memberNodeLabel
The value representing a node label attribute id.
Public fieldStatic memberNS
The namespace URI for GraphML XML elements.
Public fieldStatic memberSource
The name of the GraphML attribute representing the source of an edge.
Public fieldStatic memberString
The value representing the string type.
Public fieldStatic memberTarget
The name of the GraphML attribute representing the target of an edge.
Public fieldStatic memberXsdUri
The URL of the GraphML XML schema.
Top
See Also