| Package | com.yworks.io.graphml.reader.deserializer |
| Class | public class ComponentNodeStyleDeserializer |
| Inheritance | ComponentNodeStyleDeserializer AbstractDeserializer |
IDeserializer for the ComponentNodeStyle.
The component itself is deserialized either using a custom separate deserializer that is obtained from the context or using a class name.
| Property | Defined by | ||
|---|---|---|---|
| elementName : String [read-only]
The local tag name that this Deserializer can claim to handle
| ComponentNodeStyleDeserializer | ||
| instance : ComponentNodeStyleDeserializer
[static][read-only]
The singleton instance of this deserializer.
| ComponentNodeStyleDeserializer | ||
| xmlNamespace : Namespace [read-only]
The XmlNamespace that this Deserializer can claim to handle.
| ComponentNodeStyleDeserializer | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
canHandle(context:GraphMLParseContext, element:XML):Boolean
Returns whether a deserializer can handle a specific xml element.
| AbstractDeserializer | |
|
deserialize(context:GraphMLParseContext, element:XML):Object
Create a new instance from the
xml element
| ComponentNodeStyleDeserializer | ||
| elementName | property |
elementName:String [read-only]The local tag name that this Deserializer can claim to handle
Implementation public function get elementName():String
| instance | property |
instance:ComponentNodeStyleDeserializer [read-only]The singleton instance of this deserializer.
Implementation public static function get instance():ComponentNodeStyleDeserializer
| xmlNamespace | property |
xmlNamespace:Namespace [read-only]The XmlNamespace that this Deserializer can claim to handle.
This method needs to be overriden by subclass implementations.
Implementation public function get xmlNamespace():Namespace
| deserialize | () | method |
public override function deserialize(context:GraphMLParseContext, element:XML):ObjectCreate a new instance from the xml element
Parameterscontext:GraphMLParseContext — The current parse context
|
|
element:XML — The current xml element
|
Object — A new instance
|