|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.firstpartners.nounit.snippet.AbstractSnippet | +--net.firstpartners.nounit.snippet.Snippets
Collection of Snippets
Fields inherited from class net.firstpartners.nounit.snippet.AbstractSnippet |
innerAccess, innerName |
Constructor Summary | |
Snippets()
Constructor - No Args |
Method Summary | |
void |
add(java.util.Collection theseSnippets)
Add a collection of snippet to the internal collection |
void |
add(ISnippet thisSnippet)
Add a snippet to the collection |
org.jdom.Element |
addNodesTo(org.jdom.Element nodeToAddChildrenTo)
Get an XML Representation of this Class (as Jdom nodes) |
java.util.Collection |
getCollection()
Gets a handle to the internal store (as a collection) |
IXmlJdomSource |
getFirstItem()
Gets first item in collection |
java.util.Iterator |
getIterator()
Gets an interator over the collection |
java.lang.String |
toString()
Get String Description of this class |
java.lang.String |
toXml()
Get an XML Representation of this Class (as String of XML) |
Methods inherited from class net.firstpartners.nounit.snippet.AbstractSnippet |
toXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Snippets()
Method Detail |
public void add(ISnippet thisSnippet)
thisSnippet
- to add to internal collectionpublic void add(java.util.Collection theseSnippets)
theseSnippets
- to add to internal collectionpublic java.util.Iterator getIterator()
public java.util.Collection getCollection()
public IXmlJdomSource getFirstItem()
public java.lang.String toString()
toString
in class AbstractSnippet
public java.lang.String toXml()
public org.jdom.Element addNodesTo(org.jdom.Element nodeToAddChildrenTo)
nodeToAddChildrenTo
- - will be parent of any children in this collection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |