Class AbstractElementParser<G extends Hypergraph<V,E>,V,E>
java.lang.Object
edu.uci.ics.jung.io.graphml.parser.AbstractElementParser<G,V,E>
- All Implemented Interfaces:
ElementParser
- Direct Known Subclasses:
DataElementParser,EdgeElementParser,EndpointElementParser,GraphElementParser,HyperEdgeElementParser,KeyElementParser,NodeElementParser,PortElementParser,StringElementParser
public abstract class AbstractElementParser<G extends Hypergraph<V,E>,V,E>
extends Object
implements ElementParser
Base class for element parsers - provides some minimal functionality.
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractElementParser(ParserContext<G, V, E> parserContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidParserContext<G, V, E> protected voidverifyMatch(StartElement start, EndElement end) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.uci.ics.jung.io.graphml.parser.ElementParser
parse
-
Constructor Details
-
AbstractElementParser
-
-
Method Details
-
getParserContext
-
getParser
-
applyKeys
-
getUnknownParser
-
verifyMatch
- Throws:
GraphIOException
-