

Public Member Functions | |
| ErrorSchema () | |
| AcsComplexType | getTypeSchema () |
| AcsComplexType | getCompletionSchema () |
| AcsComplexType | getErrorSchema () |
| void | fillSchema () |
Protected Attributes | |
| Document | errorDoc |
Static Protected Attributes | |
| static String | ERROR_XSD = "ACSError.xsd" |
Package Attributes | |
| AcsComplexType | typeSchema |
| AcsComplexType | completionSchema |
| AcsComplexType | errorSchema |
This schema definition reads the ERROR_XSD schema file. Also reads the common types from his parent class. There is three definitions of the type, completions and error.
| cl::utfsm::acs::ebe::ErrorSchema::ErrorSchema | ( | ) | [inline] |
Constructor. Fill the schema
References ERROR_XSD, errorDoc, fillSchema(), cl::utfsm::acs::xml::CommonSchema::parser, and cl::utfsm::acs::xml::CommonSchema::searchSimpleTypes().
| void cl::utfsm::acs::ebe::ErrorSchema::fillSchema | ( | ) | [inline] |
Read the schema information and fill the schema
References cl::utfsm::acs::types::AcsComplexType::addAttr(), completionSchema, errorDoc, errorSchema, cl::utfsm::acs::xml::CommonSchema::getType(), cl::utfsm::acs::xml::CommonSchema::readAttribute(), cl::utfsm::acs::xml::CommonSchema::readDocumentation(), and typeSchema.
Referenced by ErrorSchema().
| AcsComplexType cl::utfsm::acs::ebe::ErrorSchema::getCompletionSchema | ( | ) | [inline] |
Get the completion shema.
References completionSchema.
Referenced by cl::utfsm::acs::ebe::EbeDocumentManager::EbeDocumentManager(), cl::utfsm::acs::ebe::EbeDocumentTEST::setUp(), and cl::utfsm::acs::ebe::ErrorSchemaTEST::testTypeCompletion().
| AcsComplexType cl::utfsm::acs::ebe::ErrorSchema::getErrorSchema | ( | ) | [inline] |
Get the error shema.
References errorSchema.
Referenced by cl::utfsm::acs::ebe::EbeDocumentManager::EbeDocumentManager(), cl::utfsm::acs::ebe::EbeDocumentTEST::setUp(), and cl::utfsm::acs::ebe::ErrorSchemaTEST::testTypeError().
| AcsComplexType cl::utfsm::acs::ebe::ErrorSchema::getTypeSchema | ( | ) | [inline] |
Get the type shema.
References typeSchema.
Referenced by cl::utfsm::acs::ebe::EbeDocumentManager::EbeDocumentManager(), cl::utfsm::acs::ebe::EbeDocumentTEST::setUp(), and cl::utfsm::acs::ebe::ErrorSchemaTEST::testTypeSchema().
The completion schema reference
Referenced by fillSchema(), and getCompletionSchema().
String cl::utfsm::acs::ebe::ErrorSchema::ERROR_XSD = "ACSError.xsd" [static, protected] |
The ACSERROR XSD files
Referenced by ErrorSchema().
Document cl::utfsm::acs::ebe::ErrorSchema::errorDoc [protected] |
The DOM error document
Referenced by ErrorSchema(), and fillSchema().
The error schema reference
Referenced by fillSchema(), and getErrorSchema().
The type schema reference
Referenced by fillSchema(), and getTypeSchema().
1.6.2