filters
KWord13Parser Class ReferenceList of all members.
Detailed Description
Definition at line 79 of file kword13parser.h.
|
Public Member Functions |
| KWord13Parser (KWord13Document *kwordDocument) |
virtual | ~KWord13Parser (void) |
Protected Member Functions |
virtual bool | startElement (const QString &, const QString &, const QString &name, const QXmlAttributes &attributes) |
virtual bool | endElement (const QString &, const QString &, const QString &qName) |
virtual bool | characters (const QString &ch) |
virtual bool | warning (const QXmlParseException &exception) |
virtual bool | error (const QXmlParseException &exception) |
virtual bool | fatalError (const QXmlParseException &exception) |
bool | startElementFormatOneProperty (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementLayoutProperty (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementName (const QString &, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementFormat (const QString &, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementLayout (const QString &, const QXmlAttributes &, KWord13StackItem *stackItem) |
bool | startElementParagraph (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementFrame (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementFrameset (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementDocumentAttributes (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem, const KWord13StackItemType &allowedParentType, const KWord13StackItemType &newType) |
bool | startElementKey (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
bool | startElementAnchor (const QString &name, const QXmlAttributes &attributes, KWord13StackItem *stackItem) |
QString | calculatePictureKey (const QString &filename, const QString &year, const QString &month, const QString &day, const QString &hour, const QString &minute, const QString &second, const QString µsecond) const |
Protected Attributes |
QString | indent |
KWord13StackItemStack | parserStack |
KWord13Document * | m_kwordDocument |
KWord13Paragraph * | m_currentParagraph |
KWord13Layout * | m_currentLayout |
KWord13Format * | m_currentFormat |
Member Function Documentation
bool KWord13Parser::startElement |
( |
const QString & |
, |
|
|
const QString & |
, |
|
|
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes | |
|
) |
| | [protected, virtual] |
bool KWord13Parser::endElement |
( |
const QString & |
, |
|
|
const QString & |
, |
|
|
const QString & |
qName | |
|
) |
| | [protected, virtual] |
bool KWord13Parser::characters |
( |
const QString & |
ch |
) |
[protected, virtual] |
Process element's characters (between opening and closing tags).
Definition at line 759 of file kword13parser.cpp.
bool KWord13Parser::startElementFormatOneProperty |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementLayoutProperty |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementName |
( |
const QString & |
, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementFormat |
( |
const QString & |
, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementLayout |
( |
const QString & |
, |
|
|
const QXmlAttributes & |
, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementParagraph |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementFrame |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementFrameset |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementDocumentAttributes |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem, |
|
|
const KWord13StackItemType & |
allowedParentType, |
|
|
const KWord13StackItemType & |
newType | |
|
) |
| | [protected] |
Process opening tag of some elements that are children of <DOC> and which only define document properties.
Definition at line 393 of file kword13parser.cpp.
bool KWord13Parser::startElementKey |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
bool KWord13Parser::startElementAnchor |
( |
const QString & |
name, |
|
|
const QXmlAttributes & |
attributes, |
|
|
KWord13StackItem * |
stackItem | |
|
) |
| | [protected] |
QString KWord13Parser::calculatePictureKey |
( |
const QString & |
filename, |
|
|
const QString & |
year, |
|
|
const QString & |
month, |
|
|
const QString & |
day, |
|
|
const QString & |
hour, |
|
|
const QString & |
minute, |
|
|
const QString & |
second, |
|
|
const QString & |
microsecond | |
|
) |
| | const [protected] |
Get a picture key out of the individual <KEY> attributes.
- Note:
- The generated key is different that one of the class KoPictureKey
Definition at line 866 of file kword13parser.cpp.
Member Data Documentation
The documentation for this class was generated from the following files:
|