|
|
|
@ -100,13 +100,13 @@ public:
|
|
|
|
|
* where detail is e.g. left, right, top or bottom.
|
|
|
|
|
* This allows to also find 'name' alone (e.g. padding implies padding-left, padding-right etc.)
|
|
|
|
|
*/
|
|
|
|
|
bool hasAttribute( const TQString& name, const TQString& detail = TQString() ) const KDE_DEPRECATED;
|
|
|
|
|
bool hasAttribute( const TQString& name, const TQString& detail = TQString() ) const TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Search for the attribute called 'name', starting on top of the stack,
|
|
|
|
|
* and return it.
|
|
|
|
|
*/
|
|
|
|
|
TQString attribute( const TQString& name, const TQString& detail = TQString() ) const KDE_DEPRECATED;
|
|
|
|
|
TQString attribute( const TQString& name, const TQString& detail = TQString() ) const TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Check if any of the styles on the stack has an attribute called 'name'-'detail'
|
|
|
|
@ -124,13 +124,13 @@ public:
|
|
|
|
|
/**
|
|
|
|
|
* Check if any of the styles on the stack has a child node called 'name'.
|
|
|
|
|
*/
|
|
|
|
|
bool hasChildNode( const TQString & name ) const KDE_DEPRECATED;
|
|
|
|
|
bool hasChildNode( const TQString & name ) const TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Search for a child node called 'name', starting on top of the stack,
|
|
|
|
|
* and return it.
|
|
|
|
|
*/
|
|
|
|
|
TQDomElement childNode( const TQString & name ) const KDE_DEPRECATED;
|
|
|
|
|
TQDomElement childNode( const TQString & name ) const TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Check if any of the styles on the stack has a child element called 'localName' in the namespace 'nsURI'.
|
|
|
|
|