Poco::XSD::Types

class AttributeGroupRef

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

virtual ~AttributeGroupRef();

Destroys the AttributeGroupRef.

Member Functions

accept virtual

void accept(
    Visitor & v
) const;

See also: Poco::XSD::Types::Visitable::accept()

add virtual inline

void add(
    AttributeContent::Ptr ptr
);

See also: Poco::XSD::Types::AbstractAttributeGroup::add()

fixup virtual

void fixup();

See also: Poco::XSD::Types::AttributeContent::fixup()

getAny virtual

AnyAttribute::Ptr getAny() const;

See also: Poco::XSD::Types::AbstractAttributeGroup::getAny()

getAttributes virtual

const AbstractAttributeGroup::Attributes & getAttributes() const;

See also: Poco::XSD::Types::AbstractAttributeGroup::getAttributes()

hasAnyAttribute virtual

bool hasAnyAttribute() const;

See also: Poco::XSD::Types::AbstractAttributeGroup::hasAnyAttribute()