edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml.xppdom
Class Xpp3Dom
java.lang.Object
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom
public class Xpp3Dom
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
value
protected String value
attributes
protected Map attributes
childList
protected List childList
childMap
protected Map childMap
parent
protected Xpp3Dom parent
Xpp3Dom
public Xpp3Dom(String name)
getName
public String getName()
getValue
public String getValue()
setValue
public void setValue(String value)
getAttributeNames
public String[] getAttributeNames()
getAttribute
public String getAttribute(String name)
setAttribute
public void setAttribute(String name,
String value)
getChild
public Xpp3Dom getChild(int i)
getChild
public Xpp3Dom getChild(String name)
addChild
public void addChild(Xpp3Dom xpp3Dom)
getChildren
public Xpp3Dom[] getChildren()
getChildren
public Xpp3Dom[] getChildren(String name)
getChildCount
public int getChildCount()
getParent
public Xpp3Dom getParent()
setParent
public void setParent(Xpp3Dom parent)
Copyright © 2012 Internet2. All Rights Reserved.