Package org.ujorm.tools.xml
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.
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ujorm.tools.xml.ApiElement
addCDATA, addComment, addElement, addRawText, addText, addTextTemplated, close, setAttrib, setAttribute
-
Field Details
-
name
Deprecated.
-
-
Constructor Details
-
AbstractElement
Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from interface:ApiElementGet an element name- Specified by:
getNamein interfaceApiElement<E extends AbstractElement<?>>
-
ApiElementrather.