Uses of Class
org.odftoolkit.odfdom.dom.type.OdfAnyURI

Packages that use OdfAnyURI
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.element.chart   
org.odftoolkit.odfdom.dom.element.db   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.element.meta   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.element.script   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.svg   
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.type   
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.anim
 

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfAnyURI
 OdfAnyURI OdfAudioElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfAnyURI
 void OdfAudioElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.chart
 

Methods in org.odftoolkit.odfdom.dom.element.chart that return OdfAnyURI
 OdfAnyURI OdfSymbolImageElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfChartElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.chart with parameters of type OdfAnyURI
 void OdfSymbolImageElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfSymbolImageElement
 void OdfSymbolImageElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfChartElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.db
 

Methods in org.odftoolkit.odfdom.dom.element.db that return OdfAnyURI
 OdfAnyURI OdfFileBasedDatabaseElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfComponentElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfConnectionResourceElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfJavaClasspathElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.db with parameters of type OdfAnyURI
 OdfConnectionResourceElement OdfConnectionDataElement.createConnectionResourceElement(OdfAnyURI href)
          Create child element db:connection-resource.
 OdfFileBasedDatabaseElement OdfDatabaseDescriptionElement.createFileBasedDatabaseElement(OdfAnyURI href, String mediaType)
          Create child element db:file-based-database.
 void OdfConnectionResourceElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfConnectionResourceElement
 void OdfJavaClasspathElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfJavaClasspathElement
 void OdfFileBasedDatabaseElement.init(OdfAnyURI href, String mediaType)
          Initialization of the mandatory attributes of OdfFileBasedDatabaseElement
 void OdfFileBasedDatabaseElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfComponentElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfConnectionResourceElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfJavaClasspathElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfAnyURI
 OdfAnyURI OdfFloatingFrameElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfAppletElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfAreaPolygonElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfObjectElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfAreaRectangleElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfObjectOleElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfHyperlinkElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfAreaCircleElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfPluginElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfImageElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfFillImageElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfAnyURI
 OdfHyperlinkElement OdfGroupElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfPageElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfTextBoxElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 void OdfFloatingFrameElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfFloatingFrameElement
 void OdfObjectElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfObjectElement
 void OdfObjectOleElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfObjectOleElement
 void OdfHyperlinkElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfHyperlinkElement
 void OdfPluginElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfPluginElement
 void OdfImageElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfImageElement
 void OdfFillImageElement.init(OdfStyleName name, OdfAnyURI href)
          Initialization of the mandatory attributes of OdfFillImageElement
 void OdfFloatingFrameElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfAppletElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfAreaPolygonElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfObjectElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfAreaRectangleElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfObjectOleElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfHyperlinkElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfAreaCircleElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfPluginElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfImageElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfFillImageElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.form
 

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfAnyURI
 OdfAnyURI OdfFormElement.getDatasource()
          Get value of attribute form:datasource.
 OdfAnyURI OdfImageElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfFormElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfConnectionResourceElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfButtonElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfImageFrameElement.getImageData()
          Get value of attribute form:image-data.
 OdfAnyURI OdfImageElement.getImageData()
          Get value of attribute form:image-data.
 OdfAnyURI OdfButtonElement.getImageData()
          Get value of attribute form:image-data.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfAnyURI
 OdfConnectionResourceElement OdfFormElement.createConnectionResourceElement(OdfAnyURI href)
          Create child element form:connection-resource.
 void OdfConnectionResourceElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfConnectionResourceElement
 void OdfFormElement.setDatasource(OdfAnyURI datasource)
          Set value of attribute form:datasource.
 void OdfImageElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfFormElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfConnectionResourceElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfButtonElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfImageFrameElement.setImageData(OdfAnyURI imageData)
          Set value of attribute form:image-data.
 void OdfImageElement.setImageData(OdfAnyURI imageData)
          Set value of attribute form:image-data.
 void OdfButtonElement.setImageData(OdfAnyURI imageData)
          Set value of attribute form:image-data.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.meta
 

Methods in org.odftoolkit.odfdom.dom.element.meta that return OdfAnyURI
 OdfAnyURI OdfTemplateElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfAutoReloadElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.meta with parameters of type OdfAnyURI
 void OdfTemplateElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfTemplateElement
 void OdfTemplateElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfAutoReloadElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return OdfAnyURI
 OdfAnyURI OdfSpreadsheetElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute table:protection-key-digest-algorithm.
 OdfAnyURI OdfDocumentElement.getTransformation()
          Get value of attribute grddl:transformation.
 OdfAnyURI OdfDocumentSettingsElement.getTransformation()
          Get value of attribute grddl:transformation.
 OdfAnyURI OdfDocumentContentElement.getTransformation()
          Get value of attribute grddl:transformation.
 OdfAnyURI OdfDocumentStylesElement.getTransformation()
          Get value of attribute grddl:transformation.
 OdfAnyURI OdfDocumentMetaElement.getTransformation()
          Get value of attribute grddl:transformation.
 

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfAnyURI
 OdfAlphabeticalIndexAutoMarkFileElement OdfSpreadsheetElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfAlphabeticalIndexAutoMarkFileElement OdfTextElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfAlphabeticalIndexAutoMarkFileElement OdfChartElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfAlphabeticalIndexAutoMarkFileElement OdfPresentationElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfAlphabeticalIndexAutoMarkFileElement OdfDrawingElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfHyperlinkElement OdfTextElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfEventListenerElement OdfEventListenersElement.createEventListenerElement(OdfAnyURI href, String eventName, String language)
          Create child element script:event-listener.
 OdfFillImageElement OdfStylesElement.createFillImageElement(OdfStyleName name, OdfAnyURI href)
          Create child element draw:fill-image.
 OdfFillImageElement OdfDocumentElement.createFillImageElement(OdfStyleName name, OdfAnyURI href)
          Create child element draw:fill-image.
 OdfFillImageElement OdfDocumentStylesElement.createFillImageElement(OdfStyleName name, OdfAnyURI href)
          Create child element draw:fill-image.
 OdfTemplateElement OdfMetaElement.createTemplateElement(OdfAnyURI href)
          Create child element meta:template.
 OdfTemplateElement OdfDocumentElement.createTemplateElement(OdfAnyURI href)
          Create child element meta:template.
 OdfTemplateElement OdfDocumentMetaElement.createTemplateElement(OdfAnyURI href)
          Create child element meta:template.
 void OdfSpreadsheetElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute table:protection-key-digest-algorithm.
 void OdfDocumentElement.setTransformation(OdfAnyURI transformation)
          Set value of attribute grddl:transformation.
 void OdfDocumentSettingsElement.setTransformation(OdfAnyURI transformation)
          Set value of attribute grddl:transformation.
 void OdfDocumentContentElement.setTransformation(OdfAnyURI transformation)
          Set value of attribute grddl:transformation.
 void OdfDocumentStylesElement.setTransformation(OdfAnyURI transformation)
          Set value of attribute grddl:transformation.
 void OdfDocumentMetaElement.setTransformation(OdfAnyURI transformation)
          Set value of attribute grddl:transformation.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.presentation
 

Methods in org.odftoolkit.odfdom.dom.element.presentation that return OdfAnyURI
 OdfAnyURI OdfEventListenerElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfSoundElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.presentation with parameters of type OdfAnyURI
 OdfHyperlinkElement OdfNotesElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfSoundElement OdfEventListenerElement.createSoundElement(OdfAnyURI href)
          Create child element presentation:sound.
 OdfSoundElement OdfHideShapeElement.createSoundElement(OdfAnyURI href)
          Create child element presentation:sound.
 OdfSoundElement OdfDimElement.createSoundElement(OdfAnyURI href)
          Create child element presentation:sound.
 OdfSoundElement OdfShowShapeElement.createSoundElement(OdfAnyURI href)
          Create child element presentation:sound.
 OdfSoundElement OdfShowTextElement.createSoundElement(OdfAnyURI href)
          Create child element presentation:sound.
 OdfSoundElement OdfHideTextElement.createSoundElement(OdfAnyURI href)
          Create child element presentation:sound.
 void OdfSoundElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfSoundElement
 void OdfEventListenerElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfSoundElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.script
 

Methods in org.odftoolkit.odfdom.dom.element.script that return OdfAnyURI
 OdfAnyURI OdfEventListenerElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.script with parameters of type OdfAnyURI
 void OdfEventListenerElement.init(String eventName, String language, String macroName, OdfAnyURI href)
          Initialization of the mandatory attributes of OdfEventListenerElement
 void OdfEventListenerElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfAnyURI
 OdfAnyURI OdfBackgroundImageElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfAnyURI
 OdfAlphabeticalIndexAutoMarkFileElement OdfHeaderElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfAlphabeticalIndexAutoMarkFileElement OdfFooterLeftElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfAlphabeticalIndexAutoMarkFileElement OdfHeaderLeftElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfAlphabeticalIndexAutoMarkFileElement OdfFooterElement.createAlphabeticalIndexAutoMarkFileElement(OdfAnyURI href)
          Create child element text:alphabetical-index-auto-mark-file.
 OdfDefinitionSrcElement OdfFontFaceElement.createDefinitionSrcElement(OdfAnyURI href)
          Create child element svg:definition-src.
 OdfHyperlinkElement OdfHandoutMasterElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfMasterPageElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfSoundElement OdfDrawingPagePropertiesElement.createSoundElement(OdfAnyURI href)
          Create child element presentation:sound.
 OdfSymbolImageElement OdfChartPropertiesElement.createSymbolImageElement(OdfAnyURI href)
          Create child element chart:symbol-image.
 void OdfBackgroundImageElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfBackgroundImageElement
 void OdfBackgroundImageElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.svg
 

Methods in org.odftoolkit.odfdom.dom.element.svg that return OdfAnyURI
 OdfAnyURI OdfDefinitionSrcElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfFontFaceUriElement.getHref()
          Get value of attribute xlink:href.
 

Methods in org.odftoolkit.odfdom.dom.element.svg with parameters of type OdfAnyURI
 OdfFontFaceUriElement OdfFontFaceSrcElement.createFontFaceUriElement(OdfAnyURI href)
          Create child element svg:font-face-uri.
 void OdfDefinitionSrcElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfDefinitionSrcElement
 void OdfFontFaceUriElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfFontFaceUriElement
 void OdfDefinitionSrcElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfFontFaceUriElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfAnyURI
 OdfAnyURI OdfTableCellElementBase.getAbout()
          Get value of attribute xhtml:about.
 OdfAnyURI OdfCellRangeSourceElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfTableSourceElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfTableElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute table:protection-key-digest-algorithm.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfAnyURI
 OdfCellRangeSourceElement OdfCoveredTableCellElement.createCellRangeSourceElement(String name, OdfPositiveInteger lastColumnSpanned, OdfPositiveInteger lastRowSpanned, OdfAnyURI href)
          Create child element table:cell-range-source.
 OdfCellRangeSourceElement OdfTableCellElement.createCellRangeSourceElement(String name, OdfPositiveInteger lastColumnSpanned, OdfPositiveInteger lastRowSpanned, OdfAnyURI href)
          Create child element table:cell-range-source.
 OdfHyperlinkElement OdfCoveredTableCellElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfTableCellElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfShapesElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfTableSourceElement OdfTableElement.createTableSourceElement(OdfAnyURI href)
          Create child element table:table-source.
 void OdfTableCellElementBase.setAbout(OdfAnyURI about)
          Set value of attribute xhtml:about.
 void OdfCellRangeSourceElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfTableSourceElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfTableElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute table:protection-key-digest-algorithm.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfAnyURI
 OdfAnyURI OdfParagraphElementBase.getAbout()
          Get value of attribute xhtml:about.
 OdfAnyURI OdfMetaElement.getAbout()
          Get value of attribute xhtml:about.
 OdfAnyURI OdfBookmarkStartElement.getAbout()
          Get value of attribute xhtml:about.
 OdfAnyURI OdfHyperlinkElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfScriptElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfListLevelStyleImageElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfAlphabeticalIndexAutoMarkFileElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfSectionSourceElement.getHref()
          Get value of attribute xlink:href.
 OdfAnyURI OdfSectionElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfObjectIndexElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfTableOfContentElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfUserIndexElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfIndexTitleElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfBibliographyElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfIllustrationIndexElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfTableIndexElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 OdfAnyURI OdfAlphabeticalIndexElement.getProtectionKeyDigestAlgorithm()
          Get value of attribute text:protection-key-digest-algorithm.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfAnyURI
 OdfConnectionResourceElement OdfDatabaseRowSelectElement.createConnectionResourceElement(OdfAnyURI href)
          Create child element form:connection-resource.
 OdfConnectionResourceElement OdfDatabaseNextElement.createConnectionResourceElement(OdfAnyURI href)
          Create child element form:connection-resource.
 OdfConnectionResourceElement OdfDatabaseRowNumberElement.createConnectionResourceElement(OdfAnyURI href)
          Create child element form:connection-resource.
 OdfConnectionResourceElement OdfDatabaseDisplayElement.createConnectionResourceElement(OdfAnyURI href)
          Create child element form:connection-resource.
 OdfConnectionResourceElement OdfDatabaseNameElement.createConnectionResourceElement(OdfAnyURI href)
          Create child element form:connection-resource.
 OdfHyperlinkElement OdfHyperlinkElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfSectionElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfParagraphElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfNoteBodyElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfRubyBaseElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfHeadingElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfSpanElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfMetaElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfIndexTitleElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfMetaFieldElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfDeletionElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfIndexBodyElement.createdrawHyperlinkElement(OdfAnyURI href)
          Create child element draw:a.
 OdfHyperlinkElement OdfHyperlinkElement.createtextHyperlinkElement(OdfAnyURI href)
          Create child element text:a.
 OdfHyperlinkElement OdfParagraphElement.createtextHyperlinkElement(OdfAnyURI href)
          Create child element text:a.
 OdfHyperlinkElement OdfRubyBaseElement.createtextHyperlinkElement(OdfAnyURI href)
          Create child element text:a.
 OdfHyperlinkElement OdfHeadingElement.createtextHyperlinkElement(OdfAnyURI href)
          Create child element text:a.
 OdfHyperlinkElement OdfSpanElement.createtextHyperlinkElement(OdfAnyURI href)
          Create child element text:a.
 OdfHyperlinkElement OdfMetaElement.createtextHyperlinkElement(OdfAnyURI href)
          Create child element text:a.
 OdfHyperlinkElement OdfMetaFieldElement.createtextHyperlinkElement(OdfAnyURI href)
          Create child element text:a.
 void OdfHyperlinkElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfHyperlinkElement
 void OdfScriptElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfScriptElement
 void OdfAlphabeticalIndexAutoMarkFileElement.init(OdfAnyURI href)
          Initialization of the mandatory attributes of OdfAlphabeticalIndexAutoMarkFileElement
 void OdfListLevelStyleImageElement.init(OdfAnyURI href, OdfPositiveInteger level)
          Initialization of the mandatory attributes of OdfListLevelStyleImageElement
 void OdfParagraphElementBase.setAbout(OdfAnyURI about)
          Set value of attribute xhtml:about.
 void OdfMetaElement.setAbout(OdfAnyURI about)
          Set value of attribute xhtml:about.
 void OdfBookmarkStartElement.setAbout(OdfAnyURI about)
          Set value of attribute xhtml:about.
 void OdfHyperlinkElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfScriptElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfListLevelStyleImageElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfAlphabeticalIndexAutoMarkFileElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfSectionSourceElement.setHref(OdfAnyURI href)
          Set value of attribute xlink:href.
 void OdfSectionElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfObjectIndexElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfTableOfContentElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfUserIndexElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfIndexTitleElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfBibliographyElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfIllustrationIndexElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfTableIndexElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 void OdfAlphabeticalIndexElement.setProtectionKeyDigestAlgorithm(OdfAnyURI protectionKeyDigestAlgorithm)
          Set value of attribute text:protection-key-digest-algorithm.
 

Uses of OdfAnyURI in org.odftoolkit.odfdom.dom.type
 

Methods in org.odftoolkit.odfdom.dom.type that return OdfAnyURI
static OdfAnyURI OdfAnyURI.valueOf(String stringValue)
          Returns an OdfAnyURI instance representing the specified String value
 



Copyright © 2009. All Rights Reserved.