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

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

Programming
Samples
FAQs

API Docs
DOM C++ Binding
Migration Guide

Feedback
Bug-Reporting
Mailing Lists

Source Repository
Applications

API Docs for SAX and DOM
 

XSMultiValueFacet Class Reference

Inheritance diagram for XSMultiValueFacet:

List of all members.

Public Member Functions

Constructors
 XSMultiValueFacet (XSSimpleTypeDefinition::FACET facetKind, StringList *lexicalValues, bool isFixed, XSAnnotation *const headAnnot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 The default constructor.
Destructor
 ~XSMultiValueFacet ()
XSMultiValueFacet methods
XSSimpleTypeDefinition::FACET getFacetKind () const
 
Returns:
An indication as to the facet's type; see XSSimpleTypeDefinition::FACET

StringListgetLexicalFacetValues ()
 
Returns:
Returns the values of a constraining facet.

bool isFixed () const
 Check whether a facet value is fixed.
XSAnnotationListgetAnnotations ()
 
Returns:
the annotations belonging to this facet's values


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

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.

XSAnnotationList * XSMultiValueFacet::getAnnotations (  ) 

Returns:
the annotations belonging to this facet's values


Member Data Documentation

bool XSMultiValueFacet::fIsFixed [protected]


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


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