|
Java example source code file (TextNotAllowed.out)
This example Java source code file (TextNotAllowed.out) is included in the alvinalexander.com
"Java Source Code
Warehouse" project. The intent of this project is to help you "Learn
Java by Example" TM.
Learn more about this Java project at its project page.
The TextNotAllowed.out Java example source code
TextNotAllowed.java:11: error: text not allowed in <dl> element
* <dl> abc term def description ghi
^
TextNotAllowed.java:11: error: text not allowed in <dl> element
* <dl> abc term def description ghi
^
TextNotAllowed.java:11: error: text not allowed in <dl> element
* <dl> abc term def description ghi
^
TextNotAllowed.java:12: error: text not allowed in <ol> element
* <ol> abc item def item ghi
^
TextNotAllowed.java:12: error: text not allowed in <ol> element
* <ol> abc item def item ghi
^
TextNotAllowed.java:12: error: text not allowed in <ol> element
* <ol> abc item def item ghi
^
TextNotAllowed.java:13: error: text not allowed in <ul> element
* <ul> abc item def item ghi
^
TextNotAllowed.java:13: error: text not allowed in <ul> element
* <ul> abc item def item ghi
^
TextNotAllowed.java:13: error: text not allowed in <ul> element
* <ul> abc item def item ghi
^
TextNotAllowed.java:15: error: text not allowed in <table> element
* <table summary=description> abc |
^
TextNotAllowed.java:16: error: text not allowed in <thead> element
* <table summary=description>
abc
^
TextNotAllowed.java:17: error: text not allowed in <tbody> element
* <table summary=description>
abc
^
TextNotAllowed.java:18: error: text not allowed in <tfoot> element
* <table summary=description>
abc
^
TextNotAllowed.java:19: error: text not allowed in <tr> element
* <table summary=description>
abc
^
TextNotAllowed.java:21: error: text not allowed in <dl> element
* <dl> &
term <
description >
^
TextNotAllowed.java:21: error: text not allowed in <dl> element
* <dl> &
term <
description >
^
TextNotAllowed.java:21: error: text not allowed in <dl> element
* <dl> &
term <
description >
^
TextNotAllowed.java:22: error: text not allowed in <ol> element
* <ol> &
item <
item >
^
TextNotAllowed.java:22: error: text not allowed in <ol> element
* <ol> &
item <
item >
^
TextNotAllowed.java:22: error: text not allowed in <ol> element
* <ol> &
item <
item >
^
TextNotAllowed.java:23: error: text not allowed in <ul> element
* <ul> &
item <
item >
^
TextNotAllowed.java:23: error: text not allowed in <ul> element
* <ul> &
item <
item >
^
TextNotAllowed.java:23: error: text not allowed in <ul> element
* <ul> &
item <
item >
^
TextNotAllowed.java:25: error: text not allowed in <table> element
* <table summary=description> &
^
TextNotAllowed.java:26: error: text not allowed in <thead> element
* <table summary=description>
&
^
TextNotAllowed.java:27: error: text not allowed in <tbody> element
* <table summary=description>
&
^
TextNotAllowed.java:28: error: text not allowed in <tfoot> element
* <table summary=description>
&
^
TextNotAllowed.java:29: error: text not allowed in <tr> element
* <table summary=description>
&
^
28 errors
Other Java examples (source code examples)
Here is a short list of links related to this Java TextNotAllowed.out source code file: