public final class AuthorialNote extends SubFlowStructure implements Notes, ANsubFlow
the element authorialNote is a subFlow element containing an authorial (non-editorial) note in the main flow of the text.
<xsd:element name=“authorialNote”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“subFlowStructure”> <xsd:attributeGroup ref=“notes”/> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
AuthorialNote() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
String |
getMarker() |
PlacementType |
getPlacement() |
EidRef |
getPlacementBase() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setMarker(String marker) |
void |
setPlacement(PlacementType placement) |
void |
setPlacementBase(EidRef placementBase) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
add, add, add, add, add, addSubFlowStructureElement, read, remove, remove, remove, removeSubFlowStructureElementadd, 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, setTitlegetRefersTo, setRefersTogetAlternativeTo, setAlternativeTopublic PlacementType getPlacement()
getPlacement in interface Notespublic void setPlacement(PlacementType placement)
setPlacement in interface Notespublic EidRef getPlacementBase()
getPlacementBase in interface Notespublic void setPlacementBase(EidRef placementBase)
setPlacementBase in interface Notespublic 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 CoreReqwrite in interface IdReqwrite in interface Externalizablewrite in class SubFlowStructurewriter - 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 AbstractCorepublic void accept(AknVisitor visitor)
accept in interface Visitableaccept in class SubFlowStructureCopyright © 2017. All rights reserved.