Class 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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.w3c.dom.Node> getNodes​(org.w3c.dom.NodeList nodeList, java.lang.String tag)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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 process
        tag - String; the tag to look for, e.g., LINK
        Returns:
        the nodes (which can contain nodeLists themselves) with the given tag