protected <E extends XSPFElement> XSPFCollection<E> |
XSPFElement.collection(XSPFElement.XSPFCollectionFactory<E> factory) |
Returns the collection (view) mapped to this element, constructed by the
given factory.
|
protected <E extends XSPFElement> XSPFCollection<E> |
XSPFElement.collection(String name,
XSPFElement.XSPFCollectionFactory<E> factory) |
Returns the collection (view) mapped to this element's child of given name,
constructed by the given factory.
|
protected <E extends XSPFElement> XSPFCollection<E> |
XSPFElement.getCollection(XSPFElement.XSPFCollectionFactory<E> factory) |
Returns the collection (clone) mapped to this element, constructed by the
given factory.
|
protected <E extends XSPFElement> XSPFCollection<E> |
XSPFElement.getCollection(String name,
XSPFElement.XSPFCollectionFactory<E> factory) |
Returns the collection (clone) mapped to this element's child of given name,
constructed by the given factory.
|