edu.uci.ics.jung.io.graphml.parser
Class KeyElementParser<G extends Hypergraph<V,E>,V,E>

java.lang.Object
  extended by edu.uci.ics.jung.io.graphml.parser.AbstractElementParser<G,V,E>
      extended by edu.uci.ics.jung.io.graphml.parser.KeyElementParser<G,V,E>
All Implemented Interfaces:
ElementParser

public class KeyElementParser<G extends Hypergraph<V,E>,V,E>
extends AbstractElementParser<G,V,E>

Parses key elements.

Author:
Nathan Mittler - nathan.mittler@gmail.com

Constructor Summary
KeyElementParser(ParserContext<G,V,E> parserContext)
           
 
Method Summary
static Key.ForType convertFor(String value)
           
 Key parse(XMLEventReader xmlEventReader, StartElement start)
           
 
Methods inherited from class edu.uci.ics.jung.io.graphml.parser.AbstractElementParser
applyKeys, getParser, getParserContext, getUnknownParser, verifyMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyElementParser

public KeyElementParser(ParserContext<G,V,E> parserContext)
Method Detail

parse

public Key parse(XMLEventReader xmlEventReader,
                 StartElement start)
          throws GraphIOException
Throws:
GraphIOException

convertFor

public static Key.ForType convertFor(String value)


Copyright © 2009. All Rights Reserved.