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

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

public class DocumentFragmentDeserializer
extends AbstractDeserializer

Extract the children of an element into a new DocumentFragment.


Constructor Summary
DocumentFragmentDeserializer()
           
 
Method Summary
 boolean canHandle(DeserializationEvent e)
          Always returns true.
 java.lang.Object deserializeNode(org.w3c.dom.Node xmlNode, GraphMLParseContext context)
           
 
Methods inherited from class y.io.graphml.input.AbstractDeserializer
onHandleDeserialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFragmentDeserializer

public DocumentFragmentDeserializer()
Method Detail

deserializeNode

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

canHandle

public boolean canHandle(DeserializationEvent e)
Always returns true.

Parameters:
e - The deserialization event to check.
Returns:
true.


Copyright © 2000-2013 yWorks GmbH. All rights reserved