com.google.caliper
Class XmlUtils

java.lang.Object
  extended by com.google.caliper.XmlUtils

public final class XmlUtils
extends Object


Method Summary
static com.google.common.collect.ImmutableMap<String,String> attributesOf(Element element)
           
static com.google.common.collect.ImmutableList<Node> childrenOf(Node node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

childrenOf

public static com.google.common.collect.ImmutableList<Node> childrenOf(Node node)

attributesOf

public static com.google.common.collect.ImmutableMap<String,String> attributesOf(Element element)


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.