Public Member Functions | |
std::string | getName () const |
std::string | getNamespace () const |
Qname | getQname () const |
Schema::ContentModelType | getContentModel () const |
int | getTypeId () const |
int | getBaseTypeId () const |
Schema::Derivation | getBaseDerivation () const |
Constructors and Destructors | |
XSDType (const std::string &ns) | |
XSDType () | |
virtual | ~XSDType () |
isAnonymous | |
is this an anonymous type ,created inside an element or group
| |
bool | isAnonymous () const |
isSimple | |
IS this a simple type or not
| |
virtual bool | isSimple () const =0 |
virtual void | setName (std::string) |
virtual void | setContentModel (Schema::ContentModelType) |
virtual void | setTypeId (int) |
virtual void | setAnonymous (bool) |
void | setBaseType (int id, Schema::Derivation type=Schema::Restriction) |
void | setBaseTypeNamespace (std::string ns) |
Definition at line 37 of file XSDType.h.
|
|
|
getBaseDerivation
|
|
getBaseTypeId
Definition at line 185 of file XSDType.h. Referenced by Schema::TypeContainer::getBaseTypeContainer(), Schema::SimpleType::isvalidFacet(), and Schema::SimpleType::isValidInt(). |
|
getContentModel
Definition at line 164 of file XSDType.h. Referenced by WsdlPull::WsdlInvoker::setInputValue(), and Schema::SchemaValidator::validate(). |
|
getName
Definition at line 148 of file XSDType.h. Referenced by Schema::SchemaParser::getTypeName(). |
|
getNamespace
|
|
getQName
Definition at line 155 of file XSDType.h. References Qname::setNamespace(). Referenced by Schema::TypesTable::addExternalTypeId(), and Schema::TypesTable::addType(). |
|
getTypeId
|