STag

The STag class is a container for the information associated with an SGML start tag. More...

Private Methods

STag( );
STag( QString _name );
STag( STag& src );
STag( const STag& src );
const QString*find( QString attr );
voidprintAttrs( );
~STag( );

Private Data Members

QList<Attr>attrs;
QStringname;

Detailed Documentation

The STag class is a container for the information associated with an SGML start tag.

A start tag has a tag name, and a list of zero or more attributes. The STag class provides a find method for looking up attribute values.

Private Methods Documentation

STag ( );

Is this used?!?

STag ( QString _name );

Create an STag given the tag name.

STag ( STag& src );

Create a copy of an existing STag.

STag ( const STag& src );

We don't allow this!

const QString* find ( QString attr );

Return the value associated with the given attribute. If the attribute is not present on this start tag, return 0.


Return to Index.
Automatically generated on Aug 11 23:32