http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

Source Repository
User Mail Archive
Devel Mail Archive

API Docs for SAX and DOM
 

XSAttributeDeclaration Class Reference

This class describes all properties of a Schema Attribute Declaration component. More...

Inheritance diagram for XSAttributeDeclaration:

Inheritance graph
[legend]
List of all members.

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.
Destructor
 ~XSAttributeDeclaration ()
overridden XSObject methods
const XMLCh * getName ()
 The name of type NCName of this declaration as defined in XML Namespaces.
const XMLCh * getNamespace ()
 The [target namespace] of this object, or null if it is unspecified.
XSNamespaceItemgetNamespaceItem ()
 A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise.
XSAttributeDeclaration methods *
XSSimpleTypeDefinitiongetTypeDefinition () const
 [type definition]: A simple type definition
XSConstants::SCOPE getScope () const
 Optional.
XSComplexTypeDefinitiongetEnclosingCTDefinition ()
 The complex type definition for locally scoped declarations (see scope).
XSConstants::VALUE_CONSTRAINT getConstraintType () const
 Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED.
const XMLCh * getConstraintValue ()
 Value constraint: The actual value with respect to the [type definition ].
XSAnnotationgetAnnotation () const
 Optional.
bool getRequired () const

Protected Attributes

SchemaAttDef * fAttDef
XSSimpleTypeDefinitionfTypeDefinition
XSAnnotationfAnnotation
XSConstants::SCOPE fScope
XSComplexTypeDefinitionfEnclosingCTDefinition

Friends

class XSObjectFactory

Detailed Description

This class describes all properties of a Schema Attribute Declaration component.

This is *always* owned by the validator /parser object from which it is obtained.


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 
manager The configurable memory manager

XSAttributeDeclaration::~XSAttributeDeclaration  ) 
 


Member Function Documentation

XSAnnotation * XSAttributeDeclaration::getAnnotation  )  const
 

Optional.

Annotation.

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).

const XMLCh* XSAttributeDeclaration::getName  )  [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
 

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.

XSSimpleTypeDefinition * XSAttributeDeclaration::getTypeDefinition  )  const
 

[type definition]: A simple type definition


Friends And Related Function Documentation

friend class XSObjectFactory [friend]
 


Member Data Documentation

XSAnnotation* XSAttributeDeclaration::fAnnotation [protected]
 

SchemaAttDef* XSAttributeDeclaration::fAttDef [protected]
 

XSComplexTypeDefinition* XSAttributeDeclaration::fEnclosingCTDefinition [protected]
 

XSConstants::SCOPE XSAttributeDeclaration::fScope [protected]
 

XSSimpleTypeDefinition* XSAttributeDeclaration::fTypeDefinition [protected]
 


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


Copyright © 1994-2004 The Apache Software Foundation. All Rights Reserved.