edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml.xppdom
Class Xpp3Dom

java.lang.Object
  extended by edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom

public class Xpp3Dom
extends Object


Field Summary
protected  Map attributes
           
protected  List childList
           
protected  Map childMap
           
protected  String name
           
protected  Xpp3Dom parent
           
protected  String value
           
 
Constructor Summary
Xpp3Dom(String name)
           
 
Method Summary
 void addChild(Xpp3Dom xpp3Dom)
           
 String getAttribute(String name)
           
 String[] getAttributeNames()
           
 Xpp3Dom getChild(int i)
           
 Xpp3Dom getChild(String name)
           
 int getChildCount()
           
 Xpp3Dom[] getChildren()
           
 Xpp3Dom[] getChildren(String name)
           
 String getName()
           
 Xpp3Dom getParent()
           
 String getValue()
           
 void setAttribute(String name, String value)
           
 void setParent(Xpp3Dom parent)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value

attributes

protected Map attributes

childList

protected List childList

childMap

protected Map childMap

parent

protected Xpp3Dom parent
Constructor Detail

Xpp3Dom

public Xpp3Dom(String name)
Method Detail

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 © 2010 Internet2. All Rights Reserved.