|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeserializationProperties
Constant class for common deserialization properties.
GraphMLParseContext.getDeserializationProperty(Object)
Field Summary | |
---|---|
static java.lang.String |
CURRENT_SCOPE
The current KeyScope in which an InputHandler
or custom deserialization code is called. |
static java.lang.String |
GRAPHML_CORE_NAMESPACE
The namespace for core graphml elements. |
static java.lang.String |
IGNORE_PORTS
Specifies the behaviour when parsing of ports. |
static java.lang.String |
IGNORE_RESOURCE_ERRORS
Specifies the behaviour when parsing of embedded or external resources fails. |
static java.lang.String |
IGNORE_UNKNOWN_REALIZERS
Specifies the handling of unknown Node/EdgeRealizers. |
Field Detail |
---|
static final java.lang.String CURRENT_SCOPE
KeyScope
in which an InputHandler
or custom deserialization code is called.
This property is set by the parser and should only be queried.
static final java.lang.String GRAPHML_CORE_NAMESPACE
This property is set by the parser and should only be queried.
static final java.lang.String IGNORE_UNKNOWN_REALIZERS
If that property is set to true
, Node/EdgeRealizers for which no RealizerSerializers are registered
are parsed by FallbackEdgeRealizerSerializer
and
FallbackNodeRealizerSerializer
. Otherwise, a DeserializationNotSupportedException
is thrown.
Default value is true
.
static final java.lang.String IGNORE_RESOURCE_ERRORS
If that property is set to true
, errors that occur when loading embedded or external resources are logged only.
Otherwise, a GraphMLParseException
is thrown.
Default value is true
.
static final java.lang.String IGNORE_PORTS
If this property is set to true
, graphml <port> elements
are ignored.
Default value is false
.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |