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.
-
Field Summary
Fields -
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementParser
parse
-
Field Details
-
parserContext
-
-
Constructor Details
-
AbstractElementParser
-
-
Method Details
-
getParserContext
-
getParser
-
applyKeys
-
getUnknownParser
-
verifyMatch
- Throws:
GraphIOException
-