Search this API

y.io.graphml
Interface NamespaceConstants


public interface NamespaceConstants

Class that provides constants for common namespace declarations and schema locations.


Field Summary
static String GRAPHML_CORE_NS
          The default namespace URI for the graphml core namespace.
static String GRAPHML_CORE_PREFIX
          The default namespace prefix for GRAPHML_CORE_NS.
static String XMLNS_NS
          Constant for the xmlns namespace URI.
static String XSI_NS
          Constant for the Schema instance namespace.
static String YFILES_COMMON_NS
          The namespace URI for common yFiles extensions to graphml.
static String YFILES_COMMON_PREFIX
          The default namespace prefix for YFILES_COMMON_NS.
static String YFILES_JAVA_NS
          Default XML namespace URI of the yWorks graphml extension elements
static String YFILES_JAVA_PREFIX
          The default namespace prefix for YFILES_JAVA_NS.
static String YFILES_SCHEMA_LOCATION
          The schema location for yFiles WPF enhanced GraphML This field has the constant value "http://www.yworks.com/xml/schema/graphml.wpf/2.0/ygraphml.xsd".
 

Field Detail

YFILES_COMMON_NS

static final String YFILES_COMMON_NS
The namespace URI for common yFiles extensions to graphml.

This field has the constant value "http://www.yworks.com/xml/yfiles-common/2.0".

See Also:
Constant Field Values

YFILES_COMMON_PREFIX

static final String YFILES_COMMON_PREFIX
The default namespace prefix for YFILES_COMMON_NS.

This field has the constant value "yfiles".

See Also:
YFILES_COMMON_NS, Constant Field Values

YFILES_JAVA_NS

static final String YFILES_JAVA_NS
Default XML namespace URI of the yWorks graphml extension elements

See Also:
Constant Field Values

YFILES_JAVA_PREFIX

static final String YFILES_JAVA_PREFIX
The default namespace prefix for YFILES_JAVA_NS.

This field has the constant value "y".

See Also:
YFILES_COMMON_NS, Constant Field Values

GRAPHML_CORE_NS

static final String GRAPHML_CORE_NS
The default namespace URI for the graphml core namespace.

This field has the constant value "http://graphml.graphdrawing.org/xmlns".

See Also:
Constant Field Values

GRAPHML_CORE_PREFIX

static final String GRAPHML_CORE_PREFIX
The default namespace prefix for GRAPHML_CORE_NS.

This field has the constant value "".

See Also:
GRAPHML_CORE_NS, Constant Field Values

XSI_NS

static final String XSI_NS
Constant for the Schema instance namespace.

See Also:
Constant Field Values

XMLNS_NS

static final String XMLNS_NS
Constant for the xmlns namespace URI.

See Also:
Constant Field Values

YFILES_SCHEMA_LOCATION

static final String YFILES_SCHEMA_LOCATION
The schema location for yFiles WPF enhanced GraphML

This field has the constant value "http://www.yworks.com/xml/schema/graphml.wpf/2.0/ygraphml.xsd".

See Also:
Constant Field Values

© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.