Public Member Functions

WPXDocumentInterface Class Reference

#include <WPXDocumentInterface.h>

List of all members.

Public Member Functions

virtual ~WPXDocumentInterface ()
virtual void setDocumentMetaData (const WPXPropertyList &propList)=0
 Called when all document metadata should be set.
virtual void startDocument ()=0
 Called at the start of the parsing process.
virtual void endDocument ()=0
 Called at the end of the parsing process.
virtual void definePageStyle (const WPXPropertyList &propList)=0
virtual void openPageSpan (const WPXPropertyList &propList)=0
 Called when a new page span is opened.
virtual void closePageSpan ()=0
 Called when a page span is closed.
virtual void openHeader (const WPXPropertyList &propList)=0
 Called when a header should be opened (a sub-document will be placed inside of it).
virtual void closeHeader ()=0
 Called when a header should be closed.
virtual void openFooter (const WPXPropertyList &propList)=0
 Called when a footer should be opened (a sub-document will be placed inside of it).
virtual void closeFooter ()=0
 Called when a footer should be closed.
virtual void defineParagraphStyle (const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)=0
virtual void openParagraph (const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)=0
 Called when a new paragraph is opened.
virtual void closeParagraph ()=0
 Called when a paragraph is closed.
virtual void defineCharacterStyle (const WPXPropertyList &propList)=0
virtual void openSpan (const WPXPropertyList &propList)=0
 Called when a text span is opened.
virtual void closeSpan ()=0
 Called when a text span is closed.
virtual void defineSectionStyle (const WPXPropertyList &propList, const WPXPropertyListVector &columns)=0
virtual void openSection (const WPXPropertyList &propList, const WPXPropertyListVector &columns)=0
 Called when a new section is opened.
virtual void closeSection ()=0
 Called when a section is closed.
virtual void insertTab ()=0
 Called when a TAB character should be inserted.
virtual void insertSpace ()=0
 Called when an explicit space should be inserted.
virtual void insertText (const WPXString &text)=0
 Called when a string of text should be inserted.
virtual void insertLineBreak ()=0
 Called when a line break should be inserted.
virtual void insertField (const WPXString &type, const WPXPropertyList &propList)=0
 Called when a field should be inserted.
virtual void defineOrderedListLevel (const WPXPropertyList &propList)=0
 Defines an ordered (enumerated) list level.
virtual void defineUnorderedListLevel (const WPXPropertyList &propList)=0
 Defines an unordered (unenumerated) list level.
virtual void openOrderedListLevel (const WPXPropertyList &propList)=0
 Called when a new ordered list level should be opened.
virtual void openUnorderedListLevel (const WPXPropertyList &propList)=0
 Called when a new unordered list level should be opened.
virtual void closeOrderedListLevel ()=0
 Called when an unordered list level should be closed.
virtual void closeUnorderedListLevel ()=0
 Called when an ununordered list level should be closed.
virtual void openListElement (const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)=0
 Called when a list element should be opened.
virtual void closeListElement ()=0
 Called when a list element should be closed.
virtual void openFootnote (const WPXPropertyList &propList)=0
 Called when a footnote should be opened (a sub-document will be placed inside of it).
virtual void closeFootnote ()=0
 Called when a footnote should be closed.
virtual void openEndnote (const WPXPropertyList &propList)=0
 Called when a endnote should be opened (a sub-document will be placed inside of it).
virtual void closeEndnote ()=0
 Called when a endnote should be closed.
virtual void openComment (const WPXPropertyList &propList)=0
 Called when a comment or annotation should be opened (a sub-document will be placed inside of it).
virtual void closeComment ()=0
 Called when a comment or annotation should be closed.
virtual void openTextBox (const WPXPropertyList &propList)=0
 Called when a text box should be opened (a sub-document will be placed inside of it).
virtual void closeTextBox ()=0
 Called when a text box should be closed.
virtual void openTable (const WPXPropertyList &propList, const WPXPropertyListVector &columns)=0
 Called when a table should be opened.
virtual void openTableRow (const WPXPropertyList &propList)=0
 Called when a new table row is opened.
virtual void closeTableRow ()=0
 Called when the current table row is closed.
virtual void openTableCell (const WPXPropertyList &propList)=0
 Called when a new table cell is opened.
virtual void closeTableCell ()=0
 Called when the current table cell is closed.
virtual void insertCoveredTableCell (const WPXPropertyList &propList)=0
 Called when a covered (spanned by another cell in the table) table cell is opened.
virtual void closeTable ()=0
 Called when the current table is closed.
virtual void openFrame (const WPXPropertyList &propList)=0
 Called when a positioned box should be opened.
virtual void closeFrame ()=0
 Called when the current positioned box is closed.
virtual void insertBinaryObject (const WPXPropertyList &propList, const WPXBinaryData &data)=0
 Called when a binary object should be inserted.
virtual void insertEquation (const WPXPropertyList &propList, const WPXString &data)=0
 Called when a mathml object should be inserted.

Constructor & Destructor Documentation

virtual WPXDocumentInterface::~WPXDocumentInterface (  )  [inline, virtual]

Member Function Documentation

virtual void WPXDocumentInterface::closeComment (  )  [pure virtual]

Called when a comment or annotation should be closed.

Referenced by WP6ContentListener::commentAnnotation().

virtual void WPXDocumentInterface::closeEndnote (  )  [pure virtual]
virtual void WPXDocumentInterface::closeFooter (  )  [pure virtual]

Called when a footer should be closed.

Referenced by WPXContentListener::_openPageSpan().

virtual void WPXDocumentInterface::closeFootnote (  )  [pure virtual]
virtual void WPXDocumentInterface::closeFrame (  )  [pure virtual]
virtual void WPXDocumentInterface::closeHeader (  )  [pure virtual]

Called when a header should be closed.

Referenced by WPXContentListener::_openPageSpan().

virtual void WPXDocumentInterface::closeListElement (  )  [pure virtual]

Called when a list element should be closed.

Referenced by WPXContentListener::_closeListElement().

virtual void WPXDocumentInterface::closeOrderedListLevel (  )  [pure virtual]

Called when an unordered list level should be closed.

Referenced by WP6ContentListener::_handleListChange().

virtual void WPXDocumentInterface::closePageSpan (  )  [pure virtual]

Called when a page span is closed.

Referenced by WPXContentListener::_closePageSpan().

virtual void WPXDocumentInterface::closeParagraph (  )  [pure virtual]

Called when a paragraph is closed.

Referenced by WPXContentListener::_closeParagraph(), and WPXContentListener::_insertPageNumberParagraph().

virtual void WPXDocumentInterface::closeSection (  )  [pure virtual]

Called when a section is closed.

Referenced by WPXContentListener::_closeSection().

virtual void WPXDocumentInterface::closeSpan (  )  [pure virtual]

Called when a text span is closed.

Referenced by WPXContentListener::_closeSpan(), and WPXContentListener::_insertPageNumberParagraph().

virtual void WPXDocumentInterface::closeTable (  )  [pure virtual]

Called when the current table is closed.

Referenced by WPXContentListener::_closeTable().

virtual void WPXDocumentInterface::closeTableCell (  )  [pure virtual]

Called when the current table cell is closed.

Referenced by WPXContentListener::_closeTableCell().

virtual void WPXDocumentInterface::closeTableRow (  )  [pure virtual]

Called when the current table row is closed.

Referenced by WPXContentListener::_closeTableRow().

virtual void WPXDocumentInterface::closeTextBox (  )  [pure virtual]
virtual void WPXDocumentInterface::closeUnorderedListLevel (  )  [pure virtual]

Called when an ununordered list level should be closed.

Referenced by WP6ContentListener::_handleListChange().

virtual void WPXDocumentInterface::defineCharacterStyle ( const WPXPropertyList propList  )  [pure virtual]
virtual void WPXDocumentInterface::defineOrderedListLevel ( const WPXPropertyList propList  )  [pure virtual]

Defines an ordered (enumerated) list level.

Parameters:
propList Defines a set of properties for the list. May contain:

  • libwpd:id A unique integer identifier for the list
  • libwpd:level The level of the list in the hierarchy
  • style:num-format Type of list
  • style:num-prefix Text that comes before the number in the list
  • style:num-suffix Text that comes after the number in the list
  • text:start-value The starting number of the list
  • text:min-label-width The distance between the list label and the actual text, stored in inches
  • text:space-before The indentation level of the lists, stored in inches

Referenced by WP6ContentListener::_handleListChange().

virtual void WPXDocumentInterface::definePageStyle ( const WPXPropertyList propList  )  [pure virtual]
virtual void WPXDocumentInterface::defineParagraphStyle ( const WPXPropertyList propList,
const WPXPropertyListVector tabStops 
) [pure virtual]
virtual void WPXDocumentInterface::defineSectionStyle ( const WPXPropertyList propList,
const WPXPropertyListVector columns 
) [pure virtual]
virtual void WPXDocumentInterface::defineUnorderedListLevel ( const WPXPropertyList propList  )  [pure virtual]

Defines an unordered (unenumerated) list level.

Parameters:
propList Defines a set of properties for the list level. May contain:

  • libwpd:id A unique integer identifier for the list
  • libwpd:level The level of the list in the hierarchy
  • text:bullet-char The string that should be used as a bullet
  • text:min-label-width The distance between the bullet and the actual text, stored in inches
  • text:space-before The indentation level of the lists, stored in inches

Referenced by WP6ContentListener::_handleListChange().

virtual void WPXDocumentInterface::endDocument (  )  [pure virtual]

Called at the end of the parsing process.

This is always the last callback made.

Referenced by WPXContentListener::endDocument().

virtual void WPXDocumentInterface::insertBinaryObject ( const WPXPropertyList propList,
const WPXBinaryData data 
) [pure virtual]

Called when a binary object should be inserted.

Parameters:
propList Defines a set of properties for the object. May contain:

  • libwpd:mimetype The mimetype of the object
data Reference to the binary object

Referenced by WP6ContentListener::insertGraphicsData(), WP5ContentListener::insertGraphicsData(), WP3ContentListener::insertPicture(), and WP1ContentListener::insertPicture().

virtual void WPXDocumentInterface::insertCoveredTableCell ( const WPXPropertyList propList  )  [pure virtual]

Called when a covered (spanned by another cell in the table) table cell is opened.

Parameters:
propList Property list for the table cell. May contain:

  • libwpd:column Number of the column in which the cell is positioned
  • libwpd:row Number of the row in which the cell is positioned

Referenced by WPXContentListener::_closeTableRow().

virtual void WPXDocumentInterface::insertEquation ( const WPXPropertyList propList,
const WPXString data 
) [pure virtual]

Called when a mathml object should be inserted.

Parameters:
propList Defines a set of properties for the object.

  • libwpd:mimetype The mimetype of the object
data Reference to the string containing the equation representation
virtual void WPXDocumentInterface::insertField ( const WPXString type,
const WPXPropertyList propList 
) [pure virtual]

Called when a field should be inserted.

Field types may include:

  • text:page-number Current page number
  • text:page-count Total # of pages in document
    Parameters:
    propList Defines a set of properties for the field. May contain:
  • style:num-format Type of page number (for page number)

Referenced by WPXContentListener::_insertPageNumberParagraph(), and WP6ContentListener::displayNumberReferenceGroupOff().

virtual void WPXDocumentInterface::insertLineBreak (  )  [pure virtual]

Called when a line break should be inserted.

Referenced by WP6ContentListener::handleLineBreak().

virtual void WPXDocumentInterface::insertSpace (  )  [pure virtual]

Called when an explicit space should be inserted.

Referenced by WPXContentListener::_insertText().

virtual void WPXDocumentInterface::insertTab (  )  [pure virtual]
virtual void WPXDocumentInterface::insertText ( const WPXString text  )  [pure virtual]

Called when a string of text should be inserted.

Parameters:
text A textbuffer encoded as a UTF8 string

Referenced by WPXContentListener::_insertText().

virtual void WPXDocumentInterface::openComment ( const WPXPropertyList propList  )  [pure virtual]

Called when a comment or annotation should be opened (a sub-document will be placed inside of it).

Parameters:
propList Defines a set of properties for the comment or annotation.

Referenced by WP6ContentListener::commentAnnotation().

virtual void WPXDocumentInterface::openEndnote ( const WPXPropertyList propList  )  [pure virtual]

Called when a endnote should be opened (a sub-document will be placed inside of it).

Parameters:
propList Defines a set of properties for the endnote. May contain:

  • libwpd:number The endnote's number

Referenced by WP5ContentListener::insertNote(), WP3ContentListener::insertNote(), WP1ContentListener::insertNote(), and WP6ContentListener::noteOff().

virtual void WPXDocumentInterface::openFooter ( const WPXPropertyList propList  )  [pure virtual]

Called when a footer should be opened (a sub-document will be placed inside of it).

Parameters:
propList Property list for the footer. May contain:

  • libwpd:occurrence Determines on which pages the footer will occur (odd, even, or all)

Referenced by WPXContentListener::_openPageSpan().

virtual void WPXDocumentInterface::openFootnote ( const WPXPropertyList propList  )  [pure virtual]

Called when a footnote should be opened (a sub-document will be placed inside of it).

Parameters:
propList Defines a set of properties for the footnote. May contain:

  • libwpd:number The footnote's number

Referenced by WP5ContentListener::insertNote(), WP3ContentListener::insertNote(), WP1ContentListener::insertNote(), and WP6ContentListener::noteOff().

virtual void WPXDocumentInterface::openFrame ( const WPXPropertyList propList  )  [pure virtual]

Called when a positioned box should be opened.

Parameters:
propList Defines a set of properties for the box. May contain:

  • text:anchor-type How the Box is anchored (page, frame, paragraph, char, as-char)
  • svg:x Horizontal position of the box (in inches)
  • svg:y Vertical position of the box (in inches)
  • style:horizontal-pos Horizontal alignment of the box (left, center, right, from-left, inside, outside, from-inside)
  • style:horizontal-rel From where the horizontal position of the box is measured (page, page-content, page-start-margin, page-end-margin, frame, frame-content, frame-start-margin, frame-end-margin, paragraph, paragraph-content, paragraph-start-margin, paragraph-end-margin, char)
  • style:vertical-pos Vertical alignment of the box
  • style:vertical-rel From where the vertical position of the box is measured
  • svg:width Width of the box (in inches)
  • style:relative-width If the width should scale to keep the width/height ratio of the original object, this property is set to "scale".
  • svg:height Height of the box (in inches)
  • style:relative-height If the height should scale to keep the width/height ratio of the original object, this property is set to "scale".

Referenced by WP6ContentListener::boxOn(), WP5ContentListener::boxOn(), WP3ContentListener::insertPicture(), WP1ContentListener::insertPicture(), WP3ContentListener::insertTextBox(), and WP3ContentListener::insertWP51Table().

virtual void WPXDocumentInterface::openHeader ( const WPXPropertyList propList  )  [pure virtual]

Called when a header should be opened (a sub-document will be placed inside of it).

Parameters:
propList Property list for the header. May contain:

  • libwpd:occurrence Determines on which pages the header will occur (odd, even, or all)

Referenced by WPXContentListener::_openPageSpan().

virtual void WPXDocumentInterface::openListElement ( const WPXPropertyList propList,
const WPXPropertyListVector tabStops 
) [pure virtual]

Called when a list element should be opened.

Parameters:
propList Property list for the paragraph. May contain:

  • fo:text-align The justification of this paragraph (left, center, end, full, or justify)
  • fo:margin-left The left indentation of this paragraph, in inches
  • fo:margin-right The right indentation of this paragraph, in inches
  • fo:margin-top The amount of extra spacing to be placed before the paragraph, in inches
  • fo:margin-bottom The amount of extra spacing to be placed after the paragraph, in inches
  • fo:text-indent The indentation of first line, in inches (difference relative to margin-left)
  • fo:line-height The amount of spacing between lines, in number of lines (1.0 is single spacing)
  • fo:break-before Whether this paragraph should be placed in a new column or page (the value is set to column or page if so)
tabStops List of tabstop definitions for the paragraph. If the list is empty, default tabstop definition should be used. Each tab stop may contain:

  • style:type Type of tab (left, right, center, or char)
  • style:char Alingnment character for char aligned tabs
  • style:leader-text The leader character
  • style:position Position of the tab

Referenced by WPXContentListener::_openListElement().

virtual void WPXDocumentInterface::openOrderedListLevel ( const WPXPropertyList propList  )  [pure virtual]

Called when a new ordered list level should be opened.

Parameters:
propList Defines a set of properties for the list level. May contain:

  • libwpd:id Which list level definition should be used

Referenced by WP6ContentListener::_handleListChange().

virtual void WPXDocumentInterface::openPageSpan ( const WPXPropertyList propList  )  [pure virtual]

Called when a new page span is opened.

This will always be called before any actual content is placed into the document.

Parameters:
propList Property list for the page span. May contain:

  • libwpd:num-pages The length of this span, in number of pages
  • libwpd:is-last-page-span Whether this is the start of the last page span in the document
  • fo:page-width The width of the page, in inches
  • fo:page-height The height of the page, in inches
  • style:print-orientation The orientation of the page (portrait or landscape)
  • fo:margin-left The left margin for each page in the span, in inches
  • fo:margin-right The right margin for each page in the span, in inches
  • fo:margin-top The top margin for each page in the span, in inches
  • fo:margin-bottom The bottom margin for each page in the span, in inches

Referenced by WPXContentListener::_openPageSpan().

virtual void WPXDocumentInterface::openParagraph ( const WPXPropertyList propList,
const WPXPropertyListVector tabStops 
) [pure virtual]

Called when a new paragraph is opened.

This (or openListElement) will always be called before any text or span is placed into the document.

Parameters:
propList Property list for the paragraph. May contain:

  • fo:text-align The justification of this paragraph (left, center, end, full, or justify)
  • fo:margin-left The left indentation of this paragraph, in inches
  • fo:margin-right The right indentation of this paragraph, in inches
  • fo:margin-top The amount of extra spacing to be placed before the paragraph, in inches
  • fo:margin-bottom The amount of extra spacing to be placed after the paragraph, in inches
  • fo:text-indent The indentation of first line, in inches (difference relative to margin-left)
  • fo:line-height The amount of spacing between lines, in number of lines (1.0 is single spacing)
  • fo:break-before Whether this paragraph should be placed in a new column or page (the value is set to column or page if so)
tabStops List of tabstop definitions for the paragraph. If the list is empty, default tabstop definition should be used. Each tab stop may contain:

  • style:type Type of tab (left, right, center, or char)
  • style:char Alingnment character for char aligned tabs
  • style:leader-text The leader character
  • style:position Position of the tab

Referenced by WPXContentListener::_insertPageNumberParagraph(), and WPXContentListener::_openParagraph().

virtual void WPXDocumentInterface::openSection ( const WPXPropertyList propList,
const WPXPropertyListVector columns 
) [pure virtual]

Called when a new section is opened.

Parameters:
propList Property list for the section. May contain:

  • fo:margin-left The left indentation of this section, in inches
  • fo:margin-right The right indentation of this section, in inches
  • libwpd:margin-bottom Extra space to add after the section, in inches
  • text:dont-balance-text-columns Whether or not to balance text columns
columns List of definitions of each column: left gutter, right gutter, and width (includes the gutters). Empty if there is only one column in the section. Each column may contain:

  • style:rel-width
  • fo:start-indent The left indentation of the margin, in inches
  • fo:end-indent The right indentation of the margin, in inches

Referenced by WPXContentListener::_openSection().

virtual void WPXDocumentInterface::openSpan ( const WPXPropertyList propList  )  [pure virtual]

Called when a text span is opened.

Parameters:
propList Property list for the span. May contain:

  • fo:font-style Font style (italic or normal)
  • fo:font-weight Font style (bold or normal)
  • style:text-line-through-type (double or single, if present)
  • style:text-underline-type (double or single, if present)
  • style:text-outline (true or false)
  • fo:font-variant (small-caps, if present)
  • style:font-name The name of the font used in the span, a text string in ascii
  • fo:font-size The size of the font used in the span, in points (72 points per inch)
  • fo:color The color of the font used in the span (encoded in hex: #RRGGBB)
  • fo:background-color The background color of the text in the span (encoded in hex: #RRGGBB)
  • style:text-blinking Whether the text should blink (true or false)
  • fo:text-shadow

Referenced by WPXContentListener::_insertPageNumberParagraph(), and WPXContentListener::_openSpan().

virtual void WPXDocumentInterface::openTable ( const WPXPropertyList propList,
const WPXPropertyListVector columns 
) [pure virtual]

Called when a table should be opened.

Parameters:
propList Defines a set of properties for the table. May contain:

  • table:align The alignment (left, right, center, or margins)
  • fo:margin-left The left indentation of the table, in inches
  • fo:margin-right The right indentation of the table, in inches
  • style:width Total width of the table, in inches
  • fo:break-before Whether this table should be placed in a new column or page (the value is set to column or page if so)
columns Column definitions for the table. May contain

  • style:column-width Width of a column, in inches

Referenced by WPXContentListener::_openTable().

virtual void WPXDocumentInterface::openTableCell ( const WPXPropertyList propList  )  [pure virtual]

Called when a new table cell is opened.

Parameters:
propList Property list for the table cell. May contain:

  • libwpd:column Number of the column in which the cell is positioned
  • libwpd:row Number of the row in which the cell is positioned
  • table:number-columns-spanned Number of columns that the cell spans
  • table:number-rows-spanned Number of rows that the cell spans
  • fo:border-left Properties of the left border of the cell
  • fo:border-right Properties of the right border of the cell
  • fo:border-top Properties of the top border of the cell
  • fo:border-bottom Properties of the bottom border of the cell
  • fo:background-color Color of the cell (encoded in hex: #RRGGBB)
  • style:vertical-align Vertical alignment of the content in the cell (top, middle, or bottom)

Referenced by WPXContentListener::_openTableCell().

virtual void WPXDocumentInterface::openTableRow ( const WPXPropertyList propList  )  [pure virtual]

Called when a new table row is opened.

Parameters:
propList Defines a set of properties for the table row. May contain:

  • style:row-height The row's height, in inches
  • style:min-row-height The row's minimum height, in inches
  • libwpd:is-header-row This row contains headings of columns and should repeat at every page (for tables that span several pages)

Referenced by WPXContentListener::_openTableRow().

virtual void WPXDocumentInterface::openTextBox ( const WPXPropertyList propList  )  [pure virtual]

Called when a text box should be opened (a sub-document will be placed inside of it).

Parameters:
propList Defines a set of properties for the text box.

Referenced by WP6ContentListener::insertTextBox(), WP3ContentListener::insertTextBox(), and WP3ContentListener::insertWP51Table().

virtual void WPXDocumentInterface::openUnorderedListLevel ( const WPXPropertyList propList  )  [pure virtual]

Called when a new unordered list level should be opened.

Parameters:
propList Defines a set of properties for the list level. May contain:

  • libwpd:id Which list level definition should be used

Referenced by WP6ContentListener::_handleListChange().

virtual void WPXDocumentInterface::setDocumentMetaData ( const WPXPropertyList propList  )  [pure virtual]

Called when all document metadata should be set.

This is always the first callback made.

Parameters:
propList Property list for the metadata. May contain:

  • dc:creator
  • dc:language The document's keywords
  • dc:publisher The document's publisher
  • dc:source
  • dc:subject The document's subject
  • dc:type The document's type
  • dcterms:available Date when the document was completed
  • dcterms:issued: Date of the version of the document
  • libwpd:abstract Abstract of the document's contents
  • libwpd:account Account
  • libwpd:address Address
  • libwpd:attachments
  • libwpd:authorization
  • libwpd:bill-to
  • libwpd:blind-copy
  • libwpd:carbon-copy
  • libwpd:checked-by
  • libwpd:client
  • libwpd:comments
  • libwpd:department
  • libwpd:descriptive-name The descriptive name for the document
  • libwpd:descriptive-type The descriptive type for the document
  • libwpd:destination
  • libwpd:disposition
  • libwpd:division
  • libwpd:document-number
  • libwpd:editor
  • libwpd:forward-to
  • libwpd:group
  • libwpd:mail-stop
  • libwpd:matter
  • libwpd:office
  • libwpd:owner
  • libwpd:project
  • libwpd:purpose
  • libwpd:received-from
  • libwpd:recorded-by
  • libwpd:recorded-date Date when the document was recorded
  • libwpd:reference
  • libwpd:revision-notes
  • libwpd:revision-number
  • libwpd:section
  • libwpd:security
  • libwpd:status
  • libwpd:telephone-number
  • libwpd:version-notes
  • libwpd:version-number
  • meta:creation-date Document creation date
  • meta:initial-creator The document's author
  • meta:keyword The document's keywords

Referenced by WPXContentListener::startDocument().

virtual void WPXDocumentInterface::startDocument (  )  [pure virtual]

Called at the start of the parsing process.

This is always the second callback made.

Referenced by WPXContentListener::startDocument().


The documentation for this class was generated from the following file:

Generated on Sat Aug 27 2011 02:15:24 for libwpd by doxygen 1.7.1