|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyext.graphml.graph2D.AbstractNodeRealizerSerializer
yext.graphml.graph2D.GenericGroupNodeRealizerSerializer
Serializer for instances of GenericGroupNodeRealizer.
| Constructor Summary | |
GenericGroupNodeRealizerSerializer()
|
|
| Method Summary | |
String |
getName()
Returns the name of the XML element tag which denotes this type of realizer. |
String |
getNamespaceURI()
Returns the target namespace of the toplevel element |
Class |
getRealizerClass()
Returns the class of which the realizer is an instance of. |
void |
parse(NodeRealizer nr,
Node domNode,
GraphMLParseContext context)
Parses the properties from an instance of NodeRealizer. |
void |
write(NodeRealizer nr,
XmlWriter writer,
GraphMLWriteContext context)
Writes the properties from an instance of NodeRealizer. |
void |
writeAttributes(NodeRealizer realizer,
XmlWriter writer,
GraphMLWriteContext context)
Writes out the selection state if requested. |
| Methods inherited from class yext.graphml.graph2D.AbstractNodeRealizerSerializer |
canHandle, canHandle, createRealizerInstance, getNamespacePrefix, writeFill |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GenericGroupNodeRealizerSerializer()
| Method Detail |
public String getName()
NodeRealizerSerializer
public String getNamespaceURI()
NodeRealizerSerializer
public Class getRealizerClass()
NodeRealizerSerializer
public void writeAttributes(NodeRealizer realizer,
XmlWriter writer,
GraphMLWriteContext context)
AbstractNodeRealizerSerializer
writeAttributes in interface NodeRealizerSerializerwriteAttributes in class AbstractNodeRealizerSerializer
public void write(NodeRealizer nr,
XmlWriter writer,
GraphMLWriteContext context)
AbstractNodeRealizerSerializerNodeRealizer.
write in interface NodeRealizerSerializerwrite in class AbstractNodeRealizerSerializer
public void parse(NodeRealizer nr,
Node domNode,
GraphMLParseContext context)
AbstractNodeRealizerSerializerNodeRealizer.
parse in interface NodeRealizerSerializerparse in class AbstractNodeRealizerSerializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||