jdk/src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java
changeset 32865 f9cb6e427f9e
parent 28059 e576535359cc
child 45025 9ad3afa82b5e
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
  1883      * access to the document is not already ensured by
  1883      * access to the document is not already ensured by
  1884      * the context under which the iterator is being used,
  1884      * the context under which the iterator is being used,
  1885      * its use should be performed under the protection of
  1885      * its use should be performed under the protection of
  1886      * Document.render.
  1886      * Document.render.
  1887      */
  1887      */
  1888     public static abstract class Iterator {
  1888     public abstract static class Iterator {
  1889 
  1889 
  1890         /**
  1890         /**
  1891          * Return the attributes for this tag.
  1891          * Return the attributes for this tag.
  1892          * @return the <code>AttributeSet</code> for this tag, or
  1892          * @return the <code>AttributeSet</code> for this tag, or
  1893          *      <code>null</code> if none can be found
  1893          *      <code>null</code> if none can be found