public final class QuotedText extends InlineType implements For, Quote, ModTypeItem
the element quotedText is an inline element containing a small string that is used either as the text being replaced, or the replacement, or the positioning at which some modification should take place. Attribute quote is used to specify the quote character used in the original; no quote attribute implies that the quote is left in the text; quote="“ implies that there is no quote character. Attribute for is used to point to the eId of the corresponding ref element.
<xsd:element name=”quotedText“> <xsd:complexType mixed=”true“> <xsd:complexContent> <xsd:extension base=”inline“> <xsd:attributeGroup ref=”quote“/> <xsd:attributeGroup ref=”for"/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
QuotedText() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
String |
getEndQuote() |
EidRef |
getFor() |
String |
getInlineQuote() |
String |
getStartQuote() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setEndQuote(String endQuote) |
void |
setFor(EidRef _for) |
void |
setInlineQuote(String inlineQuote) |
void |
setStartQuote(String startQuote) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
acceptadd, add, add, add, add, add, getData, read, removeadd, getAlternativeTo, getAttributes, getClazz, getPeriod, getRefersTo, getStatus, getStyle, getTitle, setAlternativeTo, setClazz, setPeriod, setRefersTo, setStatus, setStyle, setTitle, toStringgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWid, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompare, nestedComparereadadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidgetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic String getStartQuote()
getStartQuote in interface Quotepublic void setStartQuote(String startQuote)
setStartQuote in interface Quotepublic String getEndQuote()
getEndQuote in interface Quotepublic void setEndQuote(String endQuote)
setEndQuote in interface Quotepublic String getInlineQuote()
getInlineQuote in interface Quotepublic void setInlineQuote(String inlineQuote)
setInlineQuote in interface Quotepublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Corewrite in interface CoreOptwrite in interface IdOptwrite in interface Externalizablewrite in class InlineTypewriter - the stream to write the object toIOExceptionpublic String name()
Name of this object (the name of the xml element)
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class AbstractCoreCopyright © 2017. All rights reserved.