|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.odftoolkit.odfdom.dom.element.OdfElement
org.odftoolkit.odfdom.dom.element.text.OdfBibliographyMarkElement
public abstract class OdfBibliographyMarkElement
DOM implementation of OpenDocument element text:bibliography-mark.
| Field Summary | |
|---|---|
static OdfName |
ELEMENT_NAME
|
| Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfElement |
|---|
mOdfDocument |
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
|---|
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
|---|
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
OdfBibliographyMarkElement(OdfFileDom aOwnerDoc)
Create the instance of OdfBibliographyMarkElement |
|
| Method Summary | |
|---|---|
String |
getAddress()
Get value of attribute text:address. |
String |
getAnnote()
Get value of attribute text:annote. |
String |
getAuthor()
Get value of attribute text:author. |
OdfBibliographyType |
getBibliographyType()
Get value of attribute text:bibliography-type. |
String |
getBooktitle()
Get value of attribute text:booktitle. |
String |
getChapter()
Get value of attribute text:chapter. |
String |
getCustom1()
Get value of attribute text:custom1. |
String |
getCustom2()
Get value of attribute text:custom2. |
String |
getCustom3()
Get value of attribute text:custom3. |
String |
getCustom4()
Get value of attribute text:custom4. |
String |
getCustom5()
Get value of attribute text:custom5. |
String |
getEdition()
Get value of attribute text:edition. |
String |
getEditor()
Get value of attribute text:editor. |
String |
getHowpublished()
Get value of attribute text:howpublished. |
String |
getIdentifier()
Get value of attribute text:identifier. |
String |
getInstitution()
Get value of attribute text:institution. |
String |
getIsbn()
Get value of attribute text:isbn. |
String |
getIssn()
Get value of attribute text:issn. |
String |
getJournal()
Get value of attribute text:journal. |
String |
getMonth()
Get value of attribute text:month. |
String |
getNote()
Get value of attribute text:note. |
String |
getNumber()
Get value of attribute text:number. |
OdfName |
getOdfName()
Get the element name |
String |
getOrganizations()
Get value of attribute text:organizations. |
String |
getPages()
Get value of attribute text:pages. |
String |
getPublisher()
Get value of attribute text:publisher. |
String |
getReportType()
Get value of attribute text:report-type. |
String |
getSchool()
Get value of attribute text:school. |
String |
getSeries()
Get value of attribute text:series. |
String |
getTitle()
Get value of attribute text:title. |
String |
getUrl()
Get value of attribute text:url. |
String |
getVolume()
Get value of attribute text:volume. |
String |
getYear()
Get value of attribute text:year. |
void |
init(OdfBibliographyType bibliographyType,
String identifier,
String address,
String annote,
String author,
String booktitle,
String chapter,
String edition,
String editor,
String howpublished,
String institution,
String journal,
String month,
String note,
String number,
String organizations,
String pages,
String publisher,
String school,
String series,
String title,
String reportType,
String volume,
String year,
String url,
String custom1,
String custom2,
String custom3,
String custom4,
String custom5,
String isbn,
String issn)
Initialization of the mandatory attributes of OdfBibliographyMarkElement |
void |
setAddress(String address)
Set value of attribute text:address. |
void |
setAnnote(String annote)
Set value of attribute text:annote. |
void |
setAuthor(String author)
Set value of attribute text:author. |
void |
setBibliographyType(OdfBibliographyType bibliographyType)
Set value of attribute text:bibliography-type. |
void |
setBooktitle(String booktitle)
Set value of attribute text:booktitle. |
void |
setChapter(String chapter)
Set value of attribute text:chapter. |
void |
setCustom1(String custom1)
Set value of attribute text:custom1. |
void |
setCustom2(String custom2)
Set value of attribute text:custom2. |
void |
setCustom3(String custom3)
Set value of attribute text:custom3. |
void |
setCustom4(String custom4)
Set value of attribute text:custom4. |
void |
setCustom5(String custom5)
Set value of attribute text:custom5. |
void |
setEdition(String edition)
Set value of attribute text:edition. |
void |
setEditor(String editor)
Set value of attribute text:editor. |
void |
setHowpublished(String howpublished)
Set value of attribute text:howpublished. |
void |
setIdentifier(String identifier)
Set value of attribute text:identifier. |
void |
setInstitution(String institution)
Set value of attribute text:institution. |
void |
setIsbn(String isbn)
Set value of attribute text:isbn. |
void |
setIssn(String issn)
Set value of attribute text:issn. |
void |
setJournal(String journal)
Set value of attribute text:journal. |
void |
setMonth(String month)
Set value of attribute text:month. |
void |
setNote(String note)
Set value of attribute text:note. |
void |
setNumber(String number)
Set value of attribute text:number. |
void |
setOrganizations(String organizations)
Set value of attribute text:organizations. |
void |
setPages(String pages)
Set value of attribute text:pages. |
void |
setPublisher(String publisher)
Set value of attribute text:publisher. |
void |
setReportType(String reportType)
Set value of attribute text:report-type. |
void |
setSchool(String school)
Set value of attribute text:school. |
void |
setSeries(String series)
Set value of attribute text:series. |
void |
setTitle(String title)
Set value of attribute text:title. |
void |
setUrl(String url)
Set value of attribute text:url. |
void |
setVolume(String volume)
Set value of attribute text:volume. |
void |
setYear(String year)
Set value of attribute text:year. |
| Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfElement |
|---|
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onInsertNode, onRemoveNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData |
| Field Detail |
|---|
public static final OdfName ELEMENT_NAME
| Constructor Detail |
|---|
public OdfBibliographyMarkElement(OdfFileDom aOwnerDoc)
aOwnerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElement
public void init(OdfBibliographyType bibliographyType,
String identifier,
String address,
String annote,
String author,
String booktitle,
String chapter,
String edition,
String editor,
String howpublished,
String institution,
String journal,
String month,
String note,
String number,
String organizations,
String pages,
String publisher,
String school,
String series,
String title,
String reportType,
String volume,
String year,
String url,
String custom1,
String custom2,
String custom3,
String custom4,
String custom5,
String isbn,
String issn)
OdfBibliographyMarkElement
bibliographyType - The mandatory attribute text:bibliography-type"identifier - The mandatory attribute text:identifier"address - The mandatory attribute text:address"annote - The mandatory attribute text:annote"author - The mandatory attribute text:author"booktitle - The mandatory attribute text:booktitle"chapter - The mandatory attribute text:chapter"edition - The mandatory attribute text:edition"editor - The mandatory attribute text:editor"howpublished - The mandatory attribute text:howpublished"institution - The mandatory attribute text:institution"journal - The mandatory attribute text:journal"month - The mandatory attribute text:month"note - The mandatory attribute text:note"number - The mandatory attribute text:number"organizations - The mandatory attribute text:organizations"pages - The mandatory attribute text:pages"publisher - The mandatory attribute text:publisher"school - The mandatory attribute text:school"series - The mandatory attribute text:series"title - The mandatory attribute text:title"reportType - The mandatory attribute text:report-type"volume - The mandatory attribute text:volume"year - The mandatory attribute text:year"url - The mandatory attribute text:url"custom1 - The mandatory attribute text:custom1"custom2 - The mandatory attribute text:custom2"custom3 - The mandatory attribute text:custom3"custom4 - The mandatory attribute text:custom4"custom5 - The mandatory attribute text:custom5"isbn - The mandatory attribute text:isbn"issn - The mandatory attribute text:issn"public OdfBibliographyType getBibliographyType()
public void setBibliographyType(OdfBibliographyType bibliographyType)
bibliographyType - the attribute's type is OdfBibliographyTypepublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - the attribute's type is Stringpublic String getAddress()
public void setAddress(String address)
address - the attribute's type is Stringpublic String getAnnote()
public void setAnnote(String annote)
annote - the attribute's type is Stringpublic String getAuthor()
public void setAuthor(String author)
author - the attribute's type is Stringpublic String getBooktitle()
public void setBooktitle(String booktitle)
booktitle - the attribute's type is Stringpublic String getChapter()
public void setChapter(String chapter)
chapter - the attribute's type is Stringpublic String getEdition()
public void setEdition(String edition)
edition - the attribute's type is Stringpublic String getEditor()
public void setEditor(String editor)
editor - the attribute's type is Stringpublic String getHowpublished()
public void setHowpublished(String howpublished)
howpublished - the attribute's type is Stringpublic String getInstitution()
public void setInstitution(String institution)
institution - the attribute's type is Stringpublic String getJournal()
public void setJournal(String journal)
journal - the attribute's type is Stringpublic String getMonth()
public void setMonth(String month)
month - the attribute's type is Stringpublic String getNote()
public void setNote(String note)
note - the attribute's type is Stringpublic String getNumber()
public void setNumber(String number)
number - the attribute's type is Stringpublic String getOrganizations()
public void setOrganizations(String organizations)
organizations - the attribute's type is Stringpublic String getPages()
public void setPages(String pages)
pages - the attribute's type is Stringpublic String getPublisher()
public void setPublisher(String publisher)
publisher - the attribute's type is Stringpublic String getSchool()
public void setSchool(String school)
school - the attribute's type is Stringpublic String getSeries()
public void setSeries(String series)
series - the attribute's type is Stringpublic String getTitle()
public void setTitle(String title)
title - the attribute's type is Stringpublic String getReportType()
public void setReportType(String reportType)
reportType - the attribute's type is Stringpublic String getVolume()
public void setVolume(String volume)
volume - the attribute's type is Stringpublic String getYear()
public void setYear(String year)
year - the attribute's type is Stringpublic String getUrl()
public void setUrl(String url)
url - the attribute's type is Stringpublic String getCustom1()
public void setCustom1(String custom1)
custom1 - the attribute's type is Stringpublic String getCustom2()
public void setCustom2(String custom2)
custom2 - the attribute's type is Stringpublic String getCustom3()
public void setCustom3(String custom3)
custom3 - the attribute's type is Stringpublic String getCustom4()
public void setCustom4(String custom4)
custom4 - the attribute's type is Stringpublic String getCustom5()
public void setCustom5(String custom5)
custom5 - the attribute's type is Stringpublic String getIsbn()
public void setIsbn(String isbn)
isbn - the attribute's type is Stringpublic String getIssn()
public void setIssn(String issn)
issn - the attribute's type is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||