#include <qdomhelpers_p.h>
|
| | QDomBuilder (QDomDocumentPrivate *d, QXmlStreamReader *r, QDomDocument::ParseOptions options) |
| | ~QDomBuilder () |
| bool | endDocument () |
| bool | startElement (const QString &nsURI, const QString &qName, const QXmlStreamAttributes &atts) |
| bool | endElement () |
| bool | characters (const QString &characters, bool cdata=false) |
| bool | processingInstruction (const QString &target, const QString &data) |
| bool | skippedEntity (const QString &name) |
| bool | startEntity (const QString &name) |
| bool | endEntity () |
| bool | startDTD (const QString &name, const QString &publicId, const QString &systemId) |
| bool | parseDTD (const QString &dtd) |
| bool | comment (const QString &characters) |
| bool | externalEntityDecl (const QString &name, const QString &publicId, const QString &systemId) |
| bool | notationDecl (const QString &name, const QString &publicId, const QString &systemId) |
| bool | unparsedEntityDecl (const QString &name, const QString &publicId, const QString &systemId, const QString ¬ationName) |
| void | fatalError (const QString &message) |
| QDomDocument::ParseResult | result () const |
| bool | preserveSpacingOnlyNodes () const |
Definition at line 35 of file qdomhelpers_p.h.
◆ QDomBuilder()
| QDomBuilder::QDomBuilder |
( |
QDomDocumentPrivate * | d, |
|
|
QXmlStreamReader * | r, |
|
|
QDomDocument::ParseOptions | options ) |
◆ ~QDomBuilder()
| QDomBuilder::~QDomBuilder |
( |
| ) |
|
◆ characters()
| bool QDomBuilder::characters |
( |
const QString & | characters, |
|
|
bool | cdata = false ) |
◆ comment()
| bool QDomBuilder::comment |
( |
const QString & | characters | ) |
|
◆ endDocument()
| bool QDomBuilder::endDocument |
( |
| ) |
|
◆ endElement()
| bool QDomBuilder::endElement |
( |
| ) |
|
◆ endEntity()
| bool QDomBuilder::endEntity |
( |
| ) |
|
◆ externalEntityDecl()
| bool QDomBuilder::externalEntityDecl |
( |
const QString & | name, |
|
|
const QString & | publicId, |
|
|
const QString & | systemId ) |
◆ fatalError()
| void QDomBuilder::fatalError |
( |
const QString & | message | ) |
|
◆ notationDecl()
| bool QDomBuilder::notationDecl |
( |
const QString & | name, |
|
|
const QString & | publicId, |
|
|
const QString & | systemId ) |
◆ parseDTD()
| bool QDomBuilder::parseDTD |
( |
const QString & | dtd | ) |
|
◆ preserveSpacingOnlyNodes()
| bool QDomBuilder::preserveSpacingOnlyNodes |
( |
| ) |
const |
|
inline |
◆ processingInstruction()
| bool QDomBuilder::processingInstruction |
( |
const QString & | target, |
|
|
const QString & | data ) |
◆ result()
| QDomDocument::ParseResult QDomBuilder::result |
( |
| ) |
const |
|
inline |
◆ skippedEntity()
| bool QDomBuilder::skippedEntity |
( |
const QString & | name | ) |
|
◆ startDTD()
◆ startElement()
| bool QDomBuilder::startElement |
( |
const QString & | nsURI, |
|
|
const QString & | qName, |
|
|
const QXmlStreamAttributes & | atts ) |
◆ startEntity()
| bool QDomBuilder::startEntity |
( |
const QString & | name | ) |
|
◆ unparsedEntityDecl()
| bool QDomBuilder::unparsedEntityDecl |
( |
const QString & | name, |
|
|
const QString & | publicId, |
|
|
const QString & | systemId, |
|
|
const QString & | notationName ) |
The documentation for this class was generated from the following file: