Package | Description |
---|---|
org.apache.tapestry5.dom |
A Document Object Model, a tree of nodes representing elements, attributes
and text within a document.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarkupModel |
class |
DefaultMarkupModel
Default implementation of
MarkupModel that is appropriate for traditional (X)HTML
markup. |
class |
Html5MarkupModel
Implementation of
MarkupModel that correctly handles HTML5 void
elements. |
class |
XMLMarkupModel
Markup model used when generating any form of XML markup.
|
Modifier and Type | Method and Description |
---|---|
MarkupModel |
Document.getMarkupModel() |
Constructor and Description |
---|
Document(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.
|
Constructor and Description |
---|
MarkupWriterImpl(MarkupModel model) |
MarkupWriterImpl(MarkupModel model,
String encoding,
String mimeType) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.