Methods from org.eclipse.wst.validation used by org.eclipse.jst.jsp.core

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

Reference Details

org.eclipse.wst.validation.AbstractValidator.AbstractValidator()

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.JSPBatchValidator()-1
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.JSPValidator()-1
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.TLDValidator()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.JSPBatchValidator()74
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.JSPValidator()58
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.TLDValidator()71

org.eclipse.wst.validation.AbstractValidator.validate(IResource, int, ValidationState, IProgressMonitor)

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.validate(IResource, int, ValidationState, IProgressMonitor)-1
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IResource, int, ValidationState, IProgressMonitor)-1
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.validate(IResource, int, ValidationState, IProgressMonitor)-1

org.eclipse.wst.validation.internal.provisional.core.IMessage.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)89
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)333

org.eclipse.wst.validation.internal.provisional.core.IMessage.getLineNumber()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)331

org.eclipse.wst.validation.internal.provisional.core.IMessage.getOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)108
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)89
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)333
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)332

org.eclipse.wst.validation.internal.provisional.core.IMessage.getSeverity()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)337

org.eclipse.wst.validation.internal.provisional.core.IMessage.getText()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)334

org.eclipse.wst.validation.internal.provisional.core.IMessage.setLength(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.HTMLValidationReporter.translateMessage(ValidationMessage)93
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)102
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)98
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.createMessageFromProblem(IProblem, IFile, IJSPTranslation, IStructuredDocument)229
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.createMessageFromProblem(IProblem, IFile, IJSPTranslation, IStructuredDocument)250

org.eclipse.wst.validation.internal.provisional.core.IMessage.setLineNo(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.HTMLValidationReporter.translateMessage(ValidationMessage)98
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)108
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.createMessageFromProblem(IProblem, IFile, IJSPTranslation, IStructuredDocument)248

org.eclipse.wst.validation.internal.provisional.core.IMessage.setOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.HTMLValidationReporter.translateMessage(ValidationMessage)92
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)101
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.adjustIndirectPosition(IMessage, IJSPTranslation)97
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.createMessageFromProblem(IProblem, IFile, IJSPTranslation, IStructuredDocument)249
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.createMessageFromProblem(IProblem, IFile, IJSPTranslation, IStructuredDocument)228

org.eclipse.wst.validation.internal.provisional.core.IReporter.addMessage(IValidator, IMessage)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.HTMLValidationReporter.report(ValidationMessage)69
org.eclipse.jst.jsp.core.internal.validation.JSPActionValidator.checkNonEmptyInlineTag(IDOMElement, CMElementDeclaration, IReporter, IFile, IStructuredDocument)103
org.eclipse.jst.jsp.core.internal.validation.JSPActionValidator.checkRequiredAttributes(IDOMElement, CMNamedNodeMap, IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)126
org.eclipse.jst.jsp.core.internal.validation.JSPActionValidator.checkUnknownAttributes(IDOMElement, CMElementDeclaration, CMNamedNodeMap, IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)192
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processIncludeDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)293
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processIncludeDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)329
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processIncludeDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)312
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processPageDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)367
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)533
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)510
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)495
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)447
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)560
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)546
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)461
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.processTaglibDirective(IReporter, IFile, IStructuredDocument, IStructuredDocumentRegion)482
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.reportTaglibDuplicatePrefixes(IFile, IReporter, IStructuredDocument)618
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.validateELContent(ITextRegionCollection, ITextRegion, Iterator, IReporter, IFile)186
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.validateELContent(ITextRegionCollection, ITextRegion, Iterator, IReporter, IFile)176
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.validateXMLNode(ITextRegionCollection, ITextRegion, IReporter, IFile)218
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.validateXMLNode(ITextRegionCollection, ITextRegion, IReporter, IFile)208
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)360

org.eclipse.wst.validation.internal.provisional.core.IReporter.displaySubtask(IValidator, IMessage)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.doValidate(IValidationContext, IReporter)204
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.doValidate(IValidationContext, IReporter)234
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.doValidate(IValidationContext, IReporter)218
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IValidationContext, IReporter)223
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IValidationContext, IReporter)194

org.eclipse.wst.validation.internal.provisional.core.IReporter.isCancelled()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPActionValidator.performValidation(IFile, IReporter, IStructuredModel, IRegion)314
org.eclipse.jst.jsp.core.internal.validation.JSPActionValidator.validateFile(IFile, IReporter)384
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.doValidate(IValidationContext, IReporter)230
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.doValidate(IValidationContext, IReporter)199
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.JSPFileVisitor.visit(IResourceProxy)91
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.JSPFileVisitor.visit(IResourceProxy)91
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.performValidation(IFile, IReporter, IStructuredModel)387
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.performValidation(IFile, IReporter, IStructuredModel)389
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.performValidation(IFile, IReporter, IStructuredModel)391
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.performValidation(IFile, IReporter, IStructuredModel)385
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.validateFile(IFile, IReporter)441
org.eclipse.jst.jsp.core.internal.validation.JSPContentValidator.validate(IResource, int, ValidationState, IProgressMonitor)222
org.eclipse.jst.jsp.core.internal.validation.JSPContentValidator.validateFile(IFile, IReporter)247
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.performValidation(IFile, IReporter, IStructuredDocument)232
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.performValidation(IFile, IReporter, IStructuredDocument)248
org.eclipse.jst.jsp.core.internal.validation.JSPDirectiveValidator.validateFile(IFile, IReporter)668
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.performValidation(IFile, IReporter, IStructuredDocument)120
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.validateFile(IFile, IReporter)69
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.validateRegionContainer(ITextRegionCollection, IReporter, IFile)133
org.eclipse.jst.jsp.core.internal.validation.JSPELValidator.validateRegionContainer(ITextRegionCollection, IReporter, IFile)139
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)300
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.performValidation(IFile, IReporter, IStructuredModel)322
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.validateFile(IFile, IReporter)388
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.JSPFileVisitor.visit(IResourceProxy)119
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.JSPFileVisitor.visit(IResourceProxy)119
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IValidationContext, IReporter)187
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IValidationContext, IReporter)219

org.eclipse.wst.validation.internal.provisional.core.IReporter.removeAllMessages(IValidator, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.HTMLValidationReporter.clear()55
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.validateFile(IFile, IReporter)442
org.eclipse.jst.jsp.core.internal.validation.JSPContentValidator.validate(IResource, int, ValidationState, IProgressMonitor)223
org.eclipse.jst.jsp.core.internal.validation.JSPContentValidator.validateFile(IFile, IReporter)248
org.eclipse.jst.jsp.core.internal.validation.JSPJavaValidator.validateFile(IFile, IReporter)394

org.eclipse.wst.validation.internal.provisional.core.IValidationContext.getURIs()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.doValidate(IValidationContext, IReporter)195
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IValidationContext, IReporter)182

org.eclipse.wst.validation.ValidationResult.add(ValidatorMessage)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.validate(IResource, int, ValidationState, IProgressMonitor)208

org.eclipse.wst.validation.ValidationResult.getReporter(IProgressMonitor)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.validate(IResource, int, ValidationState, IProgressMonitor)490
org.eclipse.jst.jsp.core.internal.validation.JSPContentValidator.validate(IResource, int, ValidationState, IProgressMonitor)216
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IResource, int, ValidationState, IProgressMonitor)248

org.eclipse.wst.validation.ValidationResult.setDependsOn(IResource[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.2.run(IProgressMonitor)515

org.eclipse.wst.validation.ValidationResult.ValidationResult()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.JSPBatchValidator.validate(IResource, int, ValidationState, IProgressMonitor)489
org.eclipse.jst.jsp.core.internal.validation.JSPContentValidator.validate(IResource, int, ValidationState, IProgressMonitor)215
org.eclipse.jst.jsp.core.internal.validation.JSPValidator.validate(IResource, int, ValidationState, IProgressMonitor)247
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.validate(IResource, int, ValidationState, IProgressMonitor)191

org.eclipse.wst.validation.ValidatorMessage.create(String, IResource)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.validate(IResource, int, ValidationState, IProgressMonitor)205

org.eclipse.wst.validation.ValidatorMessage.setAttributes(Map)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.validate(IResource, int, ValidationState, IProgressMonitor)207

org.eclipse.wst.validation.ValidatorMessage.setType(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.jsp.core.internal.validation.TLDValidator.validate(IResource, int, ValidationState, IProgressMonitor)206

Back to reference summary for org.eclipse.jst.jsp.core

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict