The STag class is a container for the information associated with an SGML start tag. More...
STag | ( ); | |
STag | ( QString _name ); | |
STag | ( STag& src ); | |
STag | ( const STag& src ); | |
const QString* | find | ( QString attr ); |
void | printAttrs | ( ); |
~STag | ( ); |
QList<Attr> | attrs; |
QString | name; |
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.Is this used?!?
Create an STag given the tag name.
Create a copy of an existing STag.
We don't allow this!
Return the value associated with the given attribute. If the attribute is not present on this start tag, return 0.