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  

XSMultiValueFacet Class Reference

Inheritance diagram for XSMultiValueFacet:

Inheritance graph
[legend]
Collaboration diagram for XSMultiValueFacet:

Collaboration graph
[legend]
List of all members.

Public Methods

Constructors
 XSMultiValueFacet (XSSimpleTypeDefinition::FACET facetKind, StringList *lexicalValues, bool isFixed, XSAnnotation *const headAnnot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 The default constructor. More...

Destructor
 ~XSMultiValueFacet ()
XSMultiValueFacet methods
XSSimpleTypeDefinition::FACET getFacetKind () const
StringListgetLexicalFacetValues ()
bool isFixed () const
 Check whether a facet value is fixed. More...

XSAnnotationListgetAnnotations ()

Protected Attributes

XSSimpleTypeDefinition::FACET fFacetKind
bool fIsFixed
StringListfLexicalValues
XSAnnotationListfXSAnnotationList

Constructor & Destructor Documentation

XSMultiValueFacet::XSMultiValueFacet XSSimpleTypeDefinition::FACET    facetKind,
StringList   lexicalValues,
bool    isFixed,
XSAnnotation *const    headAnnot,
XSModel *const    xsModel,
MemoryManager *const    manager = XMLPlatformUtils::fgMemoryManager
 

The default constructor.

Parameters:
facetKind 
lexicalValues 
isFixed 
headAnnot 
xsModel 
manager  The configurable memory manager

XSMultiValueFacet::~XSMultiValueFacet  
 


Member Function Documentation

XSAnnotationList * XSMultiValueFacet::getAnnotations  
 

Returns:
the annotations belonging to this facet's values

XSSimpleTypeDefinition::FACET XSMultiValueFacet::getFacetKind   const
 

Returns:
An indication as to the facet's type; see XSSimpleTypeDefinition::FACET

StringList * XSMultiValueFacet::getLexicalFacetValues  
 

Returns:
Returns the values of a constraining facet.

bool XSMultiValueFacet::isFixed   const
 

Check whether a facet value is fixed.


Member Data Documentation

XSSimpleTypeDefinition::FACET XSMultiValueFacet::fFacetKind [protected]
 

bool XSMultiValueFacet::fIsFixed [protected]
 

StringList* XSMultiValueFacet::fLexicalValues [protected]
 

XSAnnotationList* XSMultiValueFacet::fXSAnnotationList [protected]
 


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


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