edu.uci.ics.jung.io.graphml.parser
Class ElementParserRegistry<G extends Hypergraph<V,E>,V,E>
java.lang.Object
edu.uci.ics.jung.io.graphml.parser.ElementParserRegistry<G,V,E>
public class ElementParserRegistry<G extends Hypergraph<V,E>,V,E>
- extends Object
Registry for all element parsers.
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementParserRegistry
public ElementParserRegistry(KeyMap keyMap,
graphTransformer,
vertexTransformer,
edgeTransformer,
hyperEdgeTransformer)
getUnknownElementParser
public ElementParser getUnknownElementParser()
getParser
public ElementParser getParser(String localName)
Copyright © 2010 null. All Rights Reserved.