File Information
Library: XSD/Types
Package: XSDAttributes
Header: Poco/XSD/Types/AttributeGroupRef.h
Description
This class represents a reference to a group of attributes.
Inheritance
Direct Base Classes: AbstractAttributeGroup
All Base Classes: Poco::RefCountedObject, AbstractAttributeGroup, AnnotatedObject, AttributeContent, Visitable
Member Summary
Member Functions: accept, add, fixup, getAny, getAttributes, hasAnyAttribute
Inherited Functions: accept, add, addAnnotation, duplicate, fixup, getAnnotations, getAny, getAttributes, hasAnyAttribute, id, isAny, name, referenceCount, release
Types
Ptr
typedef AutoPtr < AttributeGroupRef > Ptr;
Constructors
AttributeGroupRef
AttributeGroupRef(
const std::string & id,
const QName & ref
);
Creates the AttributeGroupRef.
Destructor
~AttributeGroupRef
virtual ~AttributeGroupRef();
Destroys the AttributeGroupRef.
Member Functions
accept
void accept(
Visitor & v
) const;
See also: Poco::XSD::Types::Visitable::accept()
add
void add(
AttributeContent::Ptr ptr
);
fixup
void fixup();
getAny
AnyAttribute::Ptr getAny() const;
getAttributes
const AbstractAttributeGroup::Attributes & getAttributes() const;
hasAnyAttribute
bool hasAnyAttribute() const;