Lines Matching refs:tr
62 <tr><th>Interface </th><th>nodeName </th><th>nodeValue </th><th>attributes</th></tr>
63 <tr><th>Attr </th><td>name of attribute </td><td>value of attribute …
64 <tr><th>CDATASection </th><td>"#cdata-section" </td><td>content of the CDATA Section </t…
65 <tr><th>Comment </th><td>"#comment" </td><td>content of the comment …
66 <tr><th>Document </th><td>"#document" </td><td>null </td><td>null</td></tr>
67 <tr><th>DocumentFragment </th><td>"#document-fragment"</td><td>null </td><td>null</td></tr>
68 <tr><th>DocumentType </th><td>document type name </td><td>null </td><td>null</td></tr>
69 <tr><th>Element </th><td>tag name </td><td>null </td><td>NamedNodeMap</td></…
70 <tr><th>Entity </th><td>entity name </td><td>null </td><td>null</td></tr>
71 <tr><th>EntityReference </th><td>name of entity referenced </td><td>null </td><td>nul…
72 <tr><th>Notation </th><td>notation name </td><td>null </td><td>null</td></tr>
73 <tr><th>ProcessingInstruction </th><td>target </td><td>entire content excluding the …
74 <tr><th>Text </th><td>"#text" </td><td>content of the text node </td><td…