|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ComponentCollection interface defines the bare minimum of functionality needed for the ordered and unordered content contained in MOE objects.
version 0.01 is the initial release.
Method Summary | |
void |
setParent(CoreComponentI _parent)
Sets the parent objects on all the items contained in the Collection. |
java.lang.String |
toAttributes()
Without a list of current namespaces, the collection should report itself as XML attributes with declarations for all namespaces used by those attributes. |
java.lang.String |
toAttributes(ComponentSet namespaceContext)
Given a list of current namespaces, the collection should report itself as XML attributes without declarations for namespaces presently in use. |
java.lang.String |
toElements()
Without a list of current namespaces, the collection should report itself as XML elements with declarations for all namespaces used by those attributes. |
java.lang.String |
toElements(ComponentSet namespaceContext)
Given a list of current namespaces, the collection should report itself as XML elements without declarations for namespaces presently in use. |
java.lang.String |
toString()
toString() should report as attributes for unordered content, elements for ordered. |
java.lang.String |
toString(ComponentSet namespaceContext)
toString(ComponentSet namespaceContext) should report as attributes for unordered content, elements for ordered, with an understanding of the namespaces already declared. |
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
public java.lang.String toString(ComponentSet namespaceContext)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toAttributes(ComponentSet namespaceContext)
public java.lang.String toAttributes()
public java.lang.String toElements(ComponentSet namespaceContext)
public java.lang.String toElements()
public void setParent(CoreComponentI _parent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |