Package org.w3c.tidy

Class Style


  • public class Style
    extends Object
    Linked list of class names and styles.
    Version:
    $Revision$ ($Author$)
    Author:
    Dave Raggett dsr@w3.org , Andy Quick ac.quick@sympatico.ca (translation to Java), Fabrizio Giustina
    • Field Detail

      • tag

        protected String tag
        Tag name.
      • tagClass

        protected String tagClass
        Tag class.
      • properties

        protected String properties
        Style properties.
      • next

        protected Style next
        Next linked style element.
    • Constructor Detail

      • Style

        public Style​(String tag,
                     String tagClass,
                     String properties,
                     Style next)
        Instantiates a new style.
        Parameters:
        tag - Tag name
        tagClass - Tag class
        properties - Style properties
        next - Next linked style element. Can be null.