abbot.script
Interface XMLifiable

All Known Implementing Classes:
Action, Annotation, Appletviewer, Assert, Call, Comment, ComponentReference, Event, Expression, Fixture, Launch, PropertyCall, Sample, Script, Sequence, Step, Terminate

public interface XMLifiable


Method Summary
 String toEditableString()
          Provide an editable string representation of the object.
 Element toXML()
          Provide an XML representation of the object.
 

Method Detail

toXML

Element toXML()
Provide an XML representation of the object.


toEditableString

String toEditableString()
Provide an editable string representation of the object. Usually will be a String form of the XML, but may be something simpler if it doesn't make sense to provide the full XML.



Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge