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 java.lang.String GRAPHML_CORE_NS
          The default namespace URI for the graphml core namespace.
static java.lang.String GRAPHML_CORE_PREFIX
          The default namespace prefix for GRAPHML_CORE_NS.
static java.lang.String JAVA_NS
          The namespace URI that is used for types of the Java framework.
static java.lang.String JAVA_PREFIX
          The default namespace prefix for JAVA_NS.
static java.lang.String XMLNS_NS
          Constant for the xmlns namespace URI.
static java.lang.String XSI_NS
          Constant for the Schema instance namespace.
static java.lang.String YFILES_COMMON_MARKUP_NS
          The namespace URI for structures representations of data structures like arrays, lists, and maps.
static java.lang.String YFILES_COMMON_MARKUP_PREFIX
          The default namespace prefix for YFILES_COMMON_MARKUP_NS.
static java.lang.String YFILES_COMMON_NS
          The namespace URI for common yFiles extensions to graphml.
static java.lang.String YFILES_COMMON_PREFIX
          The default namespace prefix for YFILES_COMMON_NS.
static java.lang.String YFILES_JAVA_NS
          Default XML namespace URI of the yWorks graphml extension elements
static java.lang.String YFILES_JAVA_PREFIX
          The default namespace prefix for YFILES_JAVA_NS.
static java.lang.String YFILES_PRIMITIVES_MARKUP_NS
          The namespace URI used for structured representations of primitive types and strings.
static java.lang.String YFILES_PRIMITIVES_MARKUP_PREFIX
          The default namespace prefix for YFILES_PRIMITIVES_MARKUP_NS.
static java.lang.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 java.lang.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 java.lang.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_COMMON_MARKUP_NS

static final java.lang.String YFILES_COMMON_MARKUP_NS
The namespace URI for structures representations of data structures like arrays, lists, and maps.

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

See Also:
Constant Field Values

YFILES_COMMON_MARKUP_PREFIX

static final java.lang.String YFILES_COMMON_MARKUP_PREFIX
The default namespace prefix for YFILES_COMMON_MARKUP_NS.

This field has the constant value "x".

See Also:
YFILES_COMMON_MARKUP_NS, Constant Field Values

YFILES_PRIMITIVES_MARKUP_NS

static final java.lang.String YFILES_PRIMITIVES_MARKUP_NS
The namespace URI used for structured representations of primitive types and strings.

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

See Also:
Constant Field Values

YFILES_PRIMITIVES_MARKUP_PREFIX

static final java.lang.String YFILES_PRIMITIVES_MARKUP_PREFIX
The default namespace prefix for YFILES_PRIMITIVES_MARKUP_NS.

This field has the constant value "sys".

See Also:
YFILES_PRIMITIVES_MARKUP_NS, Constant Field Values

YFILES_JAVA_NS

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

See Also:
Constant Field Values

YFILES_JAVA_PREFIX

static final java.lang.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 java.lang.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 java.lang.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 java.lang.String XSI_NS
Constant for the Schema instance namespace.

See Also:
Constant Field Values

XMLNS_NS

static final java.lang.String XMLNS_NS
Constant for the xmlns namespace URI.

See Also:
Constant Field Values

YFILES_SCHEMA_LOCATION

static final java.lang.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

JAVA_NS

static final java.lang.String JAVA_NS
The namespace URI that is used for types of the Java framework.

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

See Also:
Constant Field Values

JAVA_PREFIX

static final java.lang.String JAVA_PREFIX
The default namespace prefix for JAVA_NS.

This field has the constant value "java".

See Also:
JAVA_NS, Constant Field Values

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