Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/org/apache/xerces/dom/NodeImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ else if (current==thisNode) {
* <p>The string returned is made of the text content of this node
* depending on its type, as defined below:</p>
*
* <table border='1'>
* <table role="presentation" border='1'>
* <tr>
* <th>Node type</th>
* <th>Content</th>
Expand Down Expand Up @@ -1412,7 +1412,7 @@ void getTextContent(StringBuffer buf) throws DOMException {
* <p>The string returned is made of the text content of this node
* depending on its type, as defined below:</p>
*
* <table border='1'>
* <table role="presentation" border='1'>
* <tr>
* <th>Node type</th>
* <th>Content</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public XMLGregorianCalendar newXMLGregorianCalendar(final String lexicalRepresen
/**
* <p>Create an <code>XMLGregorianCalendar</code> from a {@link GregorianCalendar}.</p>
*
* <table border="1" rules="all" cellpadding="2">
* <table role="presentation" border="1" rules="all" cellpadding="2">
* <thead>
* <tr>
* <th style="text-align: center;" colspan="2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* </p>
*
* <a name="datetimefieldsmapping"></a>
* <table border="1">
* <table role="presentation" border="1">
* <caption>Mappings between XML Schema 1.0 datetime fields and XMLGregorianCalendar accessors</caption>
* <thead>
* <tr>
Expand Down Expand Up @@ -641,7 +641,7 @@ private XMLGregorianCalendarImpl(
* <p>Convert a <code>java.util.GregorianCalendar</code> to XML Schema 1.0
* representation.</p>
*
* <table border="1">
* <table role="presentation" border="1">
* <thead>
* <tr>
* <th colspan="2">
Expand Down Expand Up @@ -1818,7 +1818,7 @@ else if (typekind == DatatypeConstants.GMONTHDAY) {
* <p>Return the name of the XML Schema date/time type that this instance
* maps to. Type is computed based on fields that are set.</p>
*
* <table border="1">
* <table role="presentation" border="1">
* <thead>
* <tr>
* <th colspan="7">
Expand Down Expand Up @@ -2387,7 +2387,7 @@ private static int maximumDayInMonthFor(int year, int month) {
* instance, see
* {@link #toGregorianCalendar(TimeZone, Locale, XMLGregorianCalendar)}.</p>
*
* <table border="1">
* <table role="presentation" border="1">
* <thead>
* <tr>
* <th colspan="2">
Expand Down
2 changes: 1 addition & 1 deletion src/org/apache/xerces/util/EncodingMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* <strong>must</strong> be the IANA encoding names specified or one of the aliases for
* those names which IANA defines.
*
* <table>
* <table role="presentation">
* <caption>Mapping between IANA encoding names and Java encoding names</caption>
* <tr>
* <td>
Expand Down
2 changes: 1 addition & 1 deletion src/org/apache/xerces/xs/datatypes/XSDateTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* marks whether a particular method is defined for a particular type. Accessing undefined
* methods may return unexpected values.
*
* <table border="1">
* <table role="presentation" border="1">
* <tr>
* <td> XML Schema Datatype </td>
* <td> getYears() </td>
Expand Down
4 changes: 2 additions & 2 deletions src/org/apache/xerces/xs/datatypes/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
The table below gives the data type to applicable interface mapping:
<BR>
<BR>
<TABLE border="1">
<TABLE role="presentation" border="1">
<TBODY>
<TR>
<TD style="width: 332px; text-align: center;">XML Schema Data Type</TD>
Expand Down Expand Up @@ -224,7 +224,7 @@

<P><BR>
</P>
<TABLE border="1">
<TABLE role="presentation" border="1">
<TBODY>
<TR>
<TD style="width: 308px; text-align: center;">XML Schema Data Type</TD>
Expand Down