Xerces-C++  3.1.2
Protected Attributes | Friends | List of all members
XSAttributeDeclaration Class Reference
Inheritance diagram for XSAttributeDeclaration:
XSObject XMemory

Public Member Functions

Constructors
 XSAttributeDeclaration (SchemaAttDef *const attDef, XSSimpleTypeDefinition *const typeDef, XSAnnotation *const annot, XSModel *const xsModel, XSConstants::SCOPE scope, XSComplexTypeDefinition *enclosingCTDefinition, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 The default constructor. More...
 
Destructor
 ~XSAttributeDeclaration ()
 
overridden XSObject methods
const XMLChgetName () const
 The name of type NCName of this declaration as defined in XML Namespaces. More...
 
const XMLChgetNamespace ()
 The [target namespace] of this object, or null if it is unspecified. More...
 
XSNamespaceItemgetNamespaceItem ()
 A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise. More...
 
XSAttributeDeclaration methods
XSSimpleTypeDefinitiongetTypeDefinition () const
 [type definition]: A simple type definition More...
 
XSConstants::SCOPE getScope () const
 Optional. More...
 
XSComplexTypeDefinitiongetEnclosingCTDefinition ()
 The complex type definition for locally scoped declarations (see scope). More...
 
XSConstants::VALUE_CONSTRAINT getConstraintType () const
 Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED. More...
 
const XMLChgetConstraintValue ()
 Value constraint: The actual value with respect to the [type definition ]. More...
 
XSAnnotationgetAnnotation () const
 Optional. More...
 
bool getRequired () const
 methods needed by implementation More...
 
- Public Member Functions inherited from XSObject
 XSObject (XSConstants::COMPONENT_TYPE compType, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 The default constructor. More...
 
virtual ~XSObject ()
 
XSConstants::COMPONENT_TYPE getType () const
 The type of this object, i.e. More...
 
virtual XMLSize_t getId () const
 Optional. More...
 
void setId (XMLSize_t id)
 methods needed by implementation More...
 
- Public Member Functions inherited from XMemory
void * operator new (size_t size)
 This method overrides operator new. More...
 
void * operator new (size_t size, MemoryManager *memMgr)
 This method defines a custom operator new, that will use the provided memory manager to perform the allocation. More...
 
void * operator new (size_t size, void *ptr)
 This method overrides placement operator new. More...
 
void operator delete (void *p)
 This method overrides operator delete. More...
 
void operator delete (void *p, MemoryManager *memMgr)
 This method provides a matching delete for the custom operator new. More...
 
void operator delete (void *p, void *ptr)
 This method provides a matching delete for the placement new. More...
 

Protected Attributes

SchemaAttDef * fAttDef
 
XSSimpleTypeDefinitionfTypeDefinition
 
XSAnnotationfAnnotation
 
XSConstants::SCOPE fScope
 
XSComplexTypeDefinitionfEnclosingCTDefinition
 
- Protected Attributes inherited from XSObject
XSConstants::COMPONENT_TYPE fComponentType
 
XSModelfXSModel
 
MemoryManagerfMemoryManager
 
XMLSize_t fId
 

Friends

class XSObjectFactory
 

Additional Inherited Members

- Protected Member Functions inherited from XMemory
 XMemory ()
 Protected default constructor. More...
 

Constructor & Destructor Documentation

XSAttributeDeclaration::XSAttributeDeclaration ( SchemaAttDef *const  attDef,
XSSimpleTypeDefinition *const  typeDef,
XSAnnotation *const  annot,
XSModel *const  xsModel,
XSConstants::SCOPE  scope,
XSComplexTypeDefinition enclosingCTDefinition,
MemoryManager *const  manager = XMLPlatformUtils::fgMemoryManager 
)

The default constructor.

Parameters
attDef
typeDef
annot
xsModel
scope
enclosingCTDefinition
managerThe configurable memory manager
XSAttributeDeclaration::~XSAttributeDeclaration ( )

Member Function Documentation

XSAnnotation * XSAttributeDeclaration::getAnnotation ( ) const

Optional.

Annotation.

References fAnnotation.

XSConstants::VALUE_CONSTRAINT XSAttributeDeclaration::getConstraintType ( ) const

Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED.

const XMLCh* XSAttributeDeclaration::getConstraintValue ( )

Value constraint: The actual value with respect to the [type definition ].

XSComplexTypeDefinition * XSAttributeDeclaration::getEnclosingCTDefinition ( )

The complex type definition for locally scoped declarations (see scope).

References fEnclosingCTDefinition.

const XMLCh* XSAttributeDeclaration::getName ( ) const
virtual

The name of type NCName of this declaration as defined in XML Namespaces.

Reimplemented from XSObject.

const XMLCh* XSAttributeDeclaration::getNamespace ( )
virtual

The [target namespace] of this object, or null if it is unspecified.

Reimplemented from XSObject.

XSNamespaceItem* XSAttributeDeclaration::getNamespaceItem ( )
virtual

A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise.

Reimplemented from XSObject.

bool XSAttributeDeclaration::getRequired ( ) const

methods needed by implementation

XSConstants::SCOPE XSAttributeDeclaration::getScope ( ) const

Optional.

One of SCOPE_GLOBAL, SCOPE_LOCAL, or SCOPE_ABSENT. If the scope is local, then the enclosingCTDefinition is present.

References fScope.

XSSimpleTypeDefinition * XSAttributeDeclaration::getTypeDefinition ( ) const

[type definition]: A simple type definition

References fTypeDefinition.

Friends And Related Function Documentation

friend class XSObjectFactory
friend

Member Data Documentation

XSAnnotation* XSAttributeDeclaration::fAnnotation
protected

Referenced by getAnnotation().

SchemaAttDef* XSAttributeDeclaration::fAttDef
protected
XSComplexTypeDefinition* XSAttributeDeclaration::fEnclosingCTDefinition
protected
XSConstants::SCOPE XSAttributeDeclaration::fScope
protected

Referenced by getScope().

XSSimpleTypeDefinition* XSAttributeDeclaration::fTypeDefinition
protected

Referenced by getTypeDefinition().


The documentation for this class was generated from the following file: