com.yworks.yfiles.server.graphml.flexio.deserializer
Class NodeStyleLabelStyleAdapterDeserializer

java.lang.Object
  extended byy.io.graphml.input.AbstractDeserializer
      extended bycom.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
          extended bycom.yworks.yfiles.server.graphml.flexio.deserializer.NodeStyleLabelStyleAdapterDeserializer
All Implemented Interfaces:
DeserializationHandler, java.util.EventListener

public class NodeStyleLabelStyleAdapterDeserializer
extends AbstractDeserializer

Deserializer for NodeStyleLabelStyleAdapter that delegates the deserialization of the 'LabelStyle' and 'NodeStyle' child elements to the context.


Constructor Summary
NodeStyleLabelStyleAdapterDeserializer()
           
 
Method Summary
 java.lang.Object deserializeNode(org.w3c.dom.Node xmlNode, GraphMLParseContext context)
           
 java.lang.String getElementName(GraphMLParseContext context)
          Returns 'NodeStyleLabelStyle'.
 
Methods inherited from class com.yworks.yfiles.server.graphml.flexio.deserializer.AbstractDeserializer
canHandle, getXmlNamespaceURI, onHandleDeserialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeStyleLabelStyleAdapterDeserializer

public NodeStyleLabelStyleAdapterDeserializer()
Method Detail

deserializeNode

public java.lang.Object deserializeNode(org.w3c.dom.Node xmlNode,
                                        GraphMLParseContext context)
                                 throws GraphMLParseException
Throws:
GraphMLParseException

getElementName

public java.lang.String getElementName(GraphMLParseContext context)
Returns 'NodeStyleLabelStyle'.

Specified by:
getElementName in class AbstractDeserializer
Parameters:
context - The parse context.
Returns:
'NodeStyleLabelStyle'


Copyright © 2000-2013 yWorks GmbH. All rights reserved