| Xerces-C++
    3.2.3
    | 
 
  
| Public Types | |
| enum | NAMESPACE_CONSTRAINT { NSCONSTRAINT_ANY = 1, NSCONSTRAINT_NOT = 2, NSCONSTRAINT_DERIVATION_LIST = 3 } | 
| enum | PROCESS_CONTENTS { PC_STRICT = 1, PC_SKIP = 2, PC_LAX = 3 } | 
| Public Member Functions | |
| Constructors | |
| XSWildcard (SchemaAttDef *const attWildCard, XSAnnotation *const annot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | |
| The default constructor.  More... | |
| XSWildcard (const ContentSpecNode *const elmWildCard, XSAnnotation *const annot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager) | |
| Destructor | |
| ~XSWildcard () | |
|  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 typeof this object, i.e.  More... | |
| virtual const XMLCh * | getName () const | 
| The name of type NCNameof this declaration as defined in XML Namespaces.  More... | |
| virtual const XMLCh * | getNamespace () const | 
| The [target namespace] of this object, or nullif it is unspecified.  More... | |
| virtual XSNamespaceItem * | getNamespaceItem () | 
| A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise.  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... | |
| XSWildcard methods | |
| NAMESPACE_CONSTRAINT | fConstraintType | 
| PROCESS_CONTENTS | fProcessContents | 
| StringList * | fNsConstraintList | 
| XSAnnotation * | fAnnotation | 
| NAMESPACE_CONSTRAINT | getConstraintType () const | 
| Namespace constraint: A constraint type: any, not, list.  More... | |
| StringList * | getNsConstraintList () | 
| Namespace constraint.  More... | |
| PROCESS_CONTENTS | getProcessContents () const | 
| [process contents]: one of skip, lax or strict.  More... | |
| XSAnnotation * | getAnnotation () const | 
| Optional.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from XMemory | |
| XMemory () | |
| Protected default constructor.  More... | |
|  Protected Attributes inherited from XSObject | |
| XSConstants::COMPONENT_TYPE | fComponentType | 
| XSModel * | fXSModel | 
| MemoryManager * | fMemoryManager | 
| XMLSize_t | fId | 
| XSWildcard::XSWildcard | ( | SchemaAttDef *const | attWildCard, | 
| XSAnnotation *const | annot, | ||
| XSModel *const | xsModel, | ||
| MemoryManager *const | manager = XMLPlatformUtils::fgMemoryManager | ||
| ) | 
The default constructor.
| attWildCard | |
| annot | |
| xsModel | |
| manager | The configurable memory manager | 
| XSWildcard::XSWildcard | ( | const ContentSpecNode *const | elmWildCard, | 
| XSAnnotation *const | annot, | ||
| XSModel *const | xsModel, | ||
| MemoryManager *const | manager = XMLPlatformUtils::fgMemoryManager | ||
| ) | 
| XSWildcard::~XSWildcard | ( | ) | 
| XSAnnotation * XSWildcard::getAnnotation | ( | ) | const | 
| XSWildcard::NAMESPACE_CONSTRAINT XSWildcard::getConstraintType | ( | ) | const | 
Namespace constraint: A constraint type: any, not, list.
References fConstraintType.
| StringList * XSWildcard::getNsConstraintList | ( | ) | 
Namespace constraint.
For constraintType NSCONSTRAINT_DERIVATION_LIST, the list contains allowed namespaces. For constraintType NSCONSTRAINT_NOT, the list contains disallowed namespaces. 
References fNsConstraintList.
| XSWildcard::PROCESS_CONTENTS XSWildcard::getProcessContents | ( | ) | const | 
[process contents]: one of skip, lax or strict.
Valid constants values are: PC_SKIP, PC_LAX, PC_STRICT. 
References fProcessContents.
| 
 | protected | 
Referenced by getAnnotation().
| 
 | protected | 
Referenced by getConstraintType().
| 
 | protected | 
Referenced by getNsConstraintList().
| 
 | protected | 
Referenced by getProcessContents().
 1.8.17
 1.8.17