Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.
javax.swing.text.html

Class MinimalHTMLWriter


  • public class MinimalHTMLWriter
    extends AbstractWriter
    MinimalHTMLWriter is a fallback writer used by the HTMLEditorKit to write out HTML for a document that is a not produced by the EditorKit. The format for the document is:
     <html>
       <head>
         <style>
            <!-- list of named styles
             p.normal {
                font-family: SansSerif;
                margin-height: 0;
                font-size: 14
             }
            -->
          </style>
       </head>
       <body>
        <p style=normal>
            Bold, italic, and underline attributes
            of the run are emitted as HTML tags.
            The remaining attributes are emitted as
            part of the style attribute of a <span> tag.
            The syntax is similar to inline styles.
        </p>
       </body>
     </html>
     
    • Constructor Detail

      • MinimalHTMLWriter

        public MinimalHTMLWriter(Writer w,
                         StyledDocument doc)
        Creates a new MinimalHTMLWriter.
        Parameters:
        w - Writer
        doc - StyledDocument
      • MinimalHTMLWriter

        public MinimalHTMLWriter(Writer w,
                         StyledDocument doc,
                         int pos,
                         int len)
        Creates a new MinimalHTMLWriter.
        Parameters:
        w - Writer
        doc - StyledDocument
        pos - The location in the document to fetch the content.
        len - The amount to write out.
    • Method Detail

      • writeAttributes

        protected void writeAttributes(AttributeSet attr)
                                throws IOException
        Writes out all the attributes for the following types: StyleConstants.ParagraphConstants, StyleConstants.CharacterConstants, StyleConstants.FontConstants, StyleConstants.ColorConstants. The attribute name and value are separated by a colon. Each pair is separated by a semicolon.
        Overrides:
        writeAttributes in class AbstractWriter
        Parameters:
        attr - an AttributeSet.
        Throws:
        IOException - on any I/O error
      • writeStartTag

        protected void writeStartTag(String tag)
                              throws IOException
        Writes out a start tag appropriately indented. Also increments the indent level.
        Throws:
        IOException - on any I/O error
      • writeEndTag

        protected void writeEndTag(String endTag)
                            throws IOException
        Writes out an end tag appropriately indented. Also decrements the indent level.
        Throws:
        IOException - on any I/O error
      • writeHeader

        protected void writeHeader()
                            throws IOException
        Writes out the <head> and <style> tags, and then invokes writeStyles() to write out all the named styles as the content of the <style> tag. The content is surrounded by valid HTML comment markers to ensure that the document is viewable in applications/browsers that do not support the tag.
        Throws:
        IOException - on any I/O error
      • writeStyles

        protected void writeStyles()
                            throws IOException
        Writes out all the named styles as the content of the <style> tag.
        Throws:
        IOException - on any I/O error
      • writeBody

        protected void writeBody()
                          throws IOException,
                                 BadLocationException
        Iterates over the elements in the document and processes elements based on whether they are branch elements or leaf elements. This method specially handles leaf elements that are text.
        Throws:
        IOException - on any I/O error
        BadLocationException
      • writeEndParagraph

        protected void writeEndParagraph()
                                  throws IOException
        Emits an end tag for a <p> tag. Before writing out the tag, this method ensures that all other tags that have been opened are appropriately closed off.
        Throws:
        IOException - on any I/O error
      • writeStartParagraph

        protected void writeStartParagraph(Element elem)
                                    throws IOException
        Emits the start tag for a paragraph. If the paragraph has a named style associated with it, then this method also generates a class attribute for the <p> tag and sets its value to be the name of the style.
        Throws:
        IOException - on any I/O error
      • writeLeaf

        protected void writeLeaf(Element elem)
                          throws IOException
        Responsible for writing out other non-text leaf elements.
        Throws:
        IOException - on any I/O error
      • writeImage

        protected void writeImage(Element elem)
                           throws IOException
        Responsible for handling Icon Elements; deliberately unimplemented. How to implement this method is an issue of policy. For example, if you're generating an <img> tag, how should you represent the src attribute (the location of the image)? In certain cases it could be a URL, in others it could be read from a stream.
        Parameters:
        elem - element of type StyleConstants.IconElementName
        Throws:
        IOException
      • writeComponent

        protected void writeComponent(Element elem)
                               throws IOException
        Responsible for handling Component Elements; deliberately unimplemented. How this method is implemented is a matter of policy.
        Throws:
        IOException
      • isText

        protected boolean isText(Element elem)
        Returns true if the element is a text element.
      • writeHTMLTags

        protected void writeHTMLTags(AttributeSet attr)
                              throws IOException
        Generates bold <b>, italic <i>, and <u> tags for the text based on its attribute settings.
        Throws:
        IOException - on any I/O error
      • writeNonHTMLAttributes

        protected void writeNonHTMLAttributes(AttributeSet attr)
                                       throws IOException
        Writes out the remaining character-level attributes (attributes other than bold, italic, and underline) in an HTML-compliant way. Given that attributes such as font family and font size have no direct mapping to HTML tags, a <span> tag is generated and its style attribute is set to contain the list of remaining attributes just like inline styles.
        Throws:
        IOException - on any I/O error
      • inFontTag

        protected boolean inFontTag()
        Returns true if we are currently in a <font> tag.
      • endFontTag

        protected void endFontTag()
                           throws IOException
        This is no longer used, instead <span> will be written out.

        Writes out an end tag for the <font> tag.

        Throws:
        IOException - on any I/O error
      • startFontTag

        protected void startFontTag(String style)
                             throws IOException
        This is no longer used, instead <span> will be written out.

        Writes out a start tag for the <font> tag. Because font tags cannot be nested, this method closes out any enclosing font tag before writing out a new start tag.

        Throws:
        IOException - on any I/O error

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/text/html/minimalhtmlwriter.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut