Methods from org.eclipse.wst.sse.core used by org.eclipse.wst.xml.ui

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

Reference Details

org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupProcessor.cleanupModel(IStructuredModel)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.1.run()82
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.1.run()64

org.eclipse.wst.sse.core.internal.encoding.CommonCharsetNames.getCommonCharsetNames()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.EncodingSettings.fillCombo()183

org.eclipse.wst.sse.core.internal.encoding.CommonCharsetNames.getDisplayString(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.EncodingSettings.fillCombo()187

org.eclipse.wst.sse.core.internal.encoding.CommonCharsetNames.getIanaPreferredCharsetName(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.WorkbenchDefaultEncodingSettings.handleUseDefaultButtonSelected()108

org.eclipse.wst.sse.core.internal.encoding.ContentTypeEncodingPreferences.getUserPreferredCharsetName(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addXMLProposal(ContentAssistRequest)1152

org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor.formatNode(Node)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.XMLNodeActionManager.reformat(Node, boolean)37
org.eclipse.wst.xml.ui.internal.correction.SurroundWithNewElementQuickAssistProposal.apply(ITextViewer, char, int, int)69

org.eclipse.wst.sse.core.internal.model.FactoryRegistry.addFactory(INodeAdapterFactory)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)146
org.eclipse.wst.xml.ui.internal.registry.AdapterFactoryProviderForXML.addContentBasedFactories(IStructuredModel)54

org.eclipse.wst.sse.core.internal.model.FactoryRegistry.contains(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)142

org.eclipse.wst.sse.core.internal.model.FactoryRegistry.getFactoryFor(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeContentProvider.inputChanged(Viewer, Object, Object)114
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeContentProvider.inputChanged(Viewer, Object, Object)108
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)158
org.eclipse.wst.xml.ui.internal.registry.AdapterFactoryProviderForXML.addContentBasedFactories(IStructuredModel)51
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.dispose()80
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.inputChanged(Viewer, Object, Object)262
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.inputChanged(Viewer, Object, Object)276

org.eclipse.wst.sse.core.internal.PropagatingAdapter.addAdaptOnCreateFactory(INodeAdapterFactory)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)153

org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.AbstractAdapterFactory()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.JFaceNodeAdapterFactory()-1
org.eclipse.wst.xml.ui.internal.projection.ProjectionModelNodeAdapterFactoryXML.ProjectionModelNodeAdapterFactoryXML()-1

org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.AbstractAdapterFactory(Object, boolean)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.JFaceNodeAdapterFactory(Object, boolean)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.JFaceNodeAdapterFactory(Object, boolean)119
org.eclipse.wst.xml.ui.internal.projection.ProjectionModelNodeAdapterFactoryXML.ProjectionModelNodeAdapterFactoryXML()33

org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.copy()

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.copy()-1

org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.createAdapter(INodeNotifier)

OVERRIDE
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.createAdapter(INodeNotifier)-1
org.eclipse.wst.xml.ui.internal.projection.ProjectionModelNodeAdapterFactoryXML.createAdapter(INodeNotifier)-1

org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.getAdapterKey()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.copy()127

org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.isShouldRegisterAdapter()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.copy()127

org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.release()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.projection.ProjectionModelNodeAdapterFactoryXML.release()113
OVERRIDE
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.release()-1
org.eclipse.wst.xml.ui.internal.projection.ProjectionModelNodeAdapterFactoryXML.release()-1

org.eclipse.wst.sse.core.internal.provisional.IModelManager.createStructuredDocumentFor(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.XMLColorPage.setupPicker(StyledTextColorPicker)264
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.createContents(Composite)322

org.eclipse.wst.sse.core.internal.provisional.IModelManager.createUnManagedStructuredModelFor(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.XMLTemplatePreferencePage.doCreateViewer(Composite, SourceViewerConfiguration)120
org.eclipse.wst.xml.ui.internal.wizards.NewXMLTemplatesWizardPage.createViewer(Composite)334

org.eclipse.wst.sse.core.internal.provisional.IModelManager.getExistingModelForEdit(IDocument)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)40
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.1.run()80
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.run(IAction)97
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)32
org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate.processAction(IDocument, int, int)82
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)33
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.1.run()62
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.execute(ExecutionEvent)79
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)37
org.eclipse.wst.xml.ui.internal.handlers.ToggleCommentHandler.processAction(IDocument, int, int)103

org.eclipse.wst.sse.core.internal.provisional.IModelManager.getExistingModelForRead(IDocument)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.customizeDocumentCommand(IDocument, DocumentCommand)54
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(ITextViewer, int)1373
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.needsEndTag(IStructuredDocumentRegion)2431
org.eclipse.wst.xml.ui.internal.contentassist.ContextInfoModelUtil.getModelQuery()42
org.eclipse.wst.xml.ui.internal.contentassist.ContextInfoModelUtil.getXMLNode(int)57
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getNodeAt(ITextViewer, int)195
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.doubleClicked(ITextViewer)44
org.eclipse.wst.xml.ui.internal.handlers.ReloadDependenciesHandler.execute(ExecutionEvent)58
org.eclipse.wst.xml.ui.internal.handlers.ToggleEditModeHandler.execute(ExecutionEvent)57
org.eclipse.wst.xml.ui.internal.handlers.ToggleEditModeHandler.updateElement(UIElement, Map)110
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getBaseLocation(IDocument)164
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getCurrentNode(IDocument, int)248
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.addAllAdapters()94
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)135
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.removeAllAdapters()291
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.PropertyListener.propertyChanged(Object, int)283
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.PropertyListener.propertyChanged(Object, int)283
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.setDocument(IDocument)314
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getXMLNode(IStructuredDocumentRegion)727

org.eclipse.wst.sse.core.internal.provisional.IModelManager.getModelForEdit(IStructuredDocument)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.XMLFormattingStrategy.format()58

org.eclipse.wst.sse.core.internal.provisional.IModelManager.getModelForRead(IFile)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.getModelForResource(IFile)313
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.validateV1File(IFile, IReporter)993

org.eclipse.wst.sse.core.internal.provisional.IndexedRegion.contains(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.editor.DOMSelectionConvertorFactory.XMLSelectionConvertor.getElements(IStructuredModel, int, int)44
org.eclipse.wst.xml.ui.internal.editor.DOMSelectionConvertorFactory.XMLSelectionConvertor.getElements(IStructuredModel, int, int)44
org.eclipse.wst.xml.ui.internal.editor.DOMSelectionConvertorFactory.XMLSelectionConvertor.getElements(IStructuredModel, int, int)44
org.eclipse.wst.xml.ui.internal.editor.DOMSelectionConvertorFactory.XMLSelectionConvertor.getElements(IStructuredModel, int, int)44
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getCurrentAttrNode(Node, int)219
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getCurrentAttrNode(Node, int)227

org.eclipse.wst.sse.core.internal.provisional.IndexedRegion.getEndOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)57
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)43
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addStartDocumentProposals(ContentAssistRequest)718
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isCursorAfterDoctype(ContentAssistRequest)2347
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isCursorAfterXMLPI(ContentAssistRequest)2378
org.eclipse.wst.xml.ui.internal.correction.SurroundWithNewElementQuickAssistProposal.apply(ITextViewer, char, int, int)53
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)48
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectEnclosingXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectEnclosingXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)43
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectNextXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectNextXMLHandler.getNewSelectionRegion2(IndexedRegion, ITextSelection)87
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectNextXMLHandler.getNewSelectionRegion2(IndexedRegion, ITextSelection)81
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)54
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)45
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getHyperlinkRegion(Node)328
org.eclipse.wst.xml.ui.internal.projection.ProjectionModelNodeAdapterXML.createProjectionPosition(Node)118
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)48
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)55
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)54
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate.getNewSelectionRegion2(IndexedRegion, ITextSelection)93
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate.getNewSelectionRegion2(IndexedRegion, ITextSelection)99
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)58
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)49
org.eclipse.wst.xml.ui.internal.tabletree.TreeContentHelper.getValueForTextContent(List)399
org.eclipse.wst.xml.ui.internal.tabletree.TreeContentHelper.setValueForTextContent(List, String)426
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.7.handleEvent(Event)542
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)526
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)478
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)445
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)408
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getStartEndFixInfo(IDOMNode, String, ITextRegion)664

org.eclipse.wst.sse.core.internal.provisional.IndexedRegion.getStartOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)56
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)42
org.eclipse.wst.xml.ui.internal.correction.SurroundWithNewElementQuickAssistProposal.apply(ITextViewer, char, int, int)52
org.eclipse.wst.xml.ui.internal.correction.SurroundWithNewElementQuickAssistProposal.apply(ITextViewer, char, int, int)72
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)49
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)47
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectEnclosingXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)43
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectEnclosingXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectEnclosingXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectEnclosingXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)43
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectNextXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectNextXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectNextXMLHandler.getNewSelectionRegion2(IndexedRegion, ITextSelection)81
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectNextXMLHandler.getNewSelectionRegion2(IndexedRegion, ITextSelection)81
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)45
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)45
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)60
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)54
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)60
org.eclipse.wst.xml.ui.internal.handlers.StructuredSelectPreviousXMLHandler.getNewSelectionRegion(IndexedRegion, ITextSelection)54
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getHyperlinkRegion(Node)328
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getHyperlinkRegion(Node)328
org.eclipse.wst.xml.ui.internal.projection.ProjectionModelNodeAdapterXML.createProjectionPosition(Node)117
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)48
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)55
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)55
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectEnclosingXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)48
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)54
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)54
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate.getNewSelectionRegion2(IndexedRegion, ITextSelection)93
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectNextXMLActionDelegate.getNewSelectionRegion2(IndexedRegion, ITextSelection)93
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)58
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)64
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)49
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)64
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)58
org.eclipse.wst.xml.ui.internal.selection.StructuredSelectPreviousXMLActionDelegate.getNewSelectionRegion(IndexedRegion, ITextSelection)49
org.eclipse.wst.xml.ui.internal.tabletree.TreeContentHelper.getValueForTextContent(List)398
org.eclipse.wst.xml.ui.internal.tabletree.TreeContentHelper.setValueForTextContent(List, String)425
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.7.handleEvent(Event)541
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)418
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)500
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)417
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)454
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)384
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)444
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)399
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)477
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)525
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getStartEndFixInfo(IDOMNode, String, ITextRegion)665

org.eclipse.wst.sse.core.internal.provisional.INodeNotifier.addAdapter(INodeAdapter)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.adapt(Element)67
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.adapt(Element)67
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.connect(Document)56
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.connect(Document)56
org.eclipse.wst.xml.ui.internal.DOMObserver.DOMObserver(IStructuredModel)181
org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration.1.setPropertyValue(Object, Object)152
org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration.getInputSelection(IWorkbenchPart, ISelection)242

org.eclipse.wst.sse.core.internal.provisional.INodeNotifier.getAdapterFor(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.initAdapter(INodeAdapter, INodeNotifier)155
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeContentProvider.getAdapter(Object)51
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider.getAdapter(Object)40
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.addAdapterToNodeAndChildren(Node, int)71
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)151
org.eclipse.wst.xml.ui.internal.properties.XMLPropertySource.getDocTypeFromDOMNode(Node)131
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.StatusLineLabelProvider.getText(Object)373
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.StatusLineLabelProvider.getText(Object)373
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.getChildren(Object)102
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.getImage(Object)131
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.getParent(Object)186
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.getText(Object)216
org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration.XMLPropertySourceProvider.getPropertySource(Object)142
org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration.XMLPropertySourceProvider.getPropertySource(Object)142

org.eclipse.wst.sse.core.internal.provisional.INodeNotifier.getExistingAdapter(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.adapt(Element)66
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.adapt(Element)66
org.eclipse.wst.xml.ui.internal.DOMObserver.DOMObserver(IStructuredModel)178
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.addAdapterToNodeAndChildren(Node, int)64
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.removeAdapterFromNodeAndChildren(Node, int)266

org.eclipse.wst.sse.core.internal.provisional.INodeNotifier.removeAdapter(INodeAdapter)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.dicconnect(Document)61
org.eclipse.wst.xml.ui.internal.DOMObserver.DocumentAdapter.dicconnect(Document)61
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.removeAdapterFromNodeAndChildren(Node, int)268
org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration.1.setPropertyValue(Object, Object)148
org.eclipse.wst.xml.ui.views.properties.XMLPropertySheetConfiguration.getInputSelection(IWorkbenchPart, ISelection)186

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.aboutToChangeModel()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)65
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.run(IAction)105
org.eclipse.wst.xml.ui.internal.actions.EditSchemaInfoAction.run()154
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)46
org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate.processAction(IDocument, int, int)86
org.eclipse.wst.xml.ui.internal.contentoutline.XMLNodeActionManager.reformat(Node, boolean)33
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)57
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.execute(ExecutionEvent)87
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)51
org.eclipse.wst.xml.ui.internal.handlers.ToggleCommentHandler.processAction(IDocument, int, int)107
org.eclipse.wst.xml.ui.internal.XMLFormattingStrategy.format()64

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.beginRecording(Object, String, String, int, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.run(IAction)101
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.execute(ExecutionEvent)83

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.beginRecording(Object, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AbstractNodeActionManager.beginNodeAction(NodeAction)422
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)64
org.eclipse.wst.xml.ui.internal.actions.EditDoctypeAction.run()123
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)45
org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate.processAction(IDocument, int, int)85
org.eclipse.wst.xml.ui.internal.dnd.DragNodeCommand.beginModelChange(Node, boolean)56
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)56
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)50
org.eclipse.wst.xml.ui.internal.handlers.ToggleCommentHandler.processAction(IDocument, int, int)106

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.changedModel()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)76
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.run(IAction)116
org.eclipse.wst.xml.ui.internal.actions.EditSchemaInfoAction.run()159
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)70
org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate.processAction(IDocument, int, int)113
org.eclipse.wst.xml.ui.internal.contentoutline.XMLNodeActionManager.reformat(Node, boolean)41
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)68
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.execute(ExecutionEvent)98
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)75
org.eclipse.wst.xml.ui.internal.handlers.ToggleCommentHandler.processAction(IDocument, int, int)134
org.eclipse.wst.xml.ui.internal.XMLFormattingStrategy.format()68

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.endRecording(Object, int, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.run(IAction)120
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.execute(ExecutionEvent)102

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.endRecording(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AbstractNodeActionManager.endNodeAction(NodeAction)537
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)77
org.eclipse.wst.xml.ui.internal.actions.EditDoctypeAction.run()140
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)71
org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate.processAction(IDocument, int, int)114
org.eclipse.wst.xml.ui.internal.dnd.DragNodeCommand.endModelChange(Node, boolean)142
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)69
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)76
org.eclipse.wst.xml.ui.internal.handlers.ToggleCommentHandler.processAction(IDocument, int, int)135

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.getBaseLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AbstractNodeActionManager.createAddDoctypeAction(Document, int)449
org.eclipse.wst.xml.ui.internal.actions.AbstractNodeActionManager.createAddSchemaInfoAction(Element)486
org.eclipse.wst.xml.ui.internal.actions.AbstractNodeActionManager.createEditDoctypeAction(DocumentType)509
org.eclipse.wst.xml.ui.internal.actions.AbstractNodeActionManager.createEditSchemaInfoAction(Element)519
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getBaseLocation(IDocument)166

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.getFactoryRegistry()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeContentProvider.inputChanged(Viewer, Object, Object)114
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeContentProvider.inputChanged(Viewer, Object, Object)108
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)137
org.eclipse.wst.xml.ui.internal.registry.AdapterFactoryProviderForXML.addContentBasedFactories(IStructuredModel)47
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.dispose()80
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.inputChanged(Viewer, Object, Object)262
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeContentProvider.inputChanged(Viewer, Object, Object)276

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.getIndexedRegion(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)44
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)43
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)50
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)36
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)35
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertCloseElement(DocumentCommand, IDocument, IStructuredModel)135
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertForEndTag(DocumentCommand, IDocument, IStructuredModel)183
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartRemoveEndTag(DocumentCommand, IDocument, IStructuredModel)95
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)569
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1248
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1294
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1624
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1670
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1691
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.needsEndTag(IStructuredDocumentRegion)2434
org.eclipse.wst.xml.ui.internal.contentassist.ContextInfoModelUtil.getXMLNode(int)58
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getNodeAt(ITextViewer, int)202
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getNodeAt(ITextViewer, int)199
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.doubleClicked(ITextViewer)52
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)37
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)36
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)43
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)40
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)41
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getCurrentNode(IDocument, int)250
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getCurrentNode(IDocument, int)252
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.addAllAdapters()97
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.removeAllAdapters()294
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.getNode(int)117
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)361
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.computeStartAndEndLocation(int, String, String, String, IDOMDocument)360
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getXMLNode(IStructuredDocumentRegion)730

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.getStructuredDocument()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.EditElementAction.setStructuredDocumentRegionElementName(IDOMModel, IStructuredDocumentRegion, String, String)113
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.updateStructuredDocumentRegion()303
org.eclipse.wst.xml.ui.internal.preferences.XMLTemplatePreferencePage.doCreateViewer(Composite, SourceViewerConfiguration)121
org.eclipse.wst.xml.ui.internal.tabletree.TreeContentHelper.getValueForTextContent(List)401
org.eclipse.wst.xml.ui.internal.tabletree.TreeContentHelper.setValueForTextContent(List, String)427
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.validate(IValidationContext, IReporter)216
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.validate(IValidationContext, IReporter)212
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.validateV1File(IFile, IReporter)996
org.eclipse.wst.xml.ui.internal.wizards.NewXMLTemplatesWizardPage.createViewer(Composite)335

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.releaseFromEdit()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.AddBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)81
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.1.run()87
org.eclipse.wst.xml.ui.internal.actions.CleanupActionXMLDelegate.run(IAction)121
org.eclipse.wst.xml.ui.internal.actions.RemoveBlockCommentActionXMLDelegate.processAction(IDocument, ITextSelection)75
org.eclipse.wst.xml.ui.internal.actions.ToggleCommentActionXMLDelegate.processAction(IDocument, int, int)115
org.eclipse.wst.xml.ui.internal.handlers.AddBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)73
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.1.run()69
org.eclipse.wst.xml.ui.internal.handlers.CleanupdocumentHandler.execute(ExecutionEvent)103
org.eclipse.wst.xml.ui.internal.handlers.RemoveBlockCommentHandler.processAction(ITextEditor, IDocument, ITextSelection)80
org.eclipse.wst.xml.ui.internal.handlers.ToggleCommentHandler.processAction(IDocument, int, int)136
org.eclipse.wst.xml.ui.internal.XMLFormattingStrategy.format()73

org.eclipse.wst.sse.core.internal.provisional.IStructuredModel.releaseFromRead()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.customizeDocumentCommand(IDocument, DocumentCommand)66
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(ITextViewer, int)1383
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.needsEndTag(IStructuredDocumentRegion)2451
org.eclipse.wst.xml.ui.internal.contentassist.ContextInfoModelUtil.getModelQuery()47
org.eclipse.wst.xml.ui.internal.contentassist.ContextInfoModelUtil.getXMLNode(int)62
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getNodeAt(ITextViewer, int)208
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.doubleClicked(ITextViewer)71
org.eclipse.wst.xml.ui.internal.handlers.ReloadDependenciesHandler.execute(ExecutionEvent)65
org.eclipse.wst.xml.ui.internal.handlers.ToggleEditModeHandler.execute(ExecutionEvent)64
org.eclipse.wst.xml.ui.internal.handlers.ToggleEditModeHandler.updateElement(UIElement, Map)117
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getBaseLocation(IDocument)189
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getCurrentNode(IDocument, int)258
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.addAllAdapters()113
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.getAdapterFactory(boolean)163
org.eclipse.wst.xml.ui.internal.projection.StructuredTextFoldingProviderXML.removeAllAdapters()308
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.PropertyListener.propertyChanged(Object, int)294
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.PropertyListener.propertyChanged(Object, int)294
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.setDocument(IDocument)328
org.eclipse.wst.xml.ui.internal.validation.DelegatingSourceValidator.validate(IValidationContext, IReporter)242
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getXMLNode(IStructuredDocumentRegion)735
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.validateV1File(IFile, IReporter)1011

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument.getFirstStructuredDocumentRegion()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()166
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.getNamedStyleAtOffset(int)632
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.validateV1File(IFile, IReporter)998

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument.getParser()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.XMLColorPage.setupPicker(StyledTextColorPicker)264

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument.getRegionAtCharacterOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)557
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1467
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEntityReferenceProposals(int, ITextRegion, IDOMNode)1511
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1631
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1979
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1953
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1950
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationProvider.getAttributeInformation(int)81
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.updateStructuredDocumentRegion()303
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeHoverHelp(ITextViewer, int)82
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int, boolean)319
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int)279

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument.getStructuredDocumentRegions(int, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.validate(IRegion, IValidationContext, IReporter)832

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument.replaceText(Object, int, int, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.EditElementAction.setStructuredDocumentRegionElementName(IDOMModel, IStructuredDocumentRegion, String, String)113
org.eclipse.wst.xml.ui.internal.tabletree.TreeContentHelper.setValueForTextContent(List, String)427

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion.getNext()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()183
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.getNamedStyleAtOffset(int)634
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.validateV1File(IFile, IReporter)1001

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion.getPrevious()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)562
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1890
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1886
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1886
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1991
org.eclipse.wst.xml.ui.internal.contentassist.NoRegionContentAssistProcessor.guessContentAssistProcessor(ITextViewer, int)212
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForSpaceBeforeName(IStructuredDocumentRegion, IReporter)357
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartingSpaceForPI(IStructuredDocumentRegion, IReporter)678

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion.isDeleted()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.addAttributeError(String, String, int, int, int, IStructuredDocumentRegion, IReporter, int)93
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)127
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)119
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)170
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)163
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)205
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)251
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForSpaceBeforeName(IStructuredDocumentRegion, IReporter)351
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)390
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)398
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)622
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)569
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)519
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)498
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartingSpaceForPI(IStructuredDocumentRegion, IReporter)674
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isEndTag(IStructuredDocumentRegion)748
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isPI(IStructuredDocumentRegion)762
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isStartTag(IStructuredDocumentRegion)776
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isXMLContent(IStructuredDocumentRegion)796
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isXMLDoctypeDeclaration(IStructuredDocumentRegion)889

org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion.isEnded()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartRemoveEndTag(DocumentCommand, IDocument, IStructuredModel)99
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagNameProposals(ContentAssistRequest)485
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagCloseProposals(ContentAssistRequest)751
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagCloseProposals(ContentAssistRequest)812
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagNameProposals(ContentAssistRequest, int)1042
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1237
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1257
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1251
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagCloseProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1601
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1886
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isStartTag(IStructuredDocumentRegion)2409

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion.getEnd()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.7.handleEvent(Event)546

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartRemoveEndTag(DocumentCommand, IDocument, IStructuredModel)100
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeNameProposals(ContentAssistRequest)157
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeNameProposals(ContentAssistRequest)180
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1246
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1322
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1466
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1560
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1628
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1643
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1897
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1908
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1967
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1964
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)87
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()158
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()192
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()197
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()231
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()236
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()273
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()255
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()276
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)216
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartingSpaceForPI(IStructuredDocumentRegion, IReporter)683

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion.getStart()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.EditElementAction.setStructuredDocumentRegionElementName(IDOMModel, IStructuredDocumentRegion, String, String)112
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.needsEndTag(IStructuredDocumentRegion)2434
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)84
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)83
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)67
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)72
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)88
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()142
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()154
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()158
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()192
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()197
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()210
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()221
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()221
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()236
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()231
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()276
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()255
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()273
org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.7.handleEvent(Event)545
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)573
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)636
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)523
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getXMLNode(IStructuredDocumentRegion)730

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion.getTextEnd()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()142
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()154
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()210

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion.getTextLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)275
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)257
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)262
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)270
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagNameProposals(ContentAssistRequest)496
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagNameProposals(ContentAssistRequest)463
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagInsertionProposals(ContentAssistRequest, int)984
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1232
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1264
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1246
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1246
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1472
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1563
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1676
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1672
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1649
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1656
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1720
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1708
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1897
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1904
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getMatchString(IStructuredDocumentRegion, ITextRegion, int)2113
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)87
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)88
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)83
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)67
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)84
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)72
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()221
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()263
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()247
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()260
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()269
org.eclipse.wst.xml.ui.internal.hyperlink.XMLHyperlinkDetector.getHyperlinkRegion(Node)337
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()178
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int, boolean)338
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int)298
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)530
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)642
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)574
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)524
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)580

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion.getType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.getElementName(IDOMNode, int)166
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertCloseElement(DocumentCommand, IDocument, IStructuredModel)141
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeValueProposals(ContentAssistRequest)249
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagNameProposals(ContentAssistRequest)495
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)561
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1273
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1470
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEntityReferenceProposals(int, ITextRegion, IDOMNode)1503
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1561
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1631
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1664
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1920
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getMatchString(IStructuredDocumentRegion, ITextRegion, int)2112
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getTagName(IStructuredDocumentRegion)2229
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isCloseRegion(ITextRegion)2316
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isNameRegion(ITextRegion)2388
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isSelfClosed(IStructuredDocumentRegion)2402
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isStartTag(IStructuredDocumentRegion)2409
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationPresenter.updatePresentation(int, TextPresentation)103
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationProvider.isEndTag(IStructuredDocumentRegion)229
org.eclipse.wst.xml.ui.internal.contentassist.NoRegionContentAssistProcessor.guessContentAssistProcessor(ITextViewer, int)208
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities.isJSPCloseDelimiter(IStructuredDocumentRegion)387
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities.isJSPDelimiter(IStructuredDocumentRegion)411
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities.isJSPOpenDelimiter(IStructuredDocumentRegion)439
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities.isXMLJSPDelimiter(IStructuredDocumentRegion)470
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentModelGenerator.getOtherClose(Node)134
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)69
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)73
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)118
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)118
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)69
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)80
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)120
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)120
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()141
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()141
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()153
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()209
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()216
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()227
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementDoubleClicked()224
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()254
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()172
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.getNamedStyleAtOffset(int)643
org.eclipse.wst.xml.ui.internal.style.LineStyleProviderForXML.getAttributeFor(ITextRegion)40
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)114
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)118
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)114
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)118
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeRegionHelp(IndexedRegion, IDOMNode, IStructuredDocumentRegion, ITextRegion)103
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getAttrNameRegion(IDOMNode, ITextRegion)189
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int, boolean)329
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int)289
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)129
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)129
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)129
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)172
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)172
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)213
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)213
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)266
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)342
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)339
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)400
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)438
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)527
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)628
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)577
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)519
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)532
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartingSpaceForPI(IStructuredDocumentRegion, IReporter)680
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getStartEndFixInfo(IDOMNode, String, ITextRegion)656
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isEndTag(IStructuredDocumentRegion)751
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isPI(IStructuredDocumentRegion)765
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isStartTag(IStructuredDocumentRegion)779
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isTagCloseTextRegion(ITextRegion)786
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isTagCloseTextRegion(ITextRegion)786
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isXMLContent(IStructuredDocumentRegion)799
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isXMLDoctypeDeclaration(IStructuredDocumentRegion)892
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isXMLDoctypeDeclaration(IStructuredDocumentRegion)892

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.containsOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.runWithEvent(Event)157
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.runWithEvent(Event)150
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)267
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)254
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getInsertRequiredAttrs(ArrayList, StructuredTextViewer, int)64
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)109
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)113
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getInsertRequiredAttrs(List, ISourceViewer, int)71
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)115
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)111
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.getNamedStyleAtOffset(int)633

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getEndOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagInsertionProposals(ContentAssistRequest, int)870
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagCloseProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1586
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1993
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1982
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationPresenter.isContextInformationValid(int)72
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)67
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getEndTagEndOffset()46
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getEndTagEndOffset()46
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getStartTagEndOffset()60
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getStartTagEndOffset()60
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)125
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)126
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)276
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getStartEndFixInfo(IDOMNode, String, ITextRegion)655
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.getStartEndFixInfo(IDOMNode, String, ITextRegion)666

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getEndOffset(ITextRegion)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1718
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()138
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()147
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()151
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)133

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getFirstRegion()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1997
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)519
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isEndTag(IStructuredDocumentRegion)751
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isPI(IStructuredDocumentRegion)765
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isStartTag(IStructuredDocumentRegion)779
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isXMLContent(IStructuredDocumentRegion)799
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.isXMLDoctypeDeclaration(IStructuredDocumentRegion)892

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getFullText()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagCloseProposals(ContentAssistRequest)781
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEntityReferenceProposals(int, ITextRegion, IDOMNode)1517
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForSpaceBeforeName(IStructuredDocumentRegion, IReporter)355

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getFullText(ITextRegion)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEntityReferenceProposals(int, ITextRegion, IDOMNode)1505
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()268
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()259

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getLastRegion()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEntityReferenceProposals(int, ITextRegion, IDOMNode)1516
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagCloseProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1600
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1994
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)2003
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1991
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)68

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getNumberOfRegions()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)255
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)273
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)268
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)260
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentModelGenerator.getOtherClose(Node)134

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getRegionAtCharacterOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.getElementName(IDOMNode, int)165
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1468
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1560
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1631
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1896
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1921
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1908
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1879
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1890
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1953
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1950
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)71
org.eclipse.wst.xml.ui.internal.correction.InsertRequiredAttrsQuickAssistProposal.apply(ITextViewer, char, int, int)75
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)110
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)114
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)78
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)65
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)112
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)116
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()139
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()137
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()152
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()148
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()204
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()208
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.updateTextRegion()320
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.updateTextRegion()314
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.getNamedStyleAtOffset(int)638
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)112
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)112
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)115
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)115
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeHoverHelp(ITextViewer, int)84
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int, boolean)323
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int)283

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getRegions()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)256
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)261
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)269
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)274
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertCloseElement(DocumentCommand, IDocument, IStructuredModel)141
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertCloseElement(DocumentCommand, IDocument, IStructuredModel)141
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeValueProposals(ContentAssistRequest)241
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1664
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getNameRegion(IStructuredDocumentRegion)2134
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getTagName(IStructuredDocumentRegion)2224
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isSelfClosed(IStructuredDocumentRegion)2401
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isStartTag(IStructuredDocumentRegion)2407
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isStartTag(IStructuredDocumentRegion)2408
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationPresenter.updatePresentation(int, TextPresentation)92
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationProvider.isEndTag(IStructuredDocumentRegion)228
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities.isXMLJSPDelimiter(IStructuredDocumentRegion)465
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentModelGenerator.getOtherClose(Node)134
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)70
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)81
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()168
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getAttrNameRegion(IDOMNode, ITextRegion)181
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)123
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)167
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)210
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)259
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForSpaceBeforeName(IStructuredDocumentRegion, IReporter)360
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)395
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)432
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)571
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)624
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)521

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getStartOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.runWithEvent(Event)160
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.runWithEvent(Event)153
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartRemoveEndTag(DocumentCommand, IDocument, IStructuredModel)100
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)569
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagInsertionProposals(ContentAssistRequest, int)984
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addTagInsertionProposals(ContentAssistRequest, int)871
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1886
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1967
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1967
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1982
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1964
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1987
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, Node)1964
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationPresenter.isContextInformationValid(int)71
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)67
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)83
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)72
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)88
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)84
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.getStartOffset(Node)158
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getEndTagStartOffset()53
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getEndTagStartOffset()53
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getStartTagStartOffset()67
org.eclipse.wst.xml.ui.internal.provisional.XMLSourceEditingTextTools.NodeLocationImpl.getStartTagStartOffset()67
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)180
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)215
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForSpaceBeforeName(IStructuredDocumentRegion, IReporter)363
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartingSpaceForPI(IStructuredDocumentRegion, IReporter)679
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartingSpaceForPI(IStructuredDocumentRegion, IReporter)682

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getStartOffset(ITextRegion)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)257
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)270
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)262
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)275
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.getElementName(IDOMNode, int)167
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeNameProposals(ContentAssistRequest)180
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeNameProposals(ContentAssistRequest)180
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeNameProposals(ContentAssistRequest)157
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeNameProposals(ContentAssistRequest)157
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEntityProposals(Vector, Properties, String, int, IStructuredDocumentRegion, ITextRegion)673
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1232
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1226
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1257
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1248
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1246
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1246
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1246
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeAttributeValueProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1264
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1294
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1328
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1322
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1314
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1465
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEndTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1472
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEntityReferenceProposals(int, ITextRegion, IDOMNode)1504
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1561
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1560
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEqualsProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1563
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagCloseProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1601
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1631
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1649
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1672
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1666
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1643
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1665
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1628
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1631
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1676
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1624
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1656
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1699
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1718
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1708
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1691
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagOpenProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1720
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1886
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1884
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1908
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1904
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getCompletionRegion(int, IStructuredDocumentRegion)1921
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getMatchString(IStructuredDocumentRegion, ITextRegion, int)2113
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getMatchString(IStructuredDocumentRegion, ITextRegion, int)2121
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getMatchString(IStructuredDocumentRegion, ITextRegion, int)2120
org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest.getStartOffset()154
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()136
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrEqualsDoubleClicked2Times()142
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrNameDoubleClicked2Times()154
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()168
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()181
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()170
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()174
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()207
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()203
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked2Times()210
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()260
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()247
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()269
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processTextDoubleClicked()263
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()178
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)115
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)115
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int, boolean)338
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int)298
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)131
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)130
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)275
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)312
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)405
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)480
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)488
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)474
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)579
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)529

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getText()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.EditElementAction.setStructuredDocumentRegionElementName(IDOMModel, IStructuredDocumentRegion, String, String)109
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeEntityReferenceProposals(int, ITextRegion, IDOMNode)1512
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.updateStructuredDocumentRegion()305
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)181

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getText(ITextRegion)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.getElementName(IDOMNode, int)168
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeValueProposals(ContentAssistRequest)260
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1290
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1290
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getMatchString(IStructuredDocumentRegion, ITextRegion, int)2121
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getMatchString(IStructuredDocumentRegion, ITextRegion, int)2120
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getTagName(IStructuredDocumentRegion)2230
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationPresenter.updatePresentation(int, TextPresentation)104
org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest.getText()161
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities.isXMLJSPDelimiter(IStructuredDocumentRegion)471
org.eclipse.wst.xml.ui.internal.doubleclick.XMLDoubleClickStrategy.processElementAttrValueDoubleClicked()165
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)119
org.eclipse.wst.xml.ui.internal.tabletree.XMLTableTreeViewer.SelectionProvider.setSelection(ISelection)119
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeTagAttNameHelp(IDOMNode, IDOMNode, IStructuredDocumentRegion, ITextRegion)121
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeTagAttValueHelp(IDOMNode, IDOMNode, IStructuredDocumentRegion, ITextRegion)134
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)278
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)272
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)310
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)324
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)288
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)313
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)401
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)442
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)629
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)528
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)578

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getTextEndOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)597
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)594
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)609
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)608
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)594
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)580
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addEndTagProposals(ContentAssistRequest)608
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1290

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection.getTextEndOffset(ITextRegion)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1324
org.eclipse.wst.xml.ui.internal.contentassist.ContentAssistRequest.getTextEndOffset()168
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)111
org.eclipse.wst.xml.ui.internal.correction.QuickAssistProcessorXML.getLocalRenameQuickAssistProposal(ArrayList, StructuredTextViewer, int)115
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)117
org.eclipse.wst.xml.ui.internal.correction.XMLQuickAssistProcessor.getLocalRenameQuickAssistProposal(List, ISourceViewer, int)113
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.getNamedStyleAtOffset(int)641
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int, boolean)337
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverRegion(ITextViewer, int)297
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)287

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList.get(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)261
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)269
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)274
org.eclipse.wst.xml.ui.internal.actions.GoToMatchingTagAction.updateFor(ISelection)256
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertCloseElement(DocumentCommand, IDocument, IStructuredModel)141
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeValueProposals(ContentAssistRequest)248
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeTagNameProposals(int, String, ITextRegion, IDOMNode, IDOMNode)1664
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getTagName(IStructuredDocumentRegion)2228
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isSelfClosed(IStructuredDocumentRegion)2402
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isStartTag(IStructuredDocumentRegion)2408
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationPresenter.updatePresentation(int, TextPresentation)102
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationProvider.isEndTag(IStructuredDocumentRegion)229
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentModelGenerator.getOtherClose(Node)134
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)81
org.eclipse.wst.xml.ui.internal.correction.RenameInFileQuickAssistProposal.apply(ITextViewer, char, int, int)70
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()170
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getAttrNameRegion(IDOMNode, ITextRegion)188
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)128
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)171
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)213
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)213
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)270
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)308
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)265
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)286
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)399
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)437
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)576
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)526
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)627

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList.indexOf(ITextRegion)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.addAttributeValueProposals(ContentAssistRequest)242
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getAttrNameRegion(IDOMNode, ITextRegion)182

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList.iterator()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getNameRegion(IStructuredDocumentRegion)2134

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList.size()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.autoedit.StructuredAutoEditStrategyXML.smartInsertCloseElement(DocumentCommand, IDocument, IStructuredModel)141
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.getTagName(IStructuredDocumentRegion)2227
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isSelfClosed(IStructuredDocumentRegion)2402
org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.isStartTag(IStructuredDocumentRegion)2407
org.eclipse.wst.xml.ui.internal.contentassist.AttributeContextInformationPresenter.updatePresentation(int, TextPresentation)101
org.eclipse.wst.xml.ui.internal.preferences.XMLSyntaxColoringPage.applyStyles()169
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkAttributesInEndTag(IStructuredDocumentRegion, IReporter)127
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkClosingBracket(IStructuredDocumentRegion, IReporter)170
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkEmptyTag(IStructuredDocumentRegion, IReporter)211
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForAttributeValue(IStructuredDocumentRegion, IReporter)264
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkForSpaceBeforeName(IStructuredDocumentRegion, IReporter)360
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkNoNamespaceInPI(IStructuredDocumentRegion, IReporter)398
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkQuotesForAttributeValues(IStructuredDocumentRegion, IReporter)436
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)575
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)525
org.eclipse.wst.xml.ui.internal.validation.MarkupValidator.checkStartEndTagPairs(IStructuredDocumentRegion, IReporter)626

org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList.toArray()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistUtilities.isXMLJSPDelimiter(IStructuredDocumentRegion)465

org.eclipse.wst.sse.core.internal.util.Assert.isNotNull(Object, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.registry.AdapterFactoryProviderForXML.addContentBasedFactories(IStructuredModel)48

org.eclipse.wst.sse.core.internal.util.Assert.isTrue(boolean)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.initAdapter(INodeAdapter, INodeNotifier)151
org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeAdapterFactory.initAdapter(INodeAdapter, INodeNotifier)152

org.eclipse.wst.sse.core.internal.util.JarUtilities.getInputStream(URL)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.wst.xml.ui.internal.editor.CMImageUtil.getImageDescriptor(CMNode)81
org.eclipse.wst.xml.ui.internal.hyperlink.URLStorageHyperlink.URLStorage.getContents()100
org.eclipse.wst.xml.ui.internal.hyperlink.URLStorageHyperlink.URLStorage.getContents()100

Back to reference summary for org.eclipse.wst.xml.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict