blob: 25c674fcb9e8813ecc7a5acb058d41a611e9051d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../../wtp.xsl"?>
<html>
<head>
<meta name="root" content="../../../../" />
<title>HTML Component Overview</title>
</head>
<body>
<h1>HTML Component</h1>
<p>Last modified March 29, 2005</p>
<p>
<i>
[This document is a work in progress. It is an attempt
to capture the key concepts of the WTP HTML Component.
Note that the concepts presented here may differ from
what is found in the currently released code. This
document describes the architecture, or "end goal", of
the component. Once this document is finalized, the
intent is to bring the code and its specs into line with
this document.]
</i>
</p>
<h2>HTML UI</h2>
<p>
The html ui component has the API needed to support html
regions in editors.
</p>
<p>
<code>StructuredTextViewerConfigurationHTML</code>
can be used by clients to access processors used to handle
HTML regions. Processors include: autoedit, content assist,
text hover, reconciler.
</p>
<h2>HTML Core</h2>
<p>
The html core component has the API needed to support the
jsp model.
</p>
<h3>Content type</h3>
<p>
<code>ContentTypeIdForHTML</code>
contains the content type id for HTML. For more information,
see:
<code>org.eclipse.wst.html.core.contenttype</code>
</p>
<h3>Content Model</h3>
<p>
The HTML content model includes the content model for HTML
4.0x. For more information, see:
<code>org.eclipse.wst.html.core</code>
</p>
<h3>Partition Types</h3>
<p>
HTML partition types include various partition types found
in HTML documents. Partition types include: html
declaration, script, comment. For more information, see:
<code>org.eclipse.wst.html.core.text</code>
</p>
</body>
</html>