Class MipavGraphXMLContentHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
gov.nih.mipav.view.graphVisualization.MipavGraphXMLContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class MipavGraphXMLContentHandler extends DefaultHandler
Parses the MIPAX Graph XML file.
  • Field Details

    • reader

      private MipavSAXReader reader
    • graph

      protected hypergraph.graphApi.Graph graph
    • currentElement

      protected hypergraph.graphApi.Element currentElement
    • currentText

      protected StringBuffer currentText
  • Constructor Details

    • MipavGraphXMLContentHandler

      public MipavGraphXMLContentHandler()
      Creates the content handler.
  • Method Details