Class StyleReference


  • public class StyleReference
    extends Object
    There are two kinds of style-references. Type one simply references a inline style, which has no style-source. The second one is a external stylesheet that has a style-source, and possibly has a style-content as well.
    Author:
    : Thomas Morgner
    • Constructor Detail

      • StyleReference

        public StyleReference​(int type,
                              String styleContent)
    • Method Detail

      • getType

        public int getType()
      • getStyleContent

        public String getStyleContent()