HTML Component
HTML Component Overview
WTP LogoWTP Home
 

Last modified March 29, 2005

 

[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.]

HTML UI
 

The html ui component has the API needed to support html regions in editors.

 

StructuredTextViewerConfigurationHTML can be used by clients to access processors used to handle HTML regions. Processors include: autoedit, content assist, text hover, reconciler.

HTML Core
 

The html core component has the API needed to support the jsp model.

Content type
 

ContentTypeIdForHTML contains the content type id for HTML. For more information, see: org.eclipse.wst.html.core.contenttype

Content Model
 

The HTML content model includes the content model for HTML 4.0x. For more information, see: org.eclipse.wst.html.core

Partition Types
 

HTML partition types include various partition types found in HTML documents. Partition types include: html declaration, script, comment. For more information, see: org.eclipse.wst.html.core.text