| Package | com.yworks.io.graphml.reader |
| Interface | public interface IXmlAttributesParser |
| Implementors | XmlAttributesParserAdapter |
data elements)
| Method | Defined By | ||
|---|---|---|---|
parseEdgeAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a edge element
| IXmlAttributesParser | ||
parseGraphAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a graph element
| IXmlAttributesParser | ||
parseGraphMLAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a graphml element
| IXmlAttributesParser | ||
parseNodeAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a node element
| IXmlAttributesParser | ||
parsePortAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a port element
| IXmlAttributesParser | ||
| parseEdgeAttributes | () | method |
public function parseEdgeAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a edge element
Parameters
context:GraphMLParseContext — the current parse context
|
| parseGraphAttributes | () | method |
public function parseGraphAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a graph element
Parameters
context:GraphMLParseContext — the current parse context
|
| parseGraphMLAttributes | () | method |
public function parseGraphMLAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a graphml element
Parameters
context:GraphMLParseContext — the current parse context
|
| parseNodeAttributes | () | method |
public function parseNodeAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a node element
Parameters
context:GraphMLParseContext — The current parse context
|
| parsePortAttributes | () | method |
public function parsePortAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a port element
Parameters
context:GraphMLParseContext — the current parse context
|