src/java.desktop/share/classes/javax/imageio/metadata/doc-files/png_metadata.html
author aivanov
Wed, 25 Sep 2019 22:45:43 +0100
changeset 58595 fa9f28a0e175
parent 50358 1ba28f0dbc33
permissions -rw-r--r--
8231144: Wrap contents of plain HTML files into contentContainer Reviewed-by: prr, serb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     1
<!doctype html>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     2
<html lang="en">
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
<head>
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     4
  <meta charset="utf-8"/>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     5
  <title>PNG Metadata Format Specification</title>
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
     6
</head>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
<!--
58595
fa9f28a0e175 8231144: Wrap contents of plain HTML files into contentContainer
aivanov
parents: 50358
diff changeset
     8
Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    13
published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    15
by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
5551
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    27
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    28
or visit www.oracle.com if you need additional information or have any
327690766109 6956202: Fix a few missed rebranding issues, please contact lines etc.
ohair
parents: 5506
diff changeset
    29
questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    32
<body>
50358
1ba28f0dbc33 8199150: Accessibility issues in java.desktop
serb
parents: 48264
diff changeset
    33
<main role="main">
58595
fa9f28a0e175 8231144: Wrap contents of plain HTML files into contentContainer
aivanov
parents: 50358
diff changeset
    34
<div class="contentContainer">
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    35
<h1>PNG Metadata Format Specification</h1>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
The PNG native format encodes the complete contents of a PNG file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
chunk by chunk, except for the IDAT chunks that contain the actual
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
image data.  Chunks that are not defined in the PNG 1.2 specification
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
are stored under the <code>UnknownChunks</code> element.  Note that it
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
is the responsibility of application software to implement the rules
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
for PNG readers, writers, and editors (<i>e.g.</i>, the rules
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
concerning unsafe-to-copy chunks) described in the PNG specification.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
The Image I/O library is not, in and of itself, a PNG reader, writer,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
or editor in the sense of the specification.  Rather, it is a tool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
that may be used to build PNG readers, writers, and editors.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
The image's actual width, height, bit depth, and color type will
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
override any values passed to the writer via metadata, with one
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
exception.  If the image has an <code>IndexColorModel</code>, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
color table entries will be checked to determine if they form a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
uniform grayscale ramp. If so, the image will normally be encoded
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
using as grayscale instead of palette color.  However, if the color
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
type set in the metadata is "Palette", palette color will be used.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
<p>
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    61
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
If no metadata is supplied when encoding an image, the header is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
initialized from the image being encoded, and no optional chunks are
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
included.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
The semantics of the standard chunks are described in the <A
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
HREF="http://www.libpng.org/pub/png/spec/">PNG specification</A>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
Note that there are some restrictions on which chunks may appear
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
for each color type. In particular,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
<ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
  <li>A <code>PLTE</code> chunk may not appear in a <code>Gray</code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
or <code>GrayAlpha</code> image
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
  <li><code>hIST</code> and <code>tRNS</code> chunks require a prior
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
<code>PLTE</code> chunk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
  <li>A <code>tRNS</code> chunk may not appear in
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
<code>GrayAlpha</code> and <code>RGBA</code> images
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
</ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
The child nodes of the <code>bKGD</code>, <code>sBIT</code>, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
<code>tRNS</code> chunks must match the image's color type.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
    87
<p>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
Certain chunks may meaningfully appear multiple times in a PNG file,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
in particular the text-related chunks.  In order to simplify the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
metadata format, multiple instances of these chunks are consolidated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
under a single parent node (<i>e.g.</i>, the <code>tEXt</code> node),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
which may have zero or more children (<i>e.g.</i>,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
<code>tEXtEntry</code> nodes).  If no children are present, no chunk
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
will be written.  Similarly, unknown chunks are stored as children of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
a single <code>UnknownChunks</code> node.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
It is not possible to control the ordering of the chunks as they are
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
written, or to determine the order of the chunks in a file being read.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
<pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
&lt;!DOCTYPE "javax_imageio_png_1.0" [
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   106
  &lt;!ELEMENT "javax_imageio_png_1.0" (IHDR?, PLTE?, bKGD?, cHRM?,
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   107
    gAMA?, hIST?, iCCP?, iTXt?, pHYS?, sBIT?, sPLT?, sRGB?, tEXt?,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
    tIME?, tRNS?, zTXt?, UnknownChunks?)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
    &lt;!ELEMENT "IHDR" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
      &lt;!-- The IHDR chunk, containing the header --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
      &lt;!ATTLIST "IHDR" "width" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
        &lt;!-- The width of the image in pixels --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
      &lt;!ATTLIST "IHDR" "height" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        &lt;!-- The height of the image in pixels --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
      &lt;!ATTLIST "IHDR" "bitDepth" ("1" | "2" | "4" | "8" | "16")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
         #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
        &lt;!-- The bit depth of the image samples --&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   125
      &lt;!ATTLIST "IHDR" "colorType" ("Grayscale" | "RGB" | "Palette" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
        "GrayAlpha" | "RGBAlpha") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
        &lt;!-- The color type of the image --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
      &lt;!ATTLIST "IHDR" "compressionMethod" ("deflate") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
        &lt;!-- The compression used for image data, always "deflate" --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
      &lt;!ATTLIST "IHDR" "filterMethod" ("adaptive") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        &lt;!-- The filtering method used for compression, always "adaptive" --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
      &lt;!ATTLIST "IHDR" "interlaceMethod" ("none" | "adam7") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
        &lt;!-- The interlacing method, "none" or "adam7" --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
    &lt;!ELEMENT "PLTE" (PLTEEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
      &lt;!-- The PLTE chunk, containing the palette --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
      &lt;!-- Max children: 256 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
      &lt;!ELEMENT "PLTEEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        &lt;!-- A palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
        &lt;!ATTLIST "PLTEEntry" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
          &lt;!-- The index of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
        &lt;!ATTLIST "PLTEEntry" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
          &lt;!-- The red value of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
        &lt;!ATTLIST "PLTEEntry" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
          &lt;!-- The green value of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
        &lt;!ATTLIST "PLTEEntry" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
          &lt;!-- The blue value of a palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
    &lt;!ELEMENT "bKGD" (bKGD_Grayscale | bKGD_RGB | bKGD_Palette)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
      &lt;!-- The bKGD chunk, containing the background color --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
      &lt;!ELEMENT "bKGD_Grayscale" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
        &lt;!-- A grayscale background color, for Gray and GrayAlpha images --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
        &lt;!ATTLIST "bKGD_Grayscale" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
          &lt;!-- A gray value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
      &lt;!ELEMENT "bKGD_RGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
        &lt;!-- An RGB background color, for RGB and RGBAlpha images --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
        &lt;!ATTLIST "bKGD_RGB" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
          &lt;!-- A red value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
        &lt;!ATTLIST "bKGD_RGB" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
          &lt;!-- A green value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
        &lt;!ATTLIST "bKGD_RGB" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
          &lt;!-- A blue value to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
      &lt;!ELEMENT "bKGD_Palette" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
        &lt;!-- A background palette index --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
        &lt;!ATTLIST "bKGD_Palette" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
          &lt;!-- A palette index to be used as a background --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
    &lt;!ELEMENT "cHRM" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
      &lt;!-- The cHRM chunk, containing color calibration --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
      &lt;!ATTLIST "cHRM" "whitePointX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
        &lt;!-- The CIE x coordinate of the white point, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
      &lt;!ATTLIST "cHRM" "whitePointY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
        &lt;!-- The CIE y coordinate of the white point, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
      &lt;!ATTLIST "cHRM" "redX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
        &lt;!-- The CIE x coordinate of the red primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
      &lt;!ATTLIST "cHRM" "redY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
        &lt;!-- The CIE y coordinate of the red primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
      &lt;!ATTLIST "cHRM" "greenX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
        &lt;!-- The CIE x coordinate of the green primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
      &lt;!ATTLIST "cHRM" "greenY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
        &lt;!-- The CIE y coordinate of the green primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
      &lt;!ATTLIST "cHRM" "blueX" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
        &lt;!-- The CIE x coordinate of the blue primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
      &lt;!ATTLIST "cHRM" "blueY" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
        &lt;!-- The CIE y coordinate of the blue primary, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
    &lt;!ELEMENT "gAMA" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
      &lt;!-- The gAMA chunk, containing the image gamma --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
      &lt;!ATTLIST "gAMA" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
        &lt;!-- The image gamma, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
    &lt;!ELEMENT "hIST" (hISTEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
      &lt;!-- The hIST chunk, containing histogram information  --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
      &lt;!-- Max children: 256 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
      &lt;!ELEMENT "hISTEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
        &lt;!-- A histogram entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
        &lt;!ATTLIST "hISTEntry" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
          &lt;!-- The palette index of this histogram entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
        &lt;!ATTLIST "hISTEntry" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
          &lt;!-- The frequency of this histogram entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
    &lt;!ELEMENT "iCCP" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
      &lt;!-- The iCCP chunk, containing an ICC color profile --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
      &lt;!-- User object: array of byte --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
      &lt;!-- Min length: 0 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
      &lt;!-- Max length: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
      &lt;!ATTLIST "iCCP" "profileName" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
        &lt;!-- The name of this ICC profile --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
        &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
      &lt;!ATTLIST "iCCP" "compressionMethod" ("deflate") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
        &lt;!-- The compression method used to store this ICC profile --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
    &lt;!ELEMENT "iTXt" (iTXtEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
      &lt;!-- The iTXt chunk, containing internationalized text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
      &lt;!ELEMENT "iTXtEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
        &lt;!-- A localized text entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
        &lt;!ATTLIST "iTXtEntry" "keyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
          &lt;!-- The keyword --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
        &lt;!ATTLIST "iTXtEntry" "compressionFlag" ("TRUE" | "FALSE")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
           #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
        &lt;!ATTLIST "iTXtEntry" "compressionMethod" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
          &lt;!-- The compression method used to store this iTXt entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
        &lt;!ATTLIST "iTXtEntry" "languageTag" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
          &lt;!-- The ISO tag describing the language this iTXt entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
        &lt;!ATTLIST "iTXtEntry" "translatedKeyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
          &lt;!-- The translated keyword for iTXt entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
        &lt;!ATTLIST "iTXtEntry" "text" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
          &lt;!-- The localized text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
    &lt;!ELEMENT "pHYS" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
      &lt;!-- The pHYS chunk, containing the pixel size and aspect ratio --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
      &lt;!ATTLIST "pHYS" "pixelsPerUnitXAxis" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
        &lt;!-- The number of horizontal pixels per unit, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
      &lt;!ATTLIST "pHYS" "pixelsPerUnitYAxis" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
        &lt;!-- The number of vertical pixels per unit, multiplied by 1e5 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
        &lt;!-- Max value: 2147483647 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
      &lt;!ATTLIST "pHYS" "unitSpecifier" ("unknown" | "meter") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
        &lt;!-- The unit specifier for this chunk (i.e., meters) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   320
    &lt;!ELEMENT "sBIT" (sBIT_Grayscale | sBIT_GrayAlpha | sBIT_RGB |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
      sBIT_RGBAlpha | sBIT_Palette)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
      &lt;!-- The sBIT chunk, containing significant bit information --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
      &lt;!ELEMENT "sBIT_Grayscale" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
        &lt;!-- Significant bit information for gray samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
        &lt;!ATTLIST "sBIT_Grayscale" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
          &lt;!-- The number of significant bits of the gray samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
      &lt;!ELEMENT "sBIT_GrayAlpha" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
        &lt;!-- Significant bit information for gray and alpha samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
        &lt;!ATTLIST "sBIT_GrayAlpha" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
          &lt;!-- The number of significant bits of the gray samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
        &lt;!ATTLIST "sBIT_GrayAlpha" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
          &lt;!-- The number of significant bits of the alpha samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
      &lt;!ELEMENT "sBIT_RGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
        &lt;!-- Significant bit information for RGB samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
        &lt;!ATTLIST "sBIT_RGB" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
          &lt;!-- The number of significant bits of the red samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
        &lt;!ATTLIST "sBIT_RGB" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
          &lt;!-- The number of significant bits of the green samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
        &lt;!ATTLIST "sBIT_RGB" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
          &lt;!-- The number of significant bits of the blue samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
      &lt;!ELEMENT "sBIT_RGBAlpha" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
        &lt;!-- Significant bit information for RGBA samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
        &lt;!ATTLIST "sBIT_RGBAlpha" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
          &lt;!-- The number of significant bits of the red samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
        &lt;!ATTLIST "sBIT_RGBAlpha" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
          &lt;!-- The number of significant bits of the green samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
        &lt;!ATTLIST "sBIT_RGBAlpha" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
          &lt;!-- The number of significant bits of the blue samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
        &lt;!ATTLIST "sBIT_RGBAlpha" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
          &lt;!-- The number of significant bits of the alpha samples --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
      &lt;!ELEMENT "sBIT_Palette" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
        &lt;!-- Significant bit information for RGB palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
        &lt;!ATTLIST "sBIT_Palette" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
          &lt;!-- The number of significant bits of the red palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
        &lt;!ATTLIST "sBIT_Palette" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
          &lt;!-- The number of significant bits of the green palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
        &lt;!ATTLIST "sBIT_Palette" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
          &lt;!-- The number of significant bits of the blue palette entries --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
    &lt;!ELEMENT "sPLT" (sPLTEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
      &lt;!-- The sPLT chunk, containing a suggested palette --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
      &lt;!-- Max children: 256 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
      &lt;!ELEMENT "sPLTEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
        &lt;!-- A suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
        &lt;!ATTLIST "sPLTEntry" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
          &lt;!-- The index of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
        &lt;!ATTLIST "sPLTEntry" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
          &lt;!-- The red value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
        &lt;!ATTLIST "sPLTEntry" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
          &lt;!-- The green value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
        &lt;!ATTLIST "sPLTEntry" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
          &lt;!-- The blue value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
        &lt;!ATTLIST "sPLTEntry" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
          &lt;!-- The blue value of a suggested palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
    &lt;!ELEMENT "sRGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
      &lt;!-- The sRGB chunk, containing rendering intent information --&gt;
48264
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   439
      &lt;!ATTLIST "sRGB" "renderingIntent" ("Perceptual" |
efda6932a433 8182410: missing 'title' in api/javax/swing/plaf/synth/doc-files/componentProperties.html
serb
parents: 47216
diff changeset
   440
        "Relative colorimetric" | "Saturation" |
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
        "Absolute colorimetric") #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
        &lt;!-- The rendering intent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
    &lt;!ELEMENT "tEXt" (tEXtEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
      &lt;!-- The tEXt chunk, containing text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
      &lt;!ELEMENT "tEXtEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
        &lt;!-- A text entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
        &lt;!ATTLIST "tEXtEntry" "keyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
          &lt;!-- The keyword --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
        &lt;!ATTLIST "tEXtEntry" "value" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
          &lt;!-- The text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
    &lt;!ELEMENT "tIME" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
      &lt;!-- The tIME chunk, containing the image modification time --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
      &lt;!ATTLIST "tIME" "year" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
        &lt;!-- The year when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
        &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
      &lt;!ATTLIST "tIME" "month" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
        &lt;!-- The month when the image was last modified, 1 = January --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
        &lt;!-- Max value: 12 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
      &lt;!ATTLIST "tIME" "day" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
        &lt;!-- The day of the month when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
        &lt;!-- Min value: 1 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
        &lt;!-- Max value: 31 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
      &lt;!ATTLIST "tIME" "hour" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
        &lt;!-- The hour when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
        &lt;!-- Max value: 23 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
      &lt;!ATTLIST "tIME" "minute" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
        &lt;!-- The minute when the image was last modified --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
        &lt;!-- Max value: 59 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
      &lt;!ATTLIST "tIME" "second" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
        &lt;!-- The second when the image was last modified, 60 = leap second --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
        &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
        &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
        &lt;!-- Max value: 60 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
    &lt;!ELEMENT "tRNS" (tRNS_Grayscale | tRNS_RGB | tRNS_Palette)&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
      &lt;!-- The tRNS chunk, containing transparency information --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
      &lt;!ELEMENT "tRNS_Grayscale" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
        &lt;!-- A grayscale value that should be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
        &lt;!ATTLIST "tRNS_Grayscale" "gray" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
          &lt;!-- The gray value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
      &lt;!ELEMENT "tRNS_RGB" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
        &lt;!-- An RGB value that should be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
        &lt;!ATTLIST "tRNS_RGB" "red" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
          &lt;!-- The red value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
        &lt;!ATTLIST "tRNS_RGB" "green" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
          &lt;!-- The green value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
        &lt;!ATTLIST "tRNS_RGB" "blue" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
          &lt;!-- The blure value to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
          &lt;!-- Max value: 65535 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
      &lt;!ELEMENT "tRNS_Palette" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
        &lt;!-- A palette index that should be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
        &lt;!ATTLIST "tRNS_Palette" "index" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
          &lt;!-- A palette index to be considered transparent --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
        &lt;!ATTLIST "tRNS_Palette" "alpha" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
          &lt;!-- The transparency associated with the palette entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
          &lt;!-- Data type: Integer --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
          &lt;!-- Min value: 0 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
          &lt;!-- Max value: 255 (inclusive) --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
    &lt;!ELEMENT "zTXt" (zTXtEntry)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
      &lt;!-- The zTXt chunk, containing compressed text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
      &lt;!ELEMENT "zTXtEntry" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
        &lt;!-- A compressed text entry --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
        &lt;!-- User object: array of byte --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
        &lt;!-- Min length: 0 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
        &lt;!-- Max length: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
        &lt;!ATTLIST "zTXtEntry" "keyword" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
          &lt;!-- The keyword --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
        &lt;!ATTLIST "zTXtEntry" "compressionMethod" ("deflate")
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
           #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
          &lt;!-- The compressed text --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
    &lt;!ELEMENT "UnknownChunks" (UnknownChunk)*&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
      &lt;!-- A set of unknown chunks --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
      &lt;!-- Min children: 1 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
      &lt;!-- Max children: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
      &lt;!ELEMENT "UnknownChunk" EMPTY&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
        &lt;!-- Unknown chunk data stored as a byte array --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
        &lt;!-- User object: array of byte --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
        &lt;!-- Min length: 0 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
        &lt;!-- Max length: 2147483647 --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
        &lt;!ATTLIST "UnknownChunk" "type" #CDATA #REQUIRED&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
          &lt;!-- The 4-character type of the unknown chunk --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
          &lt;!-- Data type: String --&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
]&gt;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
</pre>
58595
fa9f28a0e175 8231144: Wrap contents of plain HTML files into contentContainer
aivanov
parents: 50358
diff changeset
   565
</div>
50358
1ba28f0dbc33 8199150: Accessibility issues in java.desktop
serb
parents: 48264
diff changeset
   566
</main>
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
</html>