|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.html.PajeTemplateWarning
Handles warnings generated by PajeTemplate when parsing
a source HTML file. Warnings are chained together, and accessed from
their preceding warning using the @link #getNextWarning} method.
| Constructor Summary | |
PajeTemplateWarning(java.lang.String message,
java.lang.String[][] attributes,
int line,
int column)
Create a new warning message. |
|
| Method Summary | |
java.lang.String[][] |
getAttributes()
Returns the attributes for the tag to which this warning relates. |
java.lang.String |
getMessage()
Returns the message relating to this warning. |
PajeTemplateWarning |
getNextWarning()
Returns the next warning message relating to this document. |
java.lang.String |
toString()
Converts the warning to a human-readable message. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PajeTemplateWarning(java.lang.String message,
java.lang.String[][] attributes,
int line,
int column)
message - the warning message.attributes - the tag being processed the the warning was detected.line - the line in the source file where the warning was detected.column - the column within the line of the source file where the
warning was detected.| Method Detail |
public java.lang.String[][] getAttributes()
PajeParser.getAttributes()public java.lang.String getMessage()
public PajeTemplateWarning getNextWarning()
public java.lang.String toString()
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||