Methods from org.eclipse.text used by org.eclipse.ui.editors

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.jface.text.Document.Document()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.StorageDocumentProvider.createEmptyDocument()219
org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider.readDocument(IProgressMonitor, boolean)219

org.eclipse.jface.text.Document.Document(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.setInformation(String)198

org.eclipse.jface.text.IDocument.addDocumentListener(IDocumentListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentReader(IDocument)129

org.eclipse.jface.text.IDocument.get()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.handleDocumentAboutToBeChanged()150
org.eclipse.ui.editors.text.FileDocumentProvider.doSaveDocument(IProgressMonitor, Object, IDocument, boolean)597
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)836
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)838
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileFromDocument(IProgressMonitor, IFile, IDocument)891
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileStoreFromDocument(IProgressMonitor, URI, IDocument)914

org.eclipse.jface.text.IDocument.get(int, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.subSequence(int, int)78
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.subSequence(int, int)78
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()387
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)270
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)316
org.eclipse.ui.texteditor.MarkerRulerAction.getLabelProposal(IDocument, int, int)479

org.eclipse.jface.text.IDocument.getChar(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.charAt(int)67
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.charAt(int)67
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)262
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)308
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)294
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)284

org.eclipse.jface.text.IDocument.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.length()59
org.eclipse.ui.editors.text.DocumentReader.DocumentCharSequence.length()59
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)1018
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)183

org.eclipse.jface.text.IDocument.getLineInformation(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()386
org.eclipse.ui.texteditor.MarkerRulerAction.getInitialAttributes()449
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()401
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()467

org.eclipse.jface.text.IDocument.getLineLength(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)1012
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)290
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)177

org.eclipse.jface.text.IDocument.getLineOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)1010
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.createPositionFromMarker(IMarker)200
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)281
org.eclipse.ui.texteditor.FocusedInformationPresenter.openFocusedAnnotationHover(IAnnotationHover, int)145

org.eclipse.jface.text.IDocument.getLineOfOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)1005
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.showChangeRulerInformation()1293
org.eclipse.ui.texteditor.AddMarkerAction.getLabelProposal(IDocument, int, int)280
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)89
org.eclipse.ui.texteditor.MarkerRulerAction.includesRulerLine(Position, IDocument)296
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)171
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesLine(Position, IDocument, int)319
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesRulerLine(Position, IDocument)293

org.eclipse.jface.text.IDocument.getNumberOfLines()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()377
org.eclipse.ui.texteditor.MarkerRulerAction.update()197

org.eclipse.jface.text.IDocument.removeDocumentListener(IDocumentListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.DocumentReader.releaseDocument()164
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)845

org.eclipse.jface.text.IDocument.set(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.FileDocumentProvider.handleElementContentChanged(IFileEditorInput)846
org.eclipse.ui.editors.text.StorageDocumentProvider.setDocumentContent(IDocument, InputStream, String)148
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileFromDocument(IProgressMonitor, IFile, IDocument)891
org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileStoreFromDocument(IProgressMonitor, URI, IDocument)914
org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider.setDocumentContent(IDocument, IStorage, String, IProgressMonitor, boolean)395

org.eclipse.jface.text.IDocumentExtension3.getDocumentPartitioner(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.ForwardingDocumentProvider.connect(Object)118

org.eclipse.jface.text.IDocumentExtension4.setInitialLineDelimiter(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.FileDocumentProvider.createElementInfo(Object)746

org.eclipse.jface.text.IRegion.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()387
org.eclipse.ui.texteditor.MarkerRulerAction.getInitialAttributes()451
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()402
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()468

org.eclipse.jface.text.IRegion.getOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.SourceViewerInformationControl.ensureScrollable()387
org.eclipse.ui.texteditor.MarkerRulerAction.getInitialAttributes()450
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()402
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()468

org.eclipse.jface.text.ISynchronizable.getLockObject()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.TextFileDocumentProvider.setUpSynchronization(TextFileDocumentProviderFileInfo)618

org.eclipse.jface.text.ISynchronizable.setLockObject(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.TextFileDocumentProvider.setUpSynchronization(TextFileDocumentProviderFileInfo)621
org.eclipse.ui.editors.text.TextFileDocumentProvider.setUpSynchronization(TextFileDocumentProviderFileInfo)624

org.eclipse.jface.text.Position.getLength()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1623
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)990
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)79
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)156

org.eclipse.jface.text.Position.getOffset()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1623
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)990
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)989
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)73
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)89
org.eclipse.ui.texteditor.MarkerRulerAction.includesRulerLine(Position, IDocument)296
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)156
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)155
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesLine(Position, IDocument, int)319
org.eclipse.ui.texteditor.SelectMarkerRulerAction.includesRulerLine(Position, IDocument)293

org.eclipse.jface.text.Position.isDeleted()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)993
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.gotoMarker(IMarker)987
org.eclipse.ui.texteditor.BasicMarkerUpdater.updateMarker(IMarker, IDocument, Position)61
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)153
org.eclipse.ui.texteditor.SelectMarkerRulerAction.gotoMarker(IMarker)159

org.eclipse.jface.text.Position.Position(int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.createPositionFromMarker(IMarker)208

org.eclipse.jface.text.Region.Region(int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.FocusedInformationPresenter.openFocusedAnnotationHover(IAnnotationHover, int)154

org.eclipse.jface.text.source.Annotation.Annotation(String, boolean, String)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.SimpleMarkerAnnotation(String, IMarker)49

org.eclipse.jface.text.source.Annotation.getText()

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.getText()-1

org.eclipse.jface.text.source.Annotation.getType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AnnotationPreferenceLookup.getAnnotationPreference(Annotation)48
org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess.getType(Annotation)186
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.updateType()101

org.eclipse.jface.text.source.Annotation.isPersistent()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.DefaultMarkerAnnotationAccess.isTemporary(Annotation)204

org.eclipse.jface.text.source.Annotation.setType(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SimpleMarkerAnnotation.updateType()102

org.eclipse.jface.text.source.AnnotationModel.addAnnotation(Annotation, Position, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.addMarkerAnnotation(IMarker)228
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()604
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()620

org.eclipse.jface.text.source.AnnotationModel.AnnotationModel()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.LineNumberColumn.ensureQuickDiffProvider(String)550
org.eclipse.ui.internal.texteditor.LineNumberColumn.getAnnotationModelWithDiffer()659
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModelFactory.createAnnotationModel(IPath)37
OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.AbstractMarkerAnnotationModel()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.AbstractMarkerAnnotationModel()122

org.eclipse.jface.text.source.AnnotationModel.connected()

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.connected()-1

org.eclipse.jface.text.source.AnnotationModel.disconnected()

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.disconnected()-1

org.eclipse.jface.text.source.AnnotationModel.fireModelChanged()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.connected()250
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeAnnotations(List, boolean, boolean)372
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()629
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.update(IMarkerDelta[])114

org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()407
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()471

org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.catchupWithMarkers()397
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.getMarkerAnnotation(IMarker)417
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()596
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.updateMarkers(IDocument)565
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.batchedUpdate(IMarkerDelta[])144

org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(int, int, boolean, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()402
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()468

org.eclipse.jface.text.source.AnnotationModel.getAnnotationMap()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.getMarkerPosition(IMarker)304
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.updateMarkers(IDocument)552

org.eclipse.jface.text.source.AnnotationModel.getPosition(Annotation)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.SelectMarkerRulerAction.getMarkers()414
org.eclipse.ui.texteditor.SelectMarkerRulerAction.hasMarkers()477

org.eclipse.jface.text.source.AnnotationModel.modifyAnnotationPosition(Annotation, Position, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.modifyMarkerAnnotation(IMarker)323
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.batchedUpdate(IMarkerDelta[])158

org.eclipse.jface.text.source.AnnotationModel.removeAnnotation(Annotation, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.catchupWithMarkers()400
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeAnnotations(List, boolean, boolean)342
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeMarkerAnnotation(IMarker)385
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.resetMarkers()602
org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.batchedUpdate(IMarkerDelta[])152

org.eclipse.jface.text.source.AnnotationModel.removeAnnotations(List, boolean, boolean)

OVERRIDE
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.removeAnnotations(List, boolean, boolean)-1

org.eclipse.jface.text.source.IAnnotationModel.getAnnotationIterator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1619

org.eclipse.jface.text.source.IAnnotationModel.getPosition(Annotation)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.findSelectedOverviewRulerAnnotationLabel()1622

org.eclipse.jface.text.source.IAnnotationModelExtension.addAnnotationModel(Object, IAnnotationModel)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.LineNumberColumn.ensureQuickDiffProvider(String)589
org.eclipse.ui.internal.texteditor.LineNumberColumn.getAnnotationModelWithDiffer()660

org.eclipse.jface.text.source.IAnnotationModelExtension.getAnnotationModel(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.editors.quickdiff.QuickDiffRestoreAction.getDiffer()205
org.eclipse.ui.internal.texteditor.LineNumberColumn.getDiffer()695

org.eclipse.jface.text.source.IAnnotationModelExtension.removeAnnotationModel(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.LineNumberColumn.ensureQuickDiffProvider(String)586

org.eclipse.jface.text.templates.Template.getContextTypeId()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)188

org.eclipse.jface.text.templates.Template.getName()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.readIncludedTemplates(Collection, IConfigurationElement)153
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.readIncludedTemplates(Collection, IConfigurationElement)155
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)196

org.eclipse.jface.text.templates.Template.getPattern()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)194

org.eclipse.jface.text.templates.Template.Template(String, String, String, String, boolean)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.createTemplate(Collection, IConfigurationElement)244

org.eclipse.jface.text.templates.TemplateContextType.addResolver(TemplateVariableResolver)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(String)151

org.eclipse.jface.text.templates.TemplateContextType.getId()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)217

org.eclipse.jface.text.templates.TemplateContextType.getName()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)219

org.eclipse.jface.text.templates.TemplateContextType.setId(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)218

org.eclipse.jface.text.templates.TemplateContextType.setName(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createContextType(IConfigurationElement)220

org.eclipse.jface.text.templates.TemplateContextType.validate(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionTemplateStore.validateTemplate(Template)194

org.eclipse.jface.text.templates.TemplateVariableResolver.setDescription(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createResolver(IConfigurationElement)237

org.eclipse.jface.text.templates.TemplateVariableResolver.setType(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry.createResolver(IConfigurationElement)234

org.eclipse.jface.text.TextUtilities.copy(String[])

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.internal.texteditor.AnnotationType.AnnotationType(String, String[])29

org.eclipse.jface.text.TextUtilities.getContentType(IDocument, String, int, boolean)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.ui.texteditor.FocusedInformationPresenter.openFocusedAnnotationHover(IAnnotationHover, int)146

Back to reference summary for org.eclipse.ui.editors

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict