public abstract class Preambleopt extends AbstractCore implements CoreOpt, PreambleContainersContainer<PreambleoptElement>, BlockElementsContainer<PreambleoptElement>
The complex type preambleopt defines the content model and attributes used by preambles. Here the eId attribute is optional.
<xsd:complexType name=“preambleopt”> <xsd:choice minOccurs=“1” maxOccurs=“unbounded”> <xsd:group ref=“blockElements”/> <xsd:group ref=“preambleContainers”/> <xsd:choice> <xsd:attributeGroup ref=“coreopt”/> <xsd:complexType>
ATTRIBUTES| Constructor and Description |
|---|
Preambleopt() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(ANblock block) |
void |
add(BlockElements elements) |
void |
add(Container container) |
void |
add(HTMLblock block) |
void |
add(PreambleContainers preambleContainers) |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
boolean |
remove(ANblock block) |
PreambleoptElement |
remove(int index) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
add, attributes, 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, waitadd, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetRefersTo, setRefersTogetAlternativeTo, setAlternativeTogetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidattributes, compare, namepublic final PreambleoptElement remove(int index)
remove in interface Container<PreambleoptElement>public void add(BlockElements elements)
add in interface BlockElementsContainer<PreambleoptElement>public final void add(ANblock block)
add in interface ANblockContainer<PreambleoptElement>public final boolean remove(ANblock block)
remove in interface ANblockContainer<PreambleoptElement>public void add(HTMLblock block)
add in interface HTMLblockContainer<PreambleoptElement>public void add(PreambleContainers preambleContainers)
add in interface PreambleContainersContainer<PreambleoptElement>public void add(Container container)
add in interface ContainerContainer<PreambleoptElement>public void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizableread in class AbstractIdreader - the stream to read data from in order to restore the objectpublic 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 Externalizablewriter - the stream to write the object toIOExceptionpublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.