ACEXML_Svcconf_Handler Class Reference

ACEXML_Svcconf_Handler is an example SAX event handler. More...

#include <Svcconf_Handler.h>

Inheritance diagram for ACEXML_Svcconf_Handler:
Inheritance graph
[legend]
Collaboration diagram for ACEXML_Svcconf_Handler:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACEXML_Svcconf_Handler (void)
virtual ~ACEXML_Svcconf_Handler (void)
virtual void characters (const ACEXML_Char *ch, int start, int length ACEXML_ENV_ARG_DECL)
virtual void endDocument (ACEXML_ENV_SINGLE_ARG_DECL)
virtual void endElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName ACEXML_ENV_ARG_DECL)
virtual void endPrefixMapping (const ACEXML_Char *prefix ACEXML_ENV_ARG_DECL)
virtual void ignorableWhitespace (const ACEXML_Char *ch, int start, int length ACEXML_ENV_ARG_DECL)
virtual void processingInstruction (const ACEXML_Char *target, const ACEXML_Char *data ACEXML_ENV_ARG_DECL)
virtual void setDocumentLocator (ACEXML_Locator *locator)
virtual void skippedEntity (const ACEXML_Char *name ACEXML_ENV_ARG_DECL)
virtual void startDocument (ACEXML_ENV_SINGLE_ARG_DECL)
virtual void startElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts ACEXML_ENV_ARG_DECL)
virtual void startPrefixMapping (const ACEXML_Char *prefix, const ACEXML_Char *uri ACEXML_ENV_ARG_DECL)
virtual void notationDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId ACEXML_ENV_ARG_DECL)
virtual void unparsedEntityDecl (const ACEXML_Char *name, const ACEXML_Char *publicId, const ACEXML_Char *systemId, const ACEXML_Char *notationName ACEXML_ENV_ARG_DECL)
virtual ACEXML_InputSourceresolveEntity (const ACEXML_Char *publicId, const ACEXML_Char *systemId ACEXML_ENV_ARG_DECL)
virtual void error (ACEXML_SAXParseException &exception ACEXML_ENV_ARG_DECL)
virtual void fatalError (ACEXML_SAXParseException &exception ACEXML_ENV_ARG_DECL)
virtual void warning (ACEXML_SAXParseException &exception ACEXML_ENV_ARG_DECL)

Protected Member Functions

int get_stream_id (ACEXML_Attributes *alist ACEXML_ENV_ARG_DECL)
int get_id (ACEXML_Attributes *alist ACEXML_ENV_ARG_DECL)
int get_dynamic_attrs (ACEXML_Attributes *alist ACEXML_ENV_ARG_DECL)
int get_initializer_attrs (ACEXML_Attributes *alist ACEXML_ENV_ARG_DECL)
int get_static_attrs (ACEXML_Attributes *alist ACEXML_ENV_ARG_DECL)

Private Attributes

int in_stream_def_
 We are parsing a stream definition.
int in_module_
 We are defining a steam module.
ACE_Service_Typestream_svc_type_
 stream_ holds the actually Stream_Type object managed by stream_svc_type_.
ACE_Stream_Typestream_
ACE_Parsed_Info parsed_info_
ACE_Parsed_Info stream_info_
ACEXML_Locatorlocator_

Detailed Description

ACEXML_Svcconf_Handler is an example SAX event handler.

This SAX event handler try to regenerate the XML document it reads with correct indentation.


Constructor & Destructor Documentation

ACEXML_Svcconf_Handler::ACEXML_Svcconf_Handler ( void   ) 
ACEXML_Svcconf_Handler::~ACEXML_Svcconf_Handler ( void   )  [virtual]

Member Function Documentation

virtual void ACEXML_Svcconf_Handler::characters ( const ACEXML_Char ch,
int  start,
int length  ACEXML_ENV_ARG_DECL 
) [virtual]
virtual void ACEXML_Svcconf_Handler::endDocument ( ACEXML_ENV_SINGLE_ARG_DECL   )  [virtual]

Receive notification of the end of a document.

Reimplemented from ACEXML_DefaultHandler.

void ACEXML_Svcconf_Handler::endElement ( const ACEXML_Char namespaceURI,
const ACEXML_Char localName,
const ACEXML_Char *qName  ACEXML_ENV_ARG_DECL 
) [virtual]

Receive notification of the end of an element.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::endPrefixMapping ( const ACEXML_Char *prefix  ACEXML_ENV_ARG_DECL  )  [virtual]

End the scope of a prefix-URI mapping.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::error ( ACEXML_SAXParseException &exception  ACEXML_ENV_ARG_DECL  )  [virtual]

Receive notification of a recoverable error.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::fatalError ( ACEXML_SAXParseException &exception  ACEXML_ENV_ARG_DECL  )  [virtual]

Receive notification of a non-recoverable error.

Reimplemented from ACEXML_DefaultHandler.

int ACEXML_Svcconf_Handler::get_dynamic_attrs ( ACEXML_Attributes *alist  ACEXML_ENV_ARG_DECL  )  [protected]

Get the dynamic tag attributes.

int ACEXML_Svcconf_Handler::get_id ( ACEXML_Attributes *alist  ACEXML_ENV_ARG_DECL  )  [protected]

Get the only attribute in <resume>, <suspend>, <remove>

int ACEXML_Svcconf_Handler::get_initializer_attrs ( ACEXML_Attributes *alist  ACEXML_ENV_ARG_DECL  )  [protected]

Get the initializer tag attributes.

int ACEXML_Svcconf_Handler::get_static_attrs ( ACEXML_Attributes *alist  ACEXML_ENV_ARG_DECL  )  [protected]

Get the static tag attributes.

int ACEXML_Svcconf_Handler::get_stream_id ( ACEXML_Attributes *alist  ACEXML_ENV_ARG_DECL  )  [protected]

Get the only attribute in <stream> or <streamdef>.

virtual void ACEXML_Svcconf_Handler::ignorableWhitespace ( const ACEXML_Char ch,
int  start,
int length  ACEXML_ENV_ARG_DECL 
) [virtual]

Receive notification of ignorable whitespace in element content.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::notationDecl ( const ACEXML_Char name,
const ACEXML_Char publicId,
const ACEXML_Char *systemId  ACEXML_ENV_ARG_DECL 
) [virtual]

Receive notification of a notation declaration event.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::processingInstruction ( const ACEXML_Char target,
const ACEXML_Char *data  ACEXML_ENV_ARG_DECL 
) [virtual]

Receive notification of a processing instruction.

Reimplemented from ACEXML_DefaultHandler.

virtual ACEXML_InputSource* ACEXML_Svcconf_Handler::resolveEntity ( const ACEXML_Char publicId,
const ACEXML_Char *systemId  ACEXML_ENV_ARG_DECL 
) [virtual]

Allow the application to resolve external entities.

Reimplemented from ACEXML_DefaultHandler.

void ACEXML_Svcconf_Handler::setDocumentLocator ( ACEXML_Locator locator  )  [virtual]

Receive an object for locating the origin of SAX document events.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::skippedEntity ( const ACEXML_Char *name  ACEXML_ENV_ARG_DECL  )  [virtual]

Receive notification of a skipped entity.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::startDocument ( ACEXML_ENV_SINGLE_ARG_DECL   )  [virtual]

Receive notification of the beginning of a document.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::startElement ( const ACEXML_Char namespaceURI,
const ACEXML_Char localName,
const ACEXML_Char qName,
ACEXML_Attributes *atts  ACEXML_ENV_ARG_DECL 
) [virtual]

Receive notification of the beginning of an element.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::startPrefixMapping ( const ACEXML_Char prefix,
const ACEXML_Char *uri  ACEXML_ENV_ARG_DECL 
) [virtual]

Begin the scope of a prefix-URI Namespace mapping.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::unparsedEntityDecl ( const ACEXML_Char name,
const ACEXML_Char publicId,
const ACEXML_Char systemId,
const ACEXML_Char *notationName  ACEXML_ENV_ARG_DECL 
) [virtual]

Receive notification of an unparsed entity declaration event.

Reimplemented from ACEXML_DefaultHandler.

virtual void ACEXML_Svcconf_Handler::warning ( ACEXML_SAXParseException &exception  ACEXML_ENV_ARG_DECL  )  [virtual]

Receive notification of a warning.

Reimplemented from ACEXML_DefaultHandler.


Member Data Documentation

We are defining a steam module.

We are parsing a stream definition.

stream_ holds the actually Stream_Type object managed by stream_svc_type_.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 04:05:17 2009 for ACEXML by  doxygen 1.6.1