Packagecom.yworks.io.graphml.writer.serializer
Classpublic class NodeViewStateSerializer
InheritanceNodeViewStateSerializer Inheritance AbstractSerializer Inheritance Object



Public Properties
 PropertyDefined By
  elementName : String
[override] [read-only]
NodeViewStateSerializer
  xmlNamespace : Namespace
[override] [read-only]
NodeViewStateSerializer
Public Methods
 MethodDefined By
  
NodeViewStateSerializer
  
canHandle(context:GraphMLWriteContext, subject:Object):Boolean
[override]
NodeViewStateSerializer
 Inherited
serialize(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):void
Serialize the given style to a IXmlWriter.
AbstractSerializer
Protected Methods
 MethodDefined By
  
serializeContent(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):void
[override]
NodeViewStateSerializer
Property Detail
elementNameproperty
elementName:String  [read-only] [override]


Implementation
    public function get elementName():String
xmlNamespaceproperty 
xmlNamespace:Namespace  [read-only] [override]


Implementation
    public function get xmlNamespace():Namespace
Constructor Detail
NodeViewStateSerializer()Constructor
public function NodeViewStateSerializer()



Method Detail
canHandle()method
override public function canHandle(context:GraphMLWriteContext, subject:Object):Boolean

Parameters

context:GraphMLWriteContext
 
subject:Object

Returns
Boolean
serializeContent()method 
override protected function serializeContent(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):void

Parameters

context:GraphMLWriteContext
 
subject:Object
 
writer:IXmlWriter