public class XmlRootEntry
extends java.lang.Object
| Constructor and Description |
|---|
XmlRootEntry(java.lang.String name,
Attribute... attributes)
Defines a XML root entry.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
getAttributes()
Gets the XML root entry attributes.
|
java.lang.String |
getName()
Gets the name of the XML root entry.
|
public XmlRootEntry(java.lang.String name,
Attribute... attributes)
name - tag name of the XML root entry.attributes - the XML element attributes.public java.lang.String getName()
public Attribute[] getAttributes()