Class GraphHandler

    • Constructor Detail

      • GraphHandler

        public GraphHandler​(IBaseHandler parent,
                            java.lang.String endTag)
    • Method Detail

      • init

        public static void init()
      • exit

        public static void exit()
      • startGraph

        public void startGraph​(org.xml.sax.Attributes attrib)
      • endGraph

        public void endGraph()
      • startNode

        public void startNode​(org.xml.sax.Attributes attrib)
      • nodes

        public java.util.ListIterator<INode> nodes()
        Specified by:
        nodes in interface IGraph
      • getNodeById

        public NodeHandler getNodeById​(java.lang.String id)