hudson.plugins.violations.types.fxcop
Class XmlElementUtil

java.lang.Object
  extended by hudson.plugins.violations.types.fxcop.XmlElementUtil

public class XmlElementUtil
extends Object


Method Summary
static Element getFirstElementByTagName(Element parent, String tagName)
           
static List<Element> getNamedChildElements(Element parent, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNamedChildElements

public static List<Element> getNamedChildElements(Element parent,
                                                  String name)

getFirstElementByTagName

public static Element getFirstElementByTagName(Element parent,
                                               String tagName)


Copyright © 2004-2012 Hudson. All Rights Reserved.