Class AbstractElement<E extends AbstractElement<?>>

java.lang.Object
org.ujorm.tools.xml.AbstractElement<E>
All Implemented Interfaces:
Closeable, AutoCloseable, ApiElement<E>

@Deprecated public abstract class AbstractElement<E extends AbstractElement<?>> extends Object implements ApiElement<E>
Deprecated.
Use the interface ApiElement rather.
An element model API. The XmlElement class implements the Closeable implementation for an optional highlighting the tree structure in the source code.
Since:
1.86
Author:
Pavel Ponec
See Also:
  • Field Details

    • name

      @NotNull protected final @NotNull String name
      Deprecated.
  • Constructor Details

    • AbstractElement

      public AbstractElement(@NotNull @NotNull String name)
      Deprecated.
  • Method Details