|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDDiagnostic | |
org.eclipse.xsd | This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix. |
org.eclipse.xsd.impl | This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. |
org.eclipse.xsd.presentation | |
org.eclipse.xsd.util | This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. |
Uses of XSDDiagnostic in org.eclipse.xsd |
Methods in org.eclipse.xsd that return XSDDiagnostic | |
XSDDiagnostic |
XSDFactory.createXSDDiagnostic()
Returns a new object of class 'Diagnostic' |
Uses of XSDDiagnostic in org.eclipse.xsd.impl |
Classes in org.eclipse.xsd.impl that implement XSDDiagnostic | |
class |
XSDDiagnosticImpl
An implementation of the model object 'Diagnostic' |
Methods in org.eclipse.xsd.impl that return XSDDiagnostic | |
protected XSDDiagnostic |
XSDPatternFacetImpl.createPatternDiagnostic(String parseError,
int location)
|
XSDDiagnostic |
XSDFactoryImpl.createXSDDiagnostic()
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.reportConstraintViolation(String part,
String anchor,
Element element,
String attributeName,
Object[] substitutions)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkElementComplexContent(String elementName,
String part,
String anchor,
Element element)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkComplexContent(String builtInTypeName,
String part,
String anchor,
Element element)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkComplexContent(XSDComplexTypeDefinition xsdComplexTypeDefinition,
String part,
String anchor,
Element element)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkAttributeTypeConstraint(String builtInTypeName,
String builtInAttributeName,
String value,
String part,
String anchor,
Element element,
String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkAttributeTypeConstraint(XSDComplexTypeDefinition xsdComplexTypeDefinition,
String builtInAttributeName,
String value,
String part,
String anchor,
Element element,
String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkBuiltInTypeConstraint(String builtInTypeName,
String value,
String part,
String anchor,
Element element,
String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkSimpleTypeConstraint(XSDSimpleTypeDefinition xsdTypeDefinition,
String value,
String part,
String anchor,
Element element,
String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createRequiredAttributeDiagnostic(String part,
String anchor,
Element element,
String attributeName)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
String key)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
String key,
Object s1)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
String key,
Object s1,
Object s2)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
String key,
Object s1,
Object s2,
Object s3)
|
XSDDiagnostic |
XSDParticleImpl.XSDNFA.checkOverlap(XSDTerm xsdComponent1,
XSDTerm xsdComponent2)
|
Methods in org.eclipse.xsd.impl with parameters of type XSDDiagnostic | |
protected static String |
XSDConcreteComponentImpl.populateDiagnostic(XSDDiagnostic xsdDiagnostic,
String key,
Object[] substitutions)
|
protected void |
XSDConcreteComponentImpl.adoptDiagnostic(XSDDiagnostic xsdDiagnostic)
|
protected void |
XSDConcreteComponentImpl.orphanDiagnostic(XSDDiagnostic xsdDiagnostic)
|
Uses of XSDDiagnostic in org.eclipse.xsd.presentation |
Methods in org.eclipse.xsd.presentation with parameters of type XSDDiagnostic | |
protected void |
XSDEditor.initializeMarkerPosition(IMarker marker,
XSDDiagnostic xsdDiagnostic)
|
Uses of XSDDiagnostic in org.eclipse.xsd.util |
Methods in org.eclipse.xsd.util with parameters of type XSDDiagnostic | |
Object |
XSDSwitch.caseXSDDiagnostic(XSDDiagnostic object)
Returns the result of interpretting the object as an instance of 'Diagnostic' |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |