Class XMLParser


  • public final class XMLParser
    extends Object

    Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
    BSD-style license. See OpenTrafficSim License.

    $LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Jul 23, 2015

    Author:
    Alexander Verbraeck
    • Method Detail

      • getNodes

        public static List<Node> getNodes​(NodeList nodeList,
                                          String tag)
        Parameters:
        nodeList - NodeList; the list of nodes to process
        tag - String; the tag to look for, e.g., LINK
        Returns:
        the nodes (which can contain nodeLists themselves) with the given tag