Uses of Interface
org.tquadrat.foundation.xml.builder.spi.Document
Packages that use Document
Package
Description
Classes for builder XML elements and documents.
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 Document in org.tquadrat.foundation.xml.builder
Subinterfaces of Document in org.tquadrat.foundation.xml.builder -
Uses of Document in org.tquadrat.foundation.xml.builder.internal
Classes in org.tquadrat.foundation.xml.builder.internal that implement DocumentModifier and TypeClassDescriptionfinal class
The implementation for the interfaceXMLDocument
.
It allows document comments and processing instructions to be added. -
Uses of Document in org.tquadrat.foundation.xml.builder.spi
Methods in org.tquadrat.foundation.xml.builder.spi with parameters of type DocumentModifier and TypeMethodDescriptionstatic final String
SGMLPrinter.composeDocumentString
(boolean prettyPrint, Document<? extends Element> document) Returns the given document as a single formatted string.