Uses of Interface
org.apache.tapestry5.dom.MarkupModel
Packages that use MarkupModel
Package
Description
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of MarkupModel in org.apache.tapestry5.dom
Classes in org.apache.tapestry5.dom that implement MarkupModelModifier and TypeClassDescriptionclass
class
Default implementation ofMarkupModel
that is appropriate for traditional (X)HTML markup.class
Implementation ofMarkupModel
that correctly handles HTML5 void elements.final class
Markup model used when generating any form of XML markup.Methods in org.apache.tapestry5.dom that return MarkupModelConstructors in org.apache.tapestry5.dom with parameters of type MarkupModelModifierConstructorDescriptionDocument
(MarkupModel model) Same as Document(model, null).Document
(MarkupModel model, String encoding) Same as Document(model, encoding, null).Document
(MarkupModel model, String encoding, String mimeType) Creates a document instance with a given markup model, encoding and MIME type. -
Uses of MarkupModel in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type MarkupModelModifierConstructorDescriptionMarkupWriterImpl
(MarkupModel model) MarkupWriterImpl
(MarkupModel model, String encoding, String mimeType)