PACK WOC
$VERSION$
|
generates output for a schema file More...
#include <soapout.h>
Public Member Functions | |
WocSoapOut (const QDomElement &) | |
initializes the output object with the given DOM element More... | |
Public Member Functions inherited from WocOutput | |
WocOutput () | |
the constructor should set up and initialize the environment of the generator More... | |
virtual | ~WocOutput () |
currently there is no guarantee that the destructor is ever called. More... | |
Protected Member Functions | |
virtual void | finalize () |
writes any last words after parsing finished More... | |
virtual void | newClass (const WocClass &) |
creates a class More... | |
virtual void | newTable (const WocTable &) |
creates a table More... | |
virtual void | newTransaction (const WocTransaction &) |
creates a transaction More... | |
Private Member Functions | |
void | schemaImport () |
creates schema imports More... | |
void | headerMsg () |
creates header message More... | |
void | mainElems () |
create main elements for port and binding More... | |
void | serviceTag () |
create service More... | |
QString | authMode2str () |
return name of header element for authentication mode More... | |
Private Attributes | |
QString | m_name |
QString | m_dir |
QDomDocument | m_doc |
QDomElement | m_root |
QDomElement | m_bind |
QDomElement | m_port |
WocSchemaOut * | m_schema |
WocProcessor::AuthMode | m_auth |
Additional Inherited Members | |
Signals inherited from WocOutput | |
void | errorFound () |
Protected Slots inherited from WocOutput |
generates output for a schema file
WocSoapOut::WocSoapOut | ( | const QDomElement & | el | ) |
initializes the output object with the given DOM element
|
private |
return name of header element for authentication mode
|
protectedvirtual |
writes any last words after parsing finished
Implements WocOutput.
|
private |
creates header message
|
private |
create main elements for port and binding
|
protectedvirtual |
creates a class
Implements WocOutput.
|
protectedvirtual |
creates a table
Implements WocOutput.
|
protectedvirtual |
creates a transaction
Implements WocOutput.
|
private |
creates schema imports
|
private |
create service
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |