Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::HTMLElementCollection Class Reference

This is a collection of 0 or more HTMLElement nodes. More...

#include <vcf/HTMLKit/HTMLDOMElements.h>

List of all members.

Public Member Functions

 HTMLElementCollection ()
 HTMLElementCollection (const HTMLElementCollection &rhs)
 ~HTMLElementCollection ()
void setPeer (HTMLElementCollectionPeer *collection)
HTMLElementCollectionPeergetPeer () const
bool null () const
HTMLElementCollectionoperator= (const HTMLElementCollection &rhs)
String toString () const
void setLength (long len)
long getLength () const
HTMLElementitem (const String &name, long index)
HTMLElementitem (const String &name)
HTMLElementitem (long index)
HTMLElementoperator[] (long index)
HTMLElementoperator[] (const String &name)
HTMLElementCollection tags (const String &tag)

Friends

class HTMLElement
class HTMLDocument


Detailed Description

This is a collection of 0 or more HTMLElement nodes.


Constructor & Destructor Documentation

VCF::HTMLElementCollection::HTMLElementCollection  ) 
 

VCF::HTMLElementCollection::HTMLElementCollection const HTMLElementCollection rhs  ) 
 

VCF::HTMLElementCollection::~HTMLElementCollection  ) 
 


Member Function Documentation

long VCF::HTMLElementCollection::getLength  )  const
 

HTMLElementCollectionPeer* VCF::HTMLElementCollection::getPeer  )  const [inline]
 

HTMLElement* VCF::HTMLElementCollection::item long  index  ) 
 

HTMLElement* VCF::HTMLElementCollection::item const String name  ) 
 

HTMLElement* VCF::HTMLElementCollection::item const String name,
long  index
 

bool VCF::HTMLElementCollection::null  )  const
 

HTMLElementCollection& VCF::HTMLElementCollection::operator= const HTMLElementCollection rhs  ) 
 

HTMLElement* VCF::HTMLElementCollection::operator[] const String name  ) 
 

HTMLElement* VCF::HTMLElementCollection::operator[] long  index  ) 
 

void VCF::HTMLElementCollection::setLength long  len  ) 
 

void VCF::HTMLElementCollection::setPeer HTMLElementCollectionPeer collection  ) 
 

HTMLElementCollection VCF::HTMLElementCollection::tags const String tag  ) 
 

String VCF::HTMLElementCollection::toString  )  const
 


Friends And Related Function Documentation

friend class HTMLDocument [friend]
 

friend class HTMLElement [friend]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information