net.firstpartners.nounit.snippet.xml
Interface IXmlJdomSource

All Known Implementing Classes:
SnippetCalls, SnippetClass, SnippetMethod, SnippetPackage, SnippetProject

public interface IXmlJdomSource

Indicates that the class can represent itself in XML (JDom Elements)


Method Summary
 org.jdom.Element getNodes()
          Get an XML Representation of this Class (as Jdom nodes)
 

Method Detail

getNodes

public org.jdom.Element getNodes()
Get an XML Representation of this Class (as Jdom nodes)
Returns:
String with the XML description