public class GraphMLFileHandler
extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
GraphMLFileHandler()
The default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected Edge |
createEdge(java.util.Map attributeMap) |
protected void |
createGraph(java.util.Map attributeMap) |
protected ArchetypeVertex |
createVertex(java.util.Map attributeMap) |
protected Graph |
getGraph() |
protected StringLabeller |
getLabeller() |
void |
startElement(java.lang.String namespaceURI,
java.lang.String lName,
java.lang.String qName,
org.xml.sax.Attributes attrs) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected Graph getGraph()
protected StringLabeller getLabeller()
protected Edge createEdge(java.util.Map attributeMap)
protected void createGraph(java.util.Map attributeMap)
protected ArchetypeVertex createVertex(java.util.Map attributeMap)
public void startElement(java.lang.String namespaceURI,
java.lang.String lName,
java.lang.String qName,
org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerorg.xml.sax.SAXException