Modifier and Type | Method and Description |
---|---|
Collection<XmlProperty> |
XmlProperties.getProperties()
Returns a collection of XmlProperty.
|
Collection<XmlProperty> |
XmlLog.getXmlProperties()
Getter for log's XmlProperties.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlProperties.addXmlProperty(XmlProperty item)
Adds a property to the property collection.
|
void |
XmlLog.addXmlProperty(XmlProperty property)
Adds an XmlProperty to the log.
|
static String |
XmlProperty.toLog(XmlProperty data)
Creates a compact string representation for the log.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlProperties.setProperties(Collection<XmlProperty> items)
Sets the collection of properties.
|
void |
XmlLog.setXmlProperties(Collection<XmlProperty> properties)
Setter for log's XmlProperties.
|
Constructor and Description |
---|
XmlProperties(XmlProperty p)
Creates a new instance of XmlProperties with one initial property.
|
Copyright © 2010-2014 Michigan State University. All Rights Reserved.