Class XMLParser
java.lang.Object
org.opentrafficsim.road.network.factory.vissim.XMLParser
public final class XMLParser
extends java.lang.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 Summary
Modifier and Type Method Description static java.util.List<org.w3c.dom.Node>getNodes(org.w3c.dom.NodeList nodeList, java.lang.String tag) 
- 
Method Details
- 
getNodes
public static java.util.List<org.w3c.dom.Node> getNodes(org.w3c.dom.NodeList nodeList, java.lang.String tag)- Parameters:
 nodeList- NodeList; the list of nodes to processtag- String; the tag to look for, e.g., LINK- Returns:
 - the nodes (which can contain nodeLists themselves) with the given tag
 
 
 -