Library: XSD/Types
Package: XSDAttributes
Header: Poco/XSD/Types/AnyAttribute.h
The AnyAttribute has the special name "*".
Direct Base Classes: AttributeContent
All Base Classes: Poco::RefCountedObject, AnnotatedObject, AttributeContent, Visitable
Member Functions: accept, fixup, isAny, nameSpace, style
Inherited Functions: accept, addAnnotation, duplicate, fixup, getAnnotations, id, isAny, name, referenceCount, release
typedef AutoPtr < AnyAttribute > Ptr;
PS_LAX = 0
AnyAttribute(
const std::string & id,
const std::string & nameSpace = "##any",
ProcessStyle style = PS_STRICT
);
Creates the AnyAttribute.
virtual ~AnyAttribute();
Destroys the AnyAttribute.
void accept(
Visitor & v
) const;
See also: Poco::XSD::Types::Visitable::accept()
void fixup();
bool isAny() const;
const std::string & nameSpace() const;
The namespace allowed for the any attribute.
ProcessStyle style() const;
The processing for any attribute.