examples.wslauncher4
Class SimpleXMLParser

java.lang.Object
  extended byexamples.wslauncher4.SimpleXMLParser

public class SimpleXMLParser
extends Object


Constructor Summary
SimpleXMLParser()
           
 
Method Summary
static Node findChild(Node parent, String tag)
           
static String findChildEntry(Node parent, String tag)
           
static NodeList parseDocument(InputSource inputSource, String tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleXMLParser

public SimpleXMLParser()
Method Detail

parseDocument

public static NodeList parseDocument(InputSource inputSource,
                                     String tag)

findChildEntry

public static String findChildEntry(Node parent,
                                    String tag)

findChild

public static Node findChild(Node parent,
                             String tag)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.