|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProblem
Describe a parsing problem This interface is not intended to be implemented by clients
Field Summary | |
---|---|
static int |
DeprecatedAttribute
Use of an attribute that has been deprecated. |
static int |
DeprecatedTag
Use of the tag has been deprecated. |
static int |
DuplicateAttribute
Represent a duplicate attribute in an XML Tag; |
static int |
DuplicateXMLNamespacePrefix
Error Id for taglib directive that defines a prefix defined by a preceding taglib directive |
static int |
EndDirectiveOutOfContext
A <%%@ end %> directive was found other than after a <%%@ include fail="alternative" %> and <%%@ start %> directive. |
static int |
JETException
An underlying JETException was thrown by the JET parser |
static int |
MissingEndDirective
An <%%@ include fail="alternative" %> directive has a <%%@ start %> directive, but no <%%@ end %> directive. |
static int |
MissingFile
An %@include directive could not resolve a referenced file. |
static int |
MissingIncludeAlternative
An <%%@ include fail="alternative" %> directive has not <%%@ start %> and <%%@ end %> directives. |
static int |
MissingRequiredAttribute
Error Id for an XML tag or JET directive that is missing a required attribute |
static int |
MissingXmlEndTag
Error Id for an XML start tag that has no corresponding end tag. |
static int |
MissingXmlStartTag
Error Id for an XML end tag that has no corresponding start tag. |
static int |
MultipleTemplatesWithSameJavaClass
Two templates specify that they compile to the same Java Class |
static int |
StartDirectiveOutOfContext
A <%%@ start %> directive was found other than after a <%%@ include fail="alternative" %> directive. |
static int |
TagCannotBeEmpty
Tag must have content - the tag must be of the form <tagName>xxx</tagName>. |
static int |
TagCannotHaveContent
Tag may not have a body - the tag must be of the form <tagName/>. |
static int |
TagInterpretedAsEmptyTag
A tag this is declared as an 'emptyTag' occured as <tag ... |
static int |
UnknownAttributeInTag
Error Id for an attribute that is not defined in the tag definition |
static int |
UnknownTagLibrary
Error Id for taglib directive that defines references an unknown tag library id |
static int |
UnknownXMLTag
A tag that has a known tag library prefix, but is not a recognized name. |
static int |
UnsupportedDirective
Unsupported Directive. |
static int |
UnterminatedXMLTag
Represent an unterminated XML Tag |
Field Detail |
---|
static final int MissingXmlStartTag
static final int MissingXmlEndTag
static final int MissingRequiredAttribute
static final int DuplicateXMLNamespacePrefix
static final int UnknownTagLibrary
static final int UnknownAttributeInTag
static final int UnterminatedXMLTag
static final int DuplicateAttribute
static final int JETException
static final int MultipleTemplatesWithSameJavaClass
static final int DeprecatedAttribute
static final int TagCannotHaveContent
static final int TagCannotBeEmpty
static final int DeprecatedTag
static final int UnsupportedDirective
static final int UnknownXMLTag
static final int TagInterpretedAsEmptyTag
static final int MissingFile
static final int StartDirectiveOutOfContext
static final int EndDirectiveOutOfContext
static final int MissingEndDirective
static final int MissingIncludeAlternative
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |