| Package | com.yworks.io.graphml.reader |
| Class | public class XmlAttributesParserAdapter |
| Inheritance | XmlAttributesParserAdapter Object |
| Implements | IXmlAttributesParser |
IXmlAttributesParser.
This class provides empty implementations for
all methods in IXmlAttributesParser.
| Method | Defined By | ||
|---|---|---|---|
parseEdgeAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a edge element
| XmlAttributesParserAdapter | ||
parseGraphAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a graph element
| XmlAttributesParserAdapter | ||
parseGraphMLAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a graphml element
| XmlAttributesParserAdapter | ||
parseNodeAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a node element
| XmlAttributesParserAdapter | ||
parsePortAttributes(context:GraphMLParseContext):void
Parse the XML attributes of a port element
| XmlAttributesParserAdapter | ||
| 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
|