All Superinterfaces:
Element
All Known Implementing Classes:
XMLElementAdapter, XMLElementImpl

@ClassVersion(sourceVersion="$Id: XMLElement.java 1071 2023-09-30 01:49:32Z tquadrat $") @API(status=STABLE, since="0.0.5") public sealed interface XMLElement extends Element permits XMLElementImpl

The definition of an XMLElement.

The default implementation of the methods addCDATA(CharSequence), addChild(XMLElement), addComment(CharSequence), addText(CharSequence), setAttribute(String, CharSequence, Optional), setNamespace(String), setNamespace(URI), setNamespace(String,String), setNamespace(String,URI), and setNamespace(Namespace) will always throw an IllegalOperationException; classes that implement this interface will have to provide appropriate implementations for these methods if they want to support the respective feature.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: XMLElement.java 1071 2023-09-30 01:49:32Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.xml.builder.XMLElement"

UML Diagram for "org.tquadrat.foundation.xml.builder.XMLElement"

UML Diagram for "org.tquadrat.foundation.xml.builder.XMLElement"