Packagecom.yworks.io.graphml.reader
Classpublic class XmlAttributesParserAdapter
InheritanceXmlAttributesParserAdapter Inheritance Object
Implements IXmlAttributesParser

Implementation stub of IXmlAttributesParser.

This class provides empty implementations for all methods in IXmlAttributesParser.



Public Methods
 MethodDefined By
  
Parse the XML attributes of a edge element
XmlAttributesParserAdapter
  
Parse the XML attributes of a graph element
XmlAttributesParserAdapter
  
Parse the XML attributes of a graphml element
XmlAttributesParserAdapter
  
Parse the XML attributes of a node element
XmlAttributesParserAdapter
  
Parse the XML attributes of a port element
XmlAttributesParserAdapter
Method Detail
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