VCF::HTMLElement Class Reference
This represents an individual node.
More...
#include <vcf/HTMLKit/HTMLDOMElements.h>
Inheritance diagram for VCF::HTMLElement:
List of all members.
Detailed Description
This represents an individual node.
Constructor & Destructor Documentation
| VCF::HTMLElement::HTMLElement |
( |
|
) |
|
|
| VCF::HTMLElement::HTMLElement |
( |
const HTMLElement & |
rhs |
) |
|
|
| virtual VCF::HTMLElement::~HTMLElement |
( |
|
) |
[virtual] |
|
Member Function Documentation
| void VCF::HTMLElement::click |
( |
|
) |
|
|
| bool VCF::HTMLElement::contains |
( |
const HTMLElement & |
child |
) |
const |
|
| String VCF::HTMLElement::getAttribute |
( |
const String & |
attributeName, |
|
|
bool |
caseSensitive = true |
|
) |
const |
|
| String VCF::HTMLElement::getClassName |
( |
|
) |
const |
|
| String VCF::HTMLElement::getID |
( |
|
) |
const |
|
| String VCF::HTMLElement::getInnerHTML |
( |
|
) |
const |
|
| String VCF::HTMLElement::getInnerText |
( |
|
) |
const |
|
| bool VCF::HTMLElement::getIsTextEdit |
( |
|
) |
const |
|
| String VCF::HTMLElement::getLang |
( |
|
) |
const |
|
| String VCF::HTMLElement::getLanguage |
( |
|
) |
const |
|
| long VCF::HTMLElement::getOffsetHeight |
( |
|
) |
const |
|
| long VCF::HTMLElement::getOffsetLeft |
( |
|
) |
const |
|
| HTMLElement VCF::HTMLElement::getOffsetParent |
( |
|
) |
const |
|
| long VCF::HTMLElement::getOffsetTop |
( |
|
) |
const |
|
| long VCF::HTMLElement::getOffsetWidth |
( |
|
) |
const |
|
| String VCF::HTMLElement::getOuterHTML |
( |
|
) |
const |
|
| String VCF::HTMLElement::getOuterText |
( |
|
) |
const |
|
| HTMLElement VCF::HTMLElement::getParentTextEdit |
( |
|
) |
const |
|
| long VCF::HTMLElement::getSourceIndex |
( |
|
) |
const |
|
| String VCF::HTMLElement::getTagName |
( |
|
) |
const |
|
| String VCF::HTMLElement::getTitle |
( |
|
) |
const |
|
| void VCF::HTMLElement::insertAdjacentHTML |
( |
const String & |
where, |
|
|
const String & |
html |
|
) |
|
|
| void VCF::HTMLElement::insertAdjacentText |
( |
const String & |
where, |
|
|
const String & |
text |
|
) |
|
|
| bool VCF::HTMLElement::null |
( |
|
) |
const |
|
| bool VCF::HTMLElement::removeAttribute |
( |
const String & |
attributeName, |
|
|
bool |
caseSensitive = true |
|
) |
|
|
| void VCF::HTMLElement::scrollIntoView |
( |
bool |
atTop |
) |
|
|
| void VCF::HTMLElement::setAttribute |
( |
const String & |
attributeName, |
|
|
const String & |
attributeValue, |
|
|
bool |
caseSensitive |
|
) |
|
|
| void VCF::HTMLElement::setClassName |
( |
const String & |
className |
) |
|
|
| void VCF::HTMLElement::setID |
( |
const String & |
id |
) |
|
|
| void VCF::HTMLElement::setInnerHTML |
( |
const String & |
html |
) |
|
|
| void VCF::HTMLElement::setInnerText |
( |
const String & |
text |
) |
|
|
| void VCF::HTMLElement::setLang |
( |
const String & |
language |
) |
|
|
| void VCF::HTMLElement::setLanguage |
( |
const String & |
language |
) |
|
|
| void VCF::HTMLElement::setOuterHTML |
( |
const String & |
html |
) |
|
|
| void VCF::HTMLElement::setOuterText |
( |
const String & |
text |
) |
|
|
| void VCF::HTMLElement::setTitle |
( |
const String & |
title |
) |
|
|
| String VCF::HTMLElement::toString |
( |
|
) |
const |
|
Member Data Documentation
The documentation for this class was generated from the following file: