| |
|
| java.lang.Object net.firstpartners.nounit.snippet.AbstractSnippet net.firstpartners.nounit.snippet.Snippets
Snippets | public Snippets()(Code) | | Constructor - No Args
|
add | public void add(ISnippet thisSnippet)(Code) | | Add a snippet to the collection
Parameters: thisSnippet - to add to internal collection |
add | public void add(Collection theseSnippets)(Code) | | Add a collection of snippet to the internal collection
Parameters: theseSnippets - to add to internal collection |
addNodesTo | public Element addNodesTo(Element nodeToAddChildrenTo)(Code) | | Get an XML Representation of this Class (as Jdom nodes)
Parameters: nodeToAddChildrenTo - - will be parent of any children in this collection methodRoot with the XML description |
getCollection | public Collection getCollection()(Code) | | Gets a handle to the internal store (as a collection)
Collection |
getFirstItem | public IXmlJdomSource getFirstItem()(Code) | | Gets first item in collection
IXmlJdomSource , from Collection |
getIterator | public Iterator getIterator()(Code) | | Gets an interator over the collection
Iterator over the internal collection |
toString | public String toString()(Code) | | Get String Description of this class
description as String |
toXml | public String toXml()(Code) | | Get an XML Representation of this Class (as String of XML)
String with the XML description |
|
|
|