Class GraphMLEventFilter

  • All Implemented Interfaces:
    javax.xml.stream.EventFilter

    public class GraphMLEventFilter
    extends java.lang.Object
    implements javax.xml.stream.EventFilter
    Filter to ignore unsupported XML events.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(javax.xml.stream.events.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​(javax.xml.stream.events.XMLEvent event)
        Specified by:
        accept in interface javax.xml.stream.EventFilter