Xerces-C++ 3.3.0
|
#include <xercesc/framework/psvi/XSWildcard.hpp>
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. | |
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. | |
virtual | ~XSObject () |
XSConstants::COMPONENT_TYPE | getType () const |
The type of this object, i.e. | |
virtual const XMLCh * | getName () const |
The name of type NCName of this declaration as defined in XML Namespaces. | |
virtual const XMLCh * | getNamespace () const |
The [target namespace] of this object, or null if it is unspecified. | |
virtual XSNamespaceItem * | getNamespaceItem () |
A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise. | |
virtual XMLSize_t | getId () const |
Optional. | |
void | setId (XMLSize_t id) |
methods needed by implementation | |
Public Member Functions inherited from XMemory | |
void * | operator new (size_t size) |
This method overrides operator new. | |
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. | |
void * | operator new (size_t size, void *ptr) |
This method overrides placement operator new. | |
void | operator delete (void *p) |
This method overrides operator delete. | |
void | operator delete (void *p, MemoryManager *memMgr) |
This method provides a matching delete for the custom operator new. | |
void | operator delete (void *p, void *ptr) |
This method provides a matching delete for the placement new. | |
XSWildcard methods | |
NAMESPACE_CONSTRAINT | fConstraintType |
PROCESS_CONTENTS | fProcessContents |
StringList * | fNsConstraintList |
XSAnnotation * | fAnnotation |
NAMESPACE_CONSTRAINT | getConstraintType () const |
Namespace constraint: A constraint type: any, not, list. | |
StringList * | getNsConstraintList () |
Namespace constraint. | |
PROCESS_CONTENTS | getProcessContents () const |
[process contents]: one of skip, lax or strict. | |
XSAnnotation * | getAnnotation () const |
Optional. | |
Additional Inherited Members | |
Protected Member Functions inherited from XMemory | |
XMemory () | |
Protected default constructor. | |
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().