|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgraphlab.gui.plugins.main.saveload.xmlparser.GraphmlHandlerImpl
public class GraphmlHandlerImpl
| Field Summary | |
|---|---|
BlackBoard |
bb
|
static boolean |
DEBUG
|
Graph |
g
|
java.util.HashMap<java.lang.String,Vertex> |
vByID
|
| Constructor Summary | |
|---|---|
GraphmlHandlerImpl(BlackBoard blackBoard)
|
|
GraphmlHandlerImpl(Graph graph)
|
|
| Method Summary | |
|---|---|
void |
end_edge()
A container element end event handling method. |
void |
end_endpoint()
A container element end event handling method. |
void |
end_graph()
A container element end event handling method. |
void |
end_graphml()
A container element end event handling method. |
void |
end_hyperedge()
A container element end event handling method. |
void |
end_node()
A container element end event handling method. |
void |
end_port()
A container element end event handling method. |
void |
handle_data(java.lang.String data,
org.xml.sax.Attributes meta)
A data element event handling method. |
void |
handle_desc(java.lang.String data,
org.xml.sax.Attributes meta)
A data element event handling method. |
void |
handle_key(java.lang.String data,
org.xml.sax.Attributes meta)
A data element event handling method. |
void |
handle_locator(org.xml.sax.Attributes meta)
An empty element event handling method. |
void |
start_edge(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_endpoint(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_graph(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_graphml(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_hyperedge(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_node(org.xml.sax.Attributes meta)
A container element start event handling method. |
void |
start_port(org.xml.sax.Attributes meta)
A container element start event handling method. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean DEBUG
public java.util.HashMap<java.lang.String,Vertex> vByID
public Graph g
public BlackBoard bb
| Constructor Detail |
|---|
public GraphmlHandlerImpl(Graph graph)
public GraphmlHandlerImpl(BlackBoard blackBoard)
| Method Detail |
|---|
public void handle_key(java.lang.String data,
org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
handle_key in interface GraphmlHandlerdata - value or nullmeta - attributes
org.xml.sax.SAXException
public void start_edge(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
start_edge in interface GraphmlHandlermeta - attributes
org.xml.sax.SAXException
public void end_edge()
throws org.xml.sax.SAXException
GraphmlHandler
end_edge in interface GraphmlHandlerorg.xml.sax.SAXException
public void handle_locator(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
handle_locator in interface GraphmlHandlerorg.xml.sax.SAXException
public void handle_data(java.lang.String data,
org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
handle_data in interface GraphmlHandlerdata - value or nullmeta - attributes
org.xml.sax.SAXException
public void start_node(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
start_node in interface GraphmlHandlermeta - attributes
org.xml.sax.SAXException
public void end_node()
throws org.xml.sax.SAXException
GraphmlHandler
end_node in interface GraphmlHandlerorg.xml.sax.SAXException
public void start_graph(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
start_graph in interface GraphmlHandlermeta - attributes
org.xml.sax.SAXException
public void end_graph()
throws org.xml.sax.SAXException
GraphmlHandler
end_graph in interface GraphmlHandlerorg.xml.sax.SAXException
public void start_endpoint(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
start_endpoint in interface GraphmlHandlermeta - attributes
org.xml.sax.SAXException
public void end_endpoint()
throws org.xml.sax.SAXException
GraphmlHandler
end_endpoint in interface GraphmlHandlerorg.xml.sax.SAXException
public void start_graphml(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
start_graphml in interface GraphmlHandlermeta - attributes
org.xml.sax.SAXException
public void end_graphml()
throws org.xml.sax.SAXException
GraphmlHandler
end_graphml in interface GraphmlHandlerorg.xml.sax.SAXException
public void start_hyperedge(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
start_hyperedge in interface GraphmlHandlermeta - attributes
org.xml.sax.SAXException
public void end_hyperedge()
throws org.xml.sax.SAXException
GraphmlHandler
end_hyperedge in interface GraphmlHandlerorg.xml.sax.SAXException
public void start_port(org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
start_port in interface GraphmlHandlermeta - attributes
org.xml.sax.SAXException
public void end_port()
throws org.xml.sax.SAXException
GraphmlHandler
end_port in interface GraphmlHandlerorg.xml.sax.SAXException
public void handle_desc(java.lang.String data,
org.xml.sax.Attributes meta)
throws org.xml.sax.SAXException
GraphmlHandler
handle_desc in interface GraphmlHandlerdata - value or nullmeta - attributes
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||