edu.uci.ics.jung.io.graphml.parser
Class GraphMLEventFilter

java.lang.Object
  extended by edu.uci.ics.jung.io.graphml.parser.GraphMLEventFilter
All Implemented Interfaces:
EventFilter

public class GraphMLEventFilter
extends Object
implements EventFilter

Filter to ignore unsupported XML events.

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

Constructor Summary
GraphMLEventFilter()
           
 
Method Summary
 boolean accept(XMLEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphMLEventFilter

public GraphMLEventFilter()
Method Detail

accept

public boolean accept(XMLEvent event)
Specified by:
accept in interface EventFilter


Copyright © 2009. All Rights Reserved.