|
|||||||||||
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(java.lang.String parseError,
int location)
|
XSDDiagnostic |
XSDParticleImpl.XSDNFA.checkOverlap(XSDTerm xsdComponent1,
XSDTerm xsdComponent2)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.reportConstraintViolation(java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element,
java.lang.String attributeName,
java.lang.Object[] substitutions)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkElementComplexContent(java.lang.String elementName,
java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkComplexContent(java.lang.String builtInTypeName,
java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkComplexContent(XSDComplexTypeDefinition xsdComplexTypeDefinition,
java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkAttributeTypeConstraint(java.lang.String builtInTypeName,
java.lang.String builtInAttributeName,
java.lang.String value,
java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element,
java.lang.String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkAttributeTypeConstraint(XSDComplexTypeDefinition xsdComplexTypeDefinition,
java.lang.String builtInAttributeName,
java.lang.String value,
java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element,
java.lang.String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkBuiltInTypeConstraint(java.lang.String builtInTypeName,
java.lang.String value,
java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element,
java.lang.String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.checkSimpleTypeConstraint(XSDSimpleTypeDefinition xsdTypeDefinition,
java.lang.String value,
java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element,
java.lang.String attributeName,
boolean isRequired)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createRequiredAttributeDiagnostic(java.lang.String part,
java.lang.String anchor,
org.w3c.dom.Element element,
java.lang.String attributeName)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
java.lang.String key)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
java.lang.String key,
java.lang.Object s1)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
java.lang.String key,
java.lang.Object s1,
java.lang.Object s2)
|
protected XSDDiagnostic |
XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity,
java.lang.String key,
java.lang.Object s1,
java.lang.Object s2,
java.lang.Object s3)
|
XSDDiagnostic |
XSDFactoryImpl.createXSDDiagnostic()
|
Methods in org.eclipse.xsd.impl with parameters of type XSDDiagnostic | |
protected static java.lang.String |
XSDConcreteComponentImpl.populateDiagnostic(XSDDiagnostic xsdDiagnostic,
java.lang.String key,
java.lang.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 | |
java.lang.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 |