Packagecom.yworks.io.graphml.reader
Interfacepublic interface IXmlAttributesParser
Implementors XmlAttributesParserAdapter

Interface for classes that handle the parsing of XML attributes of GraphML elements (not GraphML attributes defined with data elements)



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