de.grogra.pf.io
Class GraphMLReader
java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.pf.io.XMLReaderBase
de.grogra.pf.io.GraphMLReader
- All Implemented Interfaces:
- Filter, FilterSource, ObjectSource, RegistryContext, Map, org.xml.sax.ContentHandler
public class GraphMLReader
- extends XMLReaderBase
Nested classes/interfaces inherited from interface de.grogra.util.Map |
Map.Chain |
Method Summary |
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
|
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
|
protected java.lang.Object |
getObjectImpl()
|
void |
startDocument()
|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
|
Methods inherited from class de.grogra.pf.io.FilterBase |
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GraphMLReader
public GraphMLReader(FilterItem item,
FilterSource source)
characters
public void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
- Specified by:
characters
in interface org.xml.sax.ContentHandler
- Overrides:
characters
in class XMLReaderBase
- Throws:
org.xml.sax.SAXException
endDocument
public void endDocument()
throws org.xml.sax.SAXException
- Specified by:
endDocument
in interface org.xml.sax.ContentHandler
- Overrides:
endDocument
in class XMLReaderBase
- Throws:
org.xml.sax.SAXException
endElement
public void endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getObjectImpl
protected java.lang.Object getObjectImpl()
- Specified by:
getObjectImpl
in class XMLReaderBase
startDocument
public void startDocument()
- Specified by:
startDocument
in interface org.xml.sax.ContentHandler
- Overrides:
startDocument
in class XMLReaderBase
startElement
public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException