public interface Core extends AknObject
This attribute list are used to specify the fact that any attribute can be specified for this element if it belongs to a different namespace.
<xsd:attributeGroup name="core">
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
default void |
add(Attribute attribute) |
default List<Attribute> |
getAttributes() |
default void |
nestedCompare(AknObject object,
DiffContext context) |
default void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
attributes, compare, namereaddefault void add(Attribute attribute)
default void write(XmlWriter writer) throws IOException
ExternalizableThe object implements the write method to save its contents by calling the methods of Output.
write in interface Externalizablewriter - the stream to write the object toIOExceptiondefault void nestedCompare(AknObject object, DiffContext context)
nestedCompare in interface AknObjectCopyright © 2017. All rights reserved.