public final class Eol extends EolType implements ANmarker
The element eol (end of line) is a marker for where in the original text the line breaks. If the line breaks within a word, place the element BEFORE the word and place the number of characters before the break in the attribute breakAt. One can also specify, if relevant, the hyphen or other character used to signal the break of a word at the end of the line with the attribute breakWith.
| Constructor and Description |
|---|
Eol() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
String |
name()
Name of this object (the name of the xml element)
|
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
attributes, getBreakat, getBreakWith, getNumber, setBreakat, setBreakWith, setNumberadd, getAlternativeTo, getAttributes, getClazz, getPeriod, getRefersTo, getStatus, getStyle, getTitle, setAlternativeTo, setClazz, setPeriod, setRefersTo, setStatus, setStyle, setTitle, toStringgetEid, getEvolvingId, getGUID, getId, getWid, read, setEid, setEvolvingId, setGUID, setId, setWid, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitattributes, compare, nestedComparereadadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidgetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
public String name()
Name of this object (the name of the xml element)
public void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.