edu.uci.ics.jung.io.graphml.parser
Class UnknownElementParser
java.lang.Object
edu.uci.ics.jung.io.graphml.parser.UnknownElementParser
- All Implemented Interfaces:
- ElementParser
public class UnknownElementParser
- extends Object
- implements ElementParser
Skips an entire unknown subtree of the XML
- 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 |
UnknownElementParser
public UnknownElementParser()
parse
public Object parse(XMLEventReader xmlEventReader,
StartElement start)
throws GraphIOException
- Skips an entire subtree starting with the provided unknown element.
- Specified by:
parse
in interface ElementParser
- Parameters:
xmlEventReader
- the event readerstart
- the unknown element to be skipped.
- Returns:
- null
- Throws:
GraphIOException
Copyright © 2009. All Rights Reserved.