Library: XSD/Types
Package: XSDTypes
Header: Poco/XSD/Types/CollectionContent.h
CollectionContent is the super-class for all collections.
Direct Base Classes: OrderContent
All Base Classes: Poco::RefCountedObject, AnnotatedObject, Content, OrderContent, Visitable
Known Derived Classes: AbstractGroup, All, Choice, GroupRef, Group, Order, Sequence
Inherited Functions: accept, addAnnotation, duplicate, fixup, getAnnotations, getId, getMaxOccurs, getMinOccurs, id, iterator, referenceCount, release, setId, setMaxOccurs, setMinOccurs, types
typedef Poco::AutoPtr < CollectionContent > Ptr;
Creates the CollectionContent.
CollectionContent(
const std::string & id,
Poco::UInt32 minOcc,
Poco::UInt32 maxOcc
);
Creates the CollectionContent.
virtual ~CollectionContent();
Destroys the CollectionContent.