fr.lri.bd.olap.jung
Class LRIGraphMLFileHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by edu.uci.ics.jung.io.GraphMLFileHandler
          extended by fr.lri.bd.olap.jung.LRIGraphMLFileHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class LRIGraphMLFileHandler
extends edu.uci.ics.jung.io.GraphMLFileHandler

Extended GraphML file handler to use to parse the xml file. There is extension of database properties in compare with standard graphml file

Author:
holubec

Constructor Summary
LRIGraphMLFileHandler()
           
 
Method Summary
 DBConnectionProperties getDbConnProps()
           
 void startElement(String namespaceURI, String lName, String qName, Attributes attrs)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, error, fatalError, characters, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LRIGraphMLFileHandler

public LRIGraphMLFileHandler()
Method Detail

startElement

public void startElement(String namespaceURI,
                         String lName,
                         String qName,
                         Attributes attrs)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class edu.uci.ics.jung.io.GraphMLFileHandler
Throws:
SAXException

getDbConnProps

public DBConnectionProperties getDbConnProps()
Returns:
DBConnectionProperties object