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

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XSAttributeUse Class Reference

Inheritance diagram for XSAttributeUse:

Inheritance graph
[legend]
Collaboration diagram for XSAttributeUse:

Collaboration graph
[legend]
List of all members.

Public Methods

Constructors
 XSAttributeUse (XSAttributeDeclaration *const xsAttDecl, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 The default constructor. More...

Destructor
 ~XSAttributeUse ()
XSAttributeUse methods
bool getRequired () const
 [required]: determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it. More...

XSAttributeDeclarationgetAttrDeclaration () const
 [attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used. More...

XSConstants::VALUE_CONSTRAINT getConstraintType () const
 Value Constraint: one of default, fixed. More...

const XMLCh * getConstraintValue ()
 Value Constraint: The actual value. More...


Protected Attributes

bool fRequired
XSConstants::VALUE_CONSTRAINT fConstraintType
const XMLCh * fConstraintValue
XSAttributeDeclarationfXSAttributeDeclaration

Friends

class XSObjectFactory

Constructor & Destructor Documentation

XSAttributeUse::XSAttributeUse XSAttributeDeclaration *const    xsAttDecl,
XSModel *const    xsModel,
MemoryManager *const    manager = XMLPlatformUtils::fgMemoryManager
 

The default constructor.

Parameters:
manager  The configurable memory manager

XSAttributeUse::~XSAttributeUse  
 


Member Function Documentation

XSAttributeDeclaration * XSAttributeUse::getAttrDeclaration   const
 

[attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used.

XSConstants::VALUE_CONSTRAINT XSAttributeUse::getConstraintType   const
 

Value Constraint: one of default, fixed.

const XMLCh * XSAttributeUse::getConstraintValue  
 

Value Constraint: The actual value.

bool XSAttributeUse::getRequired   const
 

[required]: determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it.


Friends And Related Function Documentation

friend class XSObjectFactory [friend]
 


Member Data Documentation

XSConstants::VALUE_CONSTRAINT XSAttributeUse::fConstraintType [protected]
 

const XMLCh* XSAttributeUse::fConstraintValue [protected]
 

bool XSAttributeUse::fRequired [protected]
 

XSAttributeDeclaration* XSAttributeUse::fXSAttributeDeclaration [protected]
 


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


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