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

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.GeneralPathNodeStyleDeserializer
All Implemented Interfaces:
DeserializationHandler, java.util.EventListener

public class GeneralPathNodeStyleDeserializer
extends AbstractDeserializer

Deserializer for GeneralPathNodeStyle.


Constructor Summary
GeneralPathNodeStyleDeserializer()
           
 
Method Summary
 java.lang.Object deserializeNode(org.w3c.dom.Node xmlNode, GraphMLParseContext context)
           
 java.lang.String getElementName(GraphMLParseContext context)
          Returns 'IGeneralPathNodeStyle'.
 
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

GeneralPathNodeStyleDeserializer

public GeneralPathNodeStyleDeserializer()
Method Detail

getElementName

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

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

deserializeNode

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


Copyright © 2000-2013 yWorks GmbH. All rights reserved