org.codehaus.plexus.configuration.xml
public class XmlPlexusConfiguration extends Object implements PlexusConfiguration
Version: $Id: XmlPlexusConfiguration.java 4779 2006-11-23 04:09:31Z jvanzyl $
Field Summary | |
---|---|
Xpp3Dom | dom |
Constructor Summary | |
---|---|
XmlPlexusConfiguration(String name) | |
XmlPlexusConfiguration(Xpp3Dom dom) |
Method Summary | |
---|---|
void | addAllChildren(PlexusConfiguration other) |
void | addChild(PlexusConfiguration configuration) |
void | attributes(PlexusConfiguration c, StringBuffer sb) |
void | display(PlexusConfiguration c, StringBuffer sb, int depth) |
void | displayTag(PlexusConfiguration c, StringBuffer sb, int depth) |
String | getAttribute(String name, String defaultValue) |
String | getAttribute(String name) |
String[] | getAttributeNames() |
PlexusConfiguration | getChild(String name) |
PlexusConfiguration | getChild(int i) |
PlexusConfiguration | getChild(String name, boolean createChild) |
int | getChildCount() |
PlexusConfiguration[] | getChildren() |
PlexusConfiguration[] | getChildren(String name) |
String | getName() |
String | getValue() |
String | getValue(String defaultValue) |
Xpp3Dom | getXpp3Dom() |
String | indent(int depth) |
void | setAttribute(String name, String value) |
void | setValue(String value) |
String | toString() |