| Package | com.yworks.io.graphml.reader.deserializer |
| Class | public class TextLayoutFormatDeserializer |
| Inheritance | TextLayoutFormatDeserializer AbstractDeserializer Object |
TextLayoutFormat instances.
A shared instance can be retrieved using instance.
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only]
The local tag name that this Deserializer can claim to handle
| TextLayoutFormatDeserializer | ||
| instance : TextLayoutFormatDeserializer [static] [read-only] | TextLayoutFormatDeserializer | ||
| xmlNamespace : Namespace [override] [read-only]
The XmlNamespace that this Deserializer can claim to handle. | TextLayoutFormatDeserializer | ||
| 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 [override]
Create a new instance from the
xml element
| TextLayoutFormatDeserializer | ||
| 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:TextLayoutFormatDeserializer [read-only] public static function get instance():TextLayoutFormatDeserializer| 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| deserialize | () | method |
override public function deserialize(context:GraphMLParseContext, element:XML):ObjectCreate a new instance from the xml element
Parameters
context:GraphMLParseContext — The current parse context
| |
element:XML — The current xml element
|
Object — A new instance
|