public interface ElementHandler
Methods beginning with start and end provide produce a well-formed hierarchy around the text (provided through the text method). Methods beginning with event represent atomic events in the text.
There are some cases where an arbitrary area of the output needs to be marked but doing so using start and end methods would produce overlapping elements (something not allowed here or in XML). In this case two atomic events will be used to mark the beginning end end of the area. An example of this is hyperlinks which in Microsoft Word and other formats can cut across paragraphs, tables, etc.
In general it is better for developers to extend from
BaseElementHandler
than to manually implement
all the methods in this interface.
Modifier and Type | Method and Description |
---|---|
void |
close()
Close any resoures associated with this handler.
|
void |
endAdded(Element element)
End of a Added element.
|
void |
endAddedCell(Element element)
End of a AddedCell element.
|
void |
endAnnot(Element element)
End of a Annot element.
|
void |
endArchiveColInfo(Element element)
End of a ArchiveColInfo element.
|
void |
endArchiveColumnDefinitions(Element element)
End of a ArchiveColumnDefinitions element.
|
void |
endArchiveRow(Element element)
End of a ArchiveRow element.
|
void |
endArchiveTable(Element element)
End of a ArchiveTable element.
|
void |
endArchiveTableName(Element element)
End of a ArchiveTableName element.
|
void |
endArticleThread(Element element)
End of a ArticleThread element.
|
void |
endAuthorHistory(Element element)
End of a AuthorHistory element.
|
void |
endBody(Element element)
End of a Body element.
|
void |
endBoolean(Element element)
End of a Boolean element.
|
void |
endBooleanCell(Element element)
End of a BooleanCell element.
|
void |
endBooleanField(Element element)
End of a BooleanField element.
|
void |
endBooleanProperty(Element element)
End of a BooleanProperty element.
|
void |
endCell(Element element)
End of a Cell element.
|
void |
endChart(Element element)
End of a Chart element.
|
void |
endCodepageProperty(Element element)
End of a CodepageProperty element.
|
void |
endColInfo(Element element)
End of a ColInfo element.
|
void |
endCollection(Element element)
End of a Collection element.
|
void |
endCommentingAuthor(Element element)
End of a CommentingAuthor element.
|
void |
endContent(Element element)
End of a Content element.
|
void |
endContentRef(Element element)
End of a ContentRef element.
|
void |
endDatabaseColInfo(Element element)
End of a DatabaseColInfo element.
|
void |
endDatabaseColumnDefinitions(Element element)
End of a DatabaseColumnDefinitions element.
|
void |
endDatabaseFieldName(Element element)
End of a DatabaseFieldName element.
|
void |
endDatabaseQueries(Element element)
End of a DatabaseQueries element.
|
void |
endDatabaseRow(Element element)
End of a DatabaseRow element.
|
void |
endDatabaseTable(Element element)
End of a DatabaseTable element.
|
void |
endDatabaseTableName(Element element)
End of a DatabaseTableName element.
|
void |
endDataField(Element element)
End of a DataField element.
|
void |
endDataProperty(Element element)
End of a DataProperty element.
|
void |
endDate(Element element)
End of a Date element.
|
void |
endDateCell(Element element)
End of a DateCell element.
|
void |
endDateField(Element element)
End of a DateField element.
|
void |
endDateProperty(Element element)
End of a DateProperty element.
|
void |
endDeleted(Element element)
End of a Deleted element.
|
void |
endDeletedCell(Element element)
End of a DeletedCell element.
|
void |
endDocumentCollection(Element element)
End of a DocumentCollection element.
|
void |
endDurationCell(Element element)
End of a DurationCell element.
|
void |
endDurationProperty(Element element)
End of a DurationProperty element.
|
void |
endEmbeddedContent(Element element)
End of a EmbeddedContent element.
|
void |
endException(Element element)
End of a Exception element.
|
void |
endExportDocument(Element element)
End of a ExportDocument element.
|
void |
endExtremeCells(Element element)
End of a ExtremeCells element.
|
void |
endFastSaveData(Element element)
End of a FastSaveData element.
|
void |
endFingerprint(Element element)
End of a Fingerprint element.
|
void |
endFloatProperty(Element element)
End of a FloatProperty element.
|
void |
endFormField(Element element)
End of a FormField element.
|
void |
endFrame(Element element)
End of a Frame element.
|
void |
endHeaderFooter(Element element)
End of a HeaderFooter element.
|
void |
endHeaderFooterRef(Element element)
End of a HeaderFooterRef element.
|
void |
endHidden(Element element)
End of a Hidden element.
|
void |
endHyperlinkBegin(Element element)
End of a HyperlinkBegin element.
|
void |
endHyperlinkEnd(Element element)
End of a HyperlinkEnd element.
|
void |
endInteger(Element element)
End of a Integer element.
|
void |
endIntegerProperty(Element element)
End of a IntegerProperty element.
|
void |
endL(Element element)
End of a L element.
|
void |
endLinkedContent(Element element)
End of a LinkedContent element.
|
void |
endListProperty(Element element)
End of a ListProperty element.
|
void |
endLocaleProperty(Element element)
End of a LocaleProperty element.
|
void |
endLocationInfo(Element element)
End of a LocationInfo element.
|
void |
endMacrosAndCode(Element element)
End of a MacrosAndCode element.
|
void |
endNote(Element element)
End of a Note element.
|
void |
endNoteRef(Element element)
End of a NoteRef element.
|
void |
endNumberCell(Element element)
End of a NumberCell element.
|
void |
endObfuscated(Element element)
End of a Obfuscated element.
|
void |
endOfficeXMLPart(Element element)
End of a OfficeXMLPart element.
|
void |
endOutlineItem(Element element)
End of a OutlineItem element.
|
void |
endP(Element element)
End of a P element.
|
void |
endPage(Element element)
End of a Page element.
|
void |
endPageInfo(Element element)
End of a PageInfo element.
|
void |
endPrinterInformation(Element element)
End of a PrinterInformation element.
|
void |
endProcessingInfo(Element element)
End of a ProcessingInfo element.
|
void |
endPT(Element element)
End of a PT element.
|
void |
endRevisions(Element element)
End of a Revisions element.
|
void |
endRoot(Element element)
End of a Root element.
|
void |
endRoutingSlip(Element element)
End of a RoutingSlip element.
|
void |
endRow(Element element)
End of a Row element.
|
void |
endRowInfo(Element element)
End of a RowInfo element.
|
void |
endScenario(Element element)
End of a Scenario element.
|
void |
endSection(Element element)
End of a Section element.
|
void |
endSecureResult(Element element)
End of a SecureResult element.
|
void |
endSheet(Element element)
End of a Sheet element.
|
void |
endSheetName(Element element)
End of a SheetName element.
|
void |
endSlide(Element element)
End of a Slide element.
|
void |
endSlideBody(Element element)
End of a SlideBody element.
|
void |
endSlideTitle(Element element)
End of a SlideTitle element.
|
void |
endString(Element element)
End of a String element.
|
void |
endStringProperty(Element element)
End of a StringProperty element.
|
void |
endSubContent(Element element)
End of a SubContent element.
|
void |
endSurvey(Element element)
End of a Survey element.
|
void |
endSurveyQuestion(Element element)
End of a SurveyQuestion element.
|
void |
endTable(Element element)
End of a Table element.
|
void |
endTemplate(Element element)
End of a Template element.
|
void |
endText(Element element)
End of a Text element.
|
void |
endTextBox(Element element)
End of a TextBox element.
|
void |
endTextCell(Element element)
End of a TextCell element.
|
void |
endTextField(Element element)
End of a TextField element.
|
void |
endTextProperty(Element element)
End of a TextProperty element.
|
void |
endThumbnail(Element element)
End of a Thumbnail element.
|
void |
endTrace(Element element)
End of a Trace element.
|
void |
endVersions(Element element)
End of a Versions element.
|
void |
endWeakProtections(Element element)
End of a WeakProtections element.
|
void |
endWebCaptureContentSet(Element element)
End of a WebCaptureContentSet element.
|
java.nio.CharBuffer |
getCharBuffer(int minSize)
Returns a character buffer to be used in subsequent text method
calls.
|
void |
locator(long locator)
A locator for the following text event
|
void |
processEmbeddedContent(EmbeddedContentElement element)
Process the element after export has occured.
|
void |
processExportDocument(ExportDocumentElement element)
Process the element after export has occured.
|
void |
startAdded(AddedElement element)
Start of a Added element.
|
void |
startAddedCell(AddedCellElement element)
Start of a AddedCell element.
|
void |
startAnnot(AnnotElement element)
Start of a Annot element.
|
void |
startArchiveColInfo(ArchiveColInfoElement element)
Start of a ArchiveColInfo element.
|
void |
startArchiveColumnDefinitions(ArchiveColumnDefinitionsElement element)
Start of a ArchiveColumnDefinitions element.
|
void |
startArchiveRow(ArchiveRowElement element)
Start of a ArchiveRow element.
|
void |
startArchiveTable(ArchiveTableElement element)
Start of a ArchiveTable element.
|
void |
startArchiveTableName(ArchiveTableNameElement element)
Start of a ArchiveTableName element.
|
void |
startArticleThread(ArticleThreadElement element)
Start of a ArticleThread element.
|
void |
startAuthorHistory(AuthorHistoryElement element)
Start of a AuthorHistory element.
|
void |
startBody(BodyElement element)
Start of a Body element.
|
void |
startBoolean(BooleanElement element)
Start of a Boolean element.
|
void |
startBooleanCell(BooleanCellElement element)
Start of a BooleanCell element.
|
void |
startBooleanField(BooleanFieldElement element)
Start of a BooleanField element.
|
void |
startBooleanProperty(BooleanPropertyElement element)
Start of a BooleanProperty element.
|
void |
startCell(CellElement element)
Start of a Cell element.
|
void |
startChart(ChartElement element)
Start of a Chart element.
|
void |
startCodepageProperty(CodepagePropertyElement element)
Start of a CodepageProperty element.
|
void |
startColInfo(ColInfoElement element)
Start of a ColInfo element.
|
void |
startCollection(CollectionElement element)
Start of a Collection element.
|
void |
startCommentingAuthor(CommentingAuthorElement element)
Start of a CommentingAuthor element.
|
void |
startContent(ContentElement element)
Start of a Content element.
|
void |
startContentRef(ContentRefElement element)
Start of a ContentRef element.
|
void |
startDatabaseColInfo(DatabaseColInfoElement element)
Start of a DatabaseColInfo element.
|
void |
startDatabaseColumnDefinitions(DatabaseColumnDefinitionsElement element)
Start of a DatabaseColumnDefinitions element.
|
void |
startDatabaseFieldName(DatabaseFieldNameElement element)
Start of a DatabaseFieldName element.
|
void |
startDatabaseQueries(DatabaseQueriesElement element)
Start of a DatabaseQueries element.
|
void |
startDatabaseRow(DatabaseRowElement element)
Start of a DatabaseRow element.
|
void |
startDatabaseTable(DatabaseTableElement element)
Start of a DatabaseTable element.
|
void |
startDatabaseTableName(DatabaseTableNameElement element)
Start of a DatabaseTableName element.
|
void |
startDataField(DataFieldElement element)
Start of a DataField element.
|
void |
startDataProperty(DataPropertyElement element)
Start of a DataProperty element.
|
void |
startDate(DateElement element)
Start of a Date element.
|
void |
startDateCell(DateCellElement element)
Start of a DateCell element.
|
void |
startDateField(DateFieldElement element)
Start of a DateField element.
|
void |
startDateProperty(DatePropertyElement element)
Start of a DateProperty element.
|
void |
startDeleted(DeletedElement element)
Start of a Deleted element.
|
void |
startDeletedCell(DeletedCellElement element)
Start of a DeletedCell element.
|
void |
startDocumentCollection(DocumentCollectionElement element)
Start of a DocumentCollection element.
|
void |
startDurationCell(DurationCellElement element)
Start of a DurationCell element.
|
void |
startDurationProperty(DurationPropertyElement element)
Start of a DurationProperty element.
|
void |
startEmbeddedContent(EmbeddedContentElement element)
Start of a EmbeddedContent element.
|
void |
startException(ExceptionElement element)
Start of a Exception element.
|
void |
startExportDocument(ExportDocumentElement element)
Start of a ExportDocument element.
|
void |
startExtremeCells(ExtremeCellsElement element)
Start of a ExtremeCells element.
|
void |
startFastSaveData(FastSaveDataElement element)
Start of a FastSaveData element.
|
void |
startFingerprint(FingerprintElement element)
Start of a Fingerprint element.
|
void |
startFloatProperty(FloatPropertyElement element)
Start of a FloatProperty element.
|
void |
startFormField(FormFieldElement element)
Start of a FormField element.
|
void |
startFrame(FrameElement element)
Start of a Frame element.
|
void |
startHeaderFooter(HeaderFooterElement element)
Start of a HeaderFooter element.
|
void |
startHeaderFooterRef(HeaderFooterRefElement element)
Start of a HeaderFooterRef element.
|
void |
startHidden(HiddenElement element)
Start of a Hidden element.
|
void |
startHyperlinkBegin(HyperlinkBeginElement element)
Start of a HyperlinkBegin element.
|
void |
startHyperlinkEnd(HyperlinkEndElement element)
Start of a HyperlinkEnd element.
|
void |
startInteger(IntegerElement element)
Start of a Integer element.
|
void |
startIntegerProperty(IntegerPropertyElement element)
Start of a IntegerProperty element.
|
void |
startL(LElement element)
Start of a L element.
|
void |
startLinkedContent(LinkedContentElement element)
Start of a LinkedContent element.
|
void |
startListProperty(ListPropertyElement element)
Start of a ListProperty element.
|
void |
startLocaleProperty(LocalePropertyElement element)
Start of a LocaleProperty element.
|
void |
startLocationInfo(LocationInfoElement element)
Start of a LocationInfo element.
|
void |
startMacrosAndCode(MacrosAndCodeElement element)
Start of a MacrosAndCode element.
|
void |
startNote(NoteElement element)
Start of a Note element.
|
void |
startNoteRef(NoteRefElement element)
Start of a NoteRef element.
|
void |
startNumberCell(NumberCellElement element)
Start of a NumberCell element.
|
void |
startObfuscated(ObfuscatedElement element)
Start of a Obfuscated element.
|
void |
startOfficeXMLPart(OfficeXMLPartElement element)
Start of a OfficeXMLPart element.
|
void |
startOutlineItem(OutlineItemElement element)
Start of a OutlineItem element.
|
void |
startP(PElement element)
Start of a P element.
|
void |
startPage(PageElement element)
Start of a Page element.
|
void |
startPageInfo(PageInfoElement element)
Start of a PageInfo element.
|
void |
startPrinterInformation(PrinterInformationElement element)
Start of a PrinterInformation element.
|
void |
startProcessingInfo(ProcessingInfoElement element)
Start of a ProcessingInfo element.
|
void |
startPT(PTElement element)
Start of a PT element.
|
void |
startRevisions(RevisionsElement element)
Start of a Revisions element.
|
void |
startRoot(RootElement element)
Start of a Root element.
|
void |
startRoutingSlip(RoutingSlipElement element)
Start of a RoutingSlip element.
|
void |
startRow(RowElement element)
Start of a Row element.
|
void |
startRowInfo(RowInfoElement element)
Start of a RowInfo element.
|
void |
startScenario(ScenarioElement element)
Start of a Scenario element.
|
void |
startSection(SectionElement element)
Start of a Section element.
|
void |
startSecureResult(SecureResultElement element)
Start of a SecureResult element.
|
void |
startSheet(SheetElement element)
Start of a Sheet element.
|
void |
startSheetName(SheetNameElement element)
Start of a SheetName element.
|
void |
startSlide(SlideElement element)
Start of a Slide element.
|
void |
startSlideBody(SlideBodyElement element)
Start of a SlideBody element.
|
void |
startSlideTitle(SlideTitleElement element)
Start of a SlideTitle element.
|
void |
startString(StringElement element)
Start of a String element.
|
void |
startStringProperty(StringPropertyElement element)
Start of a StringProperty element.
|
void |
startSubContent(SubContentElement element)
Start of a SubContent element.
|
void |
startSurvey(SurveyElement element)
Start of a Survey element.
|
void |
startSurveyQuestion(SurveyQuestionElement element)
Start of a SurveyQuestion element.
|
void |
startTable(TableElement element)
Start of a Table element.
|
void |
startTemplate(TemplateElement element)
Start of a Template element.
|
void |
startText(TextElement element)
Start of a Text element.
|
void |
startTextBox(TextBoxElement element)
Start of a TextBox element.
|
void |
startTextCell(TextCellElement element)
Start of a TextCell element.
|
void |
startTextField(TextFieldElement element)
Start of a TextField element.
|
void |
startTextProperty(TextPropertyElement element)
Start of a TextProperty element.
|
void |
startThumbnail(ThumbnailElement element)
Start of a Thumbnail element.
|
void |
startTrace(TraceElement element)
Start of a Trace element.
|
void |
startVersions(VersionsElement element)
Start of a Versions element.
|
void |
startWeakProtections(WeakProtectionsElement element)
Start of a WeakProtections element.
|
void |
startWebCaptureContentSet(WebCaptureContentSetElement element)
Start of a WebCaptureContentSet element.
|
void |
text(java.nio.CharBuffer buffer)
Text from the document.
|
java.nio.CharBuffer getCharBuffer(int minSize)
minSize
- The minimum allowable size in characters of the buffer returnedvoid text(java.nio.CharBuffer buffer) throws java.io.IOException
buffer
- A CharBuffer containing text. Valid text starts at
buffer.position() and continue to buffer.limit().java.io.IOException
void locator(long locator) throws java.io.IOException
locator
- A opaque value representing the next
run of text. This locator paired with an index of a character
in the next text() method call uniquely identifies a
position in the text.java.io.IOException
void close()
void startRoot(RootElement element) throws java.io.IOException
java.io.IOException
void endRoot(Element element) throws java.io.IOException
java.io.IOException
void startDocumentCollection(DocumentCollectionElement element) throws java.io.IOException
java.io.IOException
void endDocumentCollection(Element element) throws java.io.IOException
java.io.IOException
void startProcessingInfo(ProcessingInfoElement element) throws java.io.IOException
java.io.IOException
void endProcessingInfo(Element element) throws java.io.IOException
java.io.IOException
void startContent(ContentElement element) throws java.io.IOException
java.io.IOException
void endContent(Element element) throws java.io.IOException
java.io.IOException
void startCollection(CollectionElement element) throws java.io.IOException
java.io.IOException
void endCollection(Element element) throws java.io.IOException
java.io.IOException
void startEmbeddedContent(EmbeddedContentElement element) throws java.io.IOException
java.io.IOException
void processEmbeddedContent(EmbeddedContentElement element) throws java.io.IOException
java.io.IOException
void endEmbeddedContent(Element element) throws java.io.IOException
java.io.IOException
void startLinkedContent(LinkedContentElement element) throws java.io.IOException
java.io.IOException
void endLinkedContent(Element element) throws java.io.IOException
java.io.IOException
void startSubContent(SubContentElement element) throws java.io.IOException
java.io.IOException
void endSubContent(Element element) throws java.io.IOException
java.io.IOException
void startContentRef(ContentRefElement element) throws java.io.IOException
java.io.IOException
void endContentRef(Element element) throws java.io.IOException
java.io.IOException
void startRevisions(RevisionsElement element) throws java.io.IOException
java.io.IOException
void endRevisions(Element element) throws java.io.IOException
java.io.IOException
void startExportDocument(ExportDocumentElement element) throws java.io.IOException
java.io.IOException
void processExportDocument(ExportDocumentElement element) throws java.io.IOException
java.io.IOException
void endExportDocument(Element element) throws java.io.IOException
java.io.IOException
void startFrame(FrameElement element) throws java.io.IOException
java.io.IOException
void endFrame(Element element) throws java.io.IOException
java.io.IOException
void startTextProperty(TextPropertyElement element) throws java.io.IOException
java.io.IOException
void endTextProperty(Element element) throws java.io.IOException
java.io.IOException
void startPageInfo(PageInfoElement element) throws java.io.IOException
java.io.IOException
void endPageInfo(Element element) throws java.io.IOException
java.io.IOException
void startStringProperty(StringPropertyElement element) throws java.io.IOException
java.io.IOException
void endStringProperty(Element element) throws java.io.IOException
java.io.IOException
void startBooleanProperty(BooleanPropertyElement element) throws java.io.IOException
java.io.IOException
void endBooleanProperty(Element element) throws java.io.IOException
java.io.IOException
void startIntegerProperty(IntegerPropertyElement element) throws java.io.IOException
java.io.IOException
void endIntegerProperty(Element element) throws java.io.IOException
java.io.IOException
void startFloatProperty(FloatPropertyElement element) throws java.io.IOException
java.io.IOException
void endFloatProperty(Element element) throws java.io.IOException
java.io.IOException
void startDateProperty(DatePropertyElement element) throws java.io.IOException
java.io.IOException
void endDateProperty(Element element) throws java.io.IOException
java.io.IOException
void startDurationProperty(DurationPropertyElement element) throws java.io.IOException
java.io.IOException
void endDurationProperty(Element element) throws java.io.IOException
java.io.IOException
void startDataProperty(DataPropertyElement element) throws java.io.IOException
java.io.IOException
void endDataProperty(Element element) throws java.io.IOException
java.io.IOException
void startLocaleProperty(LocalePropertyElement element) throws java.io.IOException
java.io.IOException
void endLocaleProperty(Element element) throws java.io.IOException
java.io.IOException
void startCodepageProperty(CodepagePropertyElement element) throws java.io.IOException
java.io.IOException
void endCodepageProperty(Element element) throws java.io.IOException
java.io.IOException
void startListProperty(ListPropertyElement element) throws java.io.IOException
java.io.IOException
void endListProperty(Element element) throws java.io.IOException
java.io.IOException
void startString(StringElement element) throws java.io.IOException
java.io.IOException
void endString(Element element) throws java.io.IOException
java.io.IOException
void startText(TextElement element) throws java.io.IOException
java.io.IOException
void endText(Element element) throws java.io.IOException
java.io.IOException
void startInteger(IntegerElement element) throws java.io.IOException
java.io.IOException
void endInteger(Element element) throws java.io.IOException
java.io.IOException
void startDate(DateElement element) throws java.io.IOException
java.io.IOException
void endDate(Element element) throws java.io.IOException
java.io.IOException
void startBoolean(BooleanElement element) throws java.io.IOException
java.io.IOException
void endBoolean(Element element) throws java.io.IOException
java.io.IOException
void startSheet(SheetElement element) throws java.io.IOException
java.io.IOException
void endSheet(Element element) throws java.io.IOException
java.io.IOException
void startPage(PageElement element) throws java.io.IOException
java.io.IOException
void endPage(Element element) throws java.io.IOException
java.io.IOException
void startBody(BodyElement element) throws java.io.IOException
java.io.IOException
void endBody(Element element) throws java.io.IOException
java.io.IOException
void startHyperlinkBegin(HyperlinkBeginElement element) throws java.io.IOException
java.io.IOException
void endHyperlinkBegin(Element element) throws java.io.IOException
java.io.IOException
void startHyperlinkEnd(HyperlinkEndElement element) throws java.io.IOException
java.io.IOException
void endHyperlinkEnd(Element element) throws java.io.IOException
java.io.IOException
void startHidden(HiddenElement element) throws java.io.IOException
java.io.IOException
void endHidden(Element element) throws java.io.IOException
java.io.IOException
void startAdded(AddedElement element) throws java.io.IOException
java.io.IOException
void endAdded(Element element) throws java.io.IOException
java.io.IOException
void startDeleted(DeletedElement element) throws java.io.IOException
java.io.IOException
void endDeleted(Element element) throws java.io.IOException
java.io.IOException
void startNote(NoteElement element) throws java.io.IOException
java.io.IOException
void endNote(Element element) throws java.io.IOException
java.io.IOException
void startAnnot(AnnotElement element) throws java.io.IOException
java.io.IOException
void endAnnot(Element element) throws java.io.IOException
java.io.IOException
void startNoteRef(NoteRefElement element) throws java.io.IOException
java.io.IOException
void endNoteRef(Element element) throws java.io.IOException
java.io.IOException
void startObfuscated(ObfuscatedElement element) throws java.io.IOException
java.io.IOException
void endObfuscated(Element element) throws java.io.IOException
java.io.IOException
void startHeaderFooter(HeaderFooterElement element) throws java.io.IOException
java.io.IOException
void endHeaderFooter(Element element) throws java.io.IOException
java.io.IOException
void startHeaderFooterRef(HeaderFooterRefElement element) throws java.io.IOException
java.io.IOException
void endHeaderFooterRef(Element element) throws java.io.IOException
java.io.IOException
void startP(PElement element) throws java.io.IOException
java.io.IOException
void endP(Element element) throws java.io.IOException
java.io.IOException
void startTextBox(TextBoxElement element) throws java.io.IOException
java.io.IOException
void endTextBox(Element element) throws java.io.IOException
java.io.IOException
void startTemplate(TemplateElement element) throws java.io.IOException
java.io.IOException
void endTemplate(Element element) throws java.io.IOException
java.io.IOException
void startChart(ChartElement element) throws java.io.IOException
java.io.IOException
void endChart(Element element) throws java.io.IOException
java.io.IOException
void startSlide(SlideElement element) throws java.io.IOException
java.io.IOException
void endSlide(Element element) throws java.io.IOException
java.io.IOException
void startSlideTitle(SlideTitleElement element) throws java.io.IOException
java.io.IOException
void endSlideTitle(Element element) throws java.io.IOException
java.io.IOException
void startSlideBody(SlideBodyElement element) throws java.io.IOException
java.io.IOException
void endSlideBody(Element element) throws java.io.IOException
java.io.IOException
void startThumbnail(ThumbnailElement element) throws java.io.IOException
java.io.IOException
void endThumbnail(Element element) throws java.io.IOException
java.io.IOException
void startSection(SectionElement element) throws java.io.IOException
java.io.IOException
void endSection(Element element) throws java.io.IOException
java.io.IOException
void startSurvey(SurveyElement element) throws java.io.IOException
java.io.IOException
void endSurvey(Element element) throws java.io.IOException
java.io.IOException
void startSurveyQuestion(SurveyQuestionElement element) throws java.io.IOException
java.io.IOException
void endSurveyQuestion(Element element) throws java.io.IOException
java.io.IOException
void startTable(TableElement element) throws java.io.IOException
java.io.IOException
void endTable(Element element) throws java.io.IOException
java.io.IOException
void startRow(RowElement element) throws java.io.IOException
java.io.IOException
void endRow(Element element) throws java.io.IOException
java.io.IOException
void startCell(CellElement element) throws java.io.IOException
java.io.IOException
void endCell(Element element) throws java.io.IOException
java.io.IOException
void startDatabaseTable(DatabaseTableElement element) throws java.io.IOException
java.io.IOException
void endDatabaseTable(Element element) throws java.io.IOException
java.io.IOException
void startDatabaseColumnDefinitions(DatabaseColumnDefinitionsElement element) throws java.io.IOException
java.io.IOException
void endDatabaseColumnDefinitions(Element element) throws java.io.IOException
java.io.IOException
void startDatabaseTableName(DatabaseTableNameElement element) throws java.io.IOException
java.io.IOException
void endDatabaseTableName(Element element) throws java.io.IOException
java.io.IOException
void startDatabaseColInfo(DatabaseColInfoElement element) throws java.io.IOException
java.io.IOException
void endDatabaseColInfo(Element element) throws java.io.IOException
java.io.IOException
void startDatabaseFieldName(DatabaseFieldNameElement element) throws java.io.IOException
java.io.IOException
void endDatabaseFieldName(Element element) throws java.io.IOException
java.io.IOException
void startDatabaseRow(DatabaseRowElement element) throws java.io.IOException
java.io.IOException
void endDatabaseRow(Element element) throws java.io.IOException
java.io.IOException
void startArchiveTable(ArchiveTableElement element) throws java.io.IOException
java.io.IOException
void endArchiveTable(Element element) throws java.io.IOException
java.io.IOException
void startArchiveColumnDefinitions(ArchiveColumnDefinitionsElement element) throws java.io.IOException
java.io.IOException
void endArchiveColumnDefinitions(Element element) throws java.io.IOException
java.io.IOException
void startArchiveTableName(ArchiveTableNameElement element) throws java.io.IOException
java.io.IOException
void endArchiveTableName(Element element) throws java.io.IOException
java.io.IOException
void startArchiveColInfo(ArchiveColInfoElement element) throws java.io.IOException
java.io.IOException
void endArchiveColInfo(Element element) throws java.io.IOException
java.io.IOException
void startArchiveRow(ArchiveRowElement element) throws java.io.IOException
java.io.IOException
void endArchiveRow(Element element) throws java.io.IOException
java.io.IOException
void startTextField(TextFieldElement element) throws java.io.IOException
java.io.IOException
void endTextField(Element element) throws java.io.IOException
java.io.IOException
void startDataField(DataFieldElement element) throws java.io.IOException
java.io.IOException
void endDataField(Element element) throws java.io.IOException
java.io.IOException
void startDateField(DateFieldElement element) throws java.io.IOException
java.io.IOException
void endDateField(Element element) throws java.io.IOException
java.io.IOException
void startBooleanField(BooleanFieldElement element) throws java.io.IOException
java.io.IOException
void endBooleanField(Element element) throws java.io.IOException
java.io.IOException
void startSheetName(SheetNameElement element) throws java.io.IOException
java.io.IOException
void endSheetName(Element element) throws java.io.IOException
java.io.IOException
void startTextCell(TextCellElement element) throws java.io.IOException
java.io.IOException
void endTextCell(Element element) throws java.io.IOException
java.io.IOException
void startNumberCell(NumberCellElement element) throws java.io.IOException
java.io.IOException
void endNumberCell(Element element) throws java.io.IOException
java.io.IOException
void startDateCell(DateCellElement element) throws java.io.IOException
java.io.IOException
void endDateCell(Element element) throws java.io.IOException
java.io.IOException
void startDurationCell(DurationCellElement element) throws java.io.IOException
java.io.IOException
void endDurationCell(Element element) throws java.io.IOException
java.io.IOException
void startBooleanCell(BooleanCellElement element) throws java.io.IOException
java.io.IOException
void endBooleanCell(Element element) throws java.io.IOException
java.io.IOException
void startAddedCell(AddedCellElement element) throws java.io.IOException
java.io.IOException
void endAddedCell(Element element) throws java.io.IOException
java.io.IOException
void startDeletedCell(DeletedCellElement element) throws java.io.IOException
java.io.IOException
void endDeletedCell(Element element) throws java.io.IOException
java.io.IOException
void startRowInfo(RowInfoElement element) throws java.io.IOException
java.io.IOException
void endRowInfo(Element element) throws java.io.IOException
java.io.IOException
void startColInfo(ColInfoElement element) throws java.io.IOException
java.io.IOException
void endColInfo(Element element) throws java.io.IOException
java.io.IOException
void startScenario(ScenarioElement element) throws java.io.IOException
java.io.IOException
void endScenario(Element element) throws java.io.IOException
java.io.IOException
void startPT(PTElement element) throws java.io.IOException
java.io.IOException
void endPT(Element element) throws java.io.IOException
java.io.IOException
void startL(LElement element) throws java.io.IOException
java.io.IOException
void endL(Element element) throws java.io.IOException
java.io.IOException
void startFingerprint(FingerprintElement element) throws java.io.IOException
java.io.IOException
void endFingerprint(Element element) throws java.io.IOException
java.io.IOException
void startDatabaseQueries(DatabaseQueriesElement element) throws java.io.IOException
java.io.IOException
void endDatabaseQueries(Element element) throws java.io.IOException
java.io.IOException
void startAuthorHistory(AuthorHistoryElement element) throws java.io.IOException
java.io.IOException
void endAuthorHistory(Element element) throws java.io.IOException
java.io.IOException
void startMacrosAndCode(MacrosAndCodeElement element) throws java.io.IOException
java.io.IOException
void endMacrosAndCode(Element element) throws java.io.IOException
java.io.IOException
void startPrinterInformation(PrinterInformationElement element) throws java.io.IOException
java.io.IOException
void endPrinterInformation(Element element) throws java.io.IOException
java.io.IOException
void startRoutingSlip(RoutingSlipElement element) throws java.io.IOException
java.io.IOException
void endRoutingSlip(Element element) throws java.io.IOException
java.io.IOException
void startWeakProtections(WeakProtectionsElement element) throws java.io.IOException
java.io.IOException
void endWeakProtections(Element element) throws java.io.IOException
java.io.IOException
void startVersions(VersionsElement element) throws java.io.IOException
java.io.IOException
void endVersions(Element element) throws java.io.IOException
java.io.IOException
void startFastSaveData(FastSaveDataElement element) throws java.io.IOException
java.io.IOException
void endFastSaveData(Element element) throws java.io.IOException
java.io.IOException
void startExtremeCells(ExtremeCellsElement element) throws java.io.IOException
java.io.IOException
void endExtremeCells(Element element) throws java.io.IOException
java.io.IOException
void startLocationInfo(LocationInfoElement element) throws java.io.IOException
java.io.IOException
void endLocationInfo(Element element) throws java.io.IOException
java.io.IOException
void startSecureResult(SecureResultElement element) throws java.io.IOException
java.io.IOException
void endSecureResult(Element element) throws java.io.IOException
java.io.IOException
void startException(ExceptionElement element) throws java.io.IOException
java.io.IOException
void endException(Element element) throws java.io.IOException
java.io.IOException
void startOutlineItem(OutlineItemElement element) throws java.io.IOException
java.io.IOException
void endOutlineItem(Element element) throws java.io.IOException
java.io.IOException
void startArticleThread(ArticleThreadElement element) throws java.io.IOException
java.io.IOException
void endArticleThread(Element element) throws java.io.IOException
java.io.IOException
void startFormField(FormFieldElement element) throws java.io.IOException
java.io.IOException
void endFormField(Element element) throws java.io.IOException
java.io.IOException
void startOfficeXMLPart(OfficeXMLPartElement element) throws java.io.IOException
java.io.IOException
void endOfficeXMLPart(Element element) throws java.io.IOException
java.io.IOException
void startWebCaptureContentSet(WebCaptureContentSetElement element) throws java.io.IOException
java.io.IOException
void endWebCaptureContentSet(Element element) throws java.io.IOException
java.io.IOException
void startCommentingAuthor(CommentingAuthorElement element) throws java.io.IOException
java.io.IOException
void endCommentingAuthor(Element element) throws java.io.IOException
java.io.IOException
void startTrace(TraceElement element) throws java.io.IOException
java.io.IOException
void endTrace(Element element) throws java.io.IOException
java.io.IOException
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.