| Package | com.yworks.io.graphml.reader.deserializer |
| Class | public class SWFNodeStyleDeserializer |
| Inheritance | SWFNodeStyleDeserializer AbstractNodeStyleDeserializer AbstractDeserializer Object |
SWFNodeStyle instances.
A shared instance can be retrieved using instance.
See also
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only]
The local tag name that this Deserializer can claim to handle
| SWFNodeStyleDeserializer | ||
| instance : SWFNodeStyleDeserializer [static] [read-only]
A shared instance of this deserializer
| SWFNodeStyleDeserializer | ||
| xmlNamespace : Namespace [override] [read-only]
The XmlNamespace that this Deserializer can claim to handle. | SWFNodeStyleDeserializer | ||
| Method | Defined By | ||
|---|---|---|---|
[override]
Deserialize the style specific data content of element. | SWFNodeStyleDeserializer | ||
| elementName | property |
elementName:String [read-only] [override] The local tag name that this Deserializer can claim to handle
public function get elementName():String| instance | property |
instance:SWFNodeStyleDeserializer [read-only] A shared instance of this deserializer
public static function get instance():SWFNodeStyleDeserializer| xmlNamespace | property |
xmlNamespace:Namespace [read-only] [override] The XmlNamespace that this Deserializer can claim to handle.
This method needs to be overridden by subclass implementations.
public function get xmlNamespace():Namespace| deserializeStyle | () | method |
override protected function deserializeStyle(context:GraphMLParseContext, element:XML):INodeStyle
Deserialize the style specific data content of element.
Parameters
context:GraphMLParseContext — The current parse context
| |
element:XML — The current XML object that represents the node style
|
INodeStyle — A new INodeStyle instance or the instance passed as styleInstance.
|