| Package | com.yworks.io.graphml.realizer |
| Interface | public interface IRealizerSerializer |
| Subinterfaces | IEdgeRealizerSerializer, ILabelSerializer, INodeRealizerSerializer |
| Method | Defined by | ||
|---|---|---|---|
|
getElementName(item:Object):String
Returns the name of the element that will be written by this serializer given the provided item.
| IRealizerSerializer | ||
|
getElementNames():Array
Returns the names of all XML elements that can be parsed or written by this serializer.
| IRealizerSerializer | ||
|
getNamespace():Namespace
Returns the namespace of the element this serilaizer writes.
| IRealizerSerializer | ||
|
getStyleClass():Class
Returns the style class that can be serialized or deserialized by this instance.
| IRealizerSerializer | ||
| getElementName | () | method |
public function getElementName(item:Object):StringReturns the name of the element that will be written by this serializer given the provided item.
Parametersitem:Object |
String — the name of the item
|
| getElementNames | () | method |
public function getElementNames():ArrayReturns the names of all XML elements that can be parsed or written by this serializer.
ReturnsArray |
| getNamespace | () | method |
public function getNamespace():NamespaceReturns the namespace of the element this serilaizer writes.
ReturnsNamespace — the namespace of the elements
|
| getStyleClass | () | method |
public function getStyleClass():ClassReturns the style class that can be serialized or deserialized by this instance.
ReturnsClass — The class that can be serialized by this instance.
|