Uses of Class
org.tquadrat.foundation.xml.builder.internal.XMLElementImpl
Packages that use XMLElementImpl
Package
Description
The internal classes for the implementation of the XML builder tools.
Several classes that are not part of the API for the XML
builder tools, but required to implement tools for other, XML-derived
languages, like SVG or HTML.
-
Uses of XMLElementImpl in org.tquadrat.foundation.xml.builder.internal
Fields in org.tquadrat.foundation.xml.builder.internal declared as XMLElementImplModifier and TypeFieldDescriptionprivate final XMLElementImpl
XMLDocumentImpl.m_RootElement
The root element for this document. -
Uses of XMLElementImpl in org.tquadrat.foundation.xml.builder.spi
Subclasses of XMLElementImpl in org.tquadrat.foundation.xml.builder.spiModifier and TypeClassDescriptionclass
The abstract base class for specialised implementations ofXMLElement
.