Class NodeElementParser<G extends Hypergraph<V,E> , V, E>
java.lang.Object
edu.uci.ics.jung.io.graphml.parser.AbstractElementParser<G,V,E>
edu.uci.ics.jung.io.graphml.parser.NodeElementParser<G,V,E>
- All Implemented Interfaces:
ElementParser
public class NodeElementParser<G extends Hypergraph<V,E>, V, E>
extends AbstractElementParser<G,V,E>
Parses node elements.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractElementParser
applyKeys, getParser, getParserContext, getUnknownParser, verifyMatch
-
Constructor Details
-
NodeElementParser
-
-
Method Details
-
parse
public NodeMetadata parse(XMLEventReader xmlEventReader, StartElement start) throws GraphIOException - Throws:
GraphIOException
-