DTD Component
DTD 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 DTD 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.]

DTD UI
 

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

 

StructuredTextViewerConfigurationDTD can be used by clients to access processors used to handle DTD regions. Processors include: text hover.

 

org.eclipse.wst.dtd.ui.views.contentoutline can be used by clients to display the content outline for DTD regions in the outline view.

DTD Core
 

The dtd core component has the API needed to support the dtd model.

Content type
 

ContentTypeIdForDTD contains the content type id for DTD. For more information, see: org.eclipse.wst.dtd.core.contenttype

Content Model
 

org.eclipse.wst.dtd.core.document contains classes needed for a DTD StructuredModel.