public interface CoreOpt extends Core, HTMLattrs, Enactment, IdOpt, RefersOpt, Alt
This is the list of the core attributes that all elements in the content part of the document must have. In elements using this attribute definition both the refersTo attribute and the id attribute are optional.
<xsd:attributeGroup name="coreopt">
<xsd:attributeGroup ref="core"/>
<xsd:attributeGroup ref="HTMLattrs"/>
<xsd:attributeGroup ref="enactment"/>
<xsd:attributeGroup ref="idopt"/>
<xsd:attributeGroup ref="refers"/>
<xsd:attributeGroup ref="xmllang"/>
<xsd:attributeGroup ref="alt"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
default void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
add, getAttributes, nestedComparegetClazz, getStyle, getTitle, setClazz, setStyle, setTitlegetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidgetRefersTo, setRefersToattributes, compare, namereadgetAlternativeTo, setAlternativeTodefault 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 Externalizablewrite in interface IdOptwriter - the stream to write the object toIOExceptionCopyright © 2017. All rights reserved.