pwfengine
Public Member Functions | Friends
PPageElement Class Reference

List of all members.

Public Member Functions

 PPageElement (int start, int startLength, int end, int endLength, QDomElement *cTag, PPageElement *parent, PPageElementList *parentList)
void addChild (const PPageElement &child)
QList< PPageElement * > child (const QString &xmlElement)
PPageElementnext (const QString &xmlElement)
QString text ()

Friends

class PPageElementPrivate

Member Function Documentation

void PPageElement::addChild ( const PPageElement child)

Set a page element as a child for this.

Parameters:
childthe page element to add as a child
QList<PPageElement*> PPageElement::child ( const QString &  xmlElement)

Extract all the page elements of the child with the given xml element name

Parameters:
xmlElementthe xml element name
PPageElement* PPageElement::next ( const QString &  xmlElement)

Return the next page element of the child with the given xml element name

Parameters:
xmlElementthe xml element name
QString PPageElement::text ( )

Return the html text of this page element


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Enumerator