blob: 669cf62db1046fd6287bacf37d40749cfc562ee2 [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>DTD Component Overview</title>
</head>
<body>
<h1>DTD 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 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.]
</i>
</p>
<h2>DTD UI</h2>
<p>
The dtd ui component has the API needed to support dtd
regions in editors.
</p>
<p>
<code>StructuredTextViewerConfigurationDTD</code>
can be used by clients to access processors used to handle
DTD regions. Processors include: text hover.
</p>
<p>
<code>org.eclipse.wst.dtd.ui.views.contentoutline</code>
can be used by clients to display the content outline for
DTD regions in the outline view.
</p>
<h2>DTD Core</h2>
<p>
The dtd core component has the API needed to support the dtd
model.
</p>
<h3>Content type</h3>
<p>
<code>ContentTypeIdForDTD</code>
contains the content type id for DTD. For more information,
see:
<code>org.eclipse.wst.dtd.core.contenttype</code>
</p>
<h3>Content Model</h3>
<p>
<code>org.eclipse.wst.dtd.core.document</code>
contains classes needed for a DTD StructuredModel.
</p>
</body>
</html>