Class ChainedProperties.TagAttributes

  • Enclosing class:
    ChainedProperties

    private static final class ChainedProperties.TagAttributes
    extends java.lang.Object
    Class that stores the info about one tag in the chain.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<java.lang.String,​java.lang.String> attrs
      The styles corresponding with the tag
      (package private) java.lang.String tag
      A possible tag
    • Constructor Summary

      Constructors 
      Constructor Description
      TagAttributes​(java.lang.String tag, java.util.Map<java.lang.String,​java.lang.String> attrs)
      Constructs a chained property.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tag

        final java.lang.String tag
        A possible tag
      • attrs

        final java.util.Map<java.lang.String,​java.lang.String> attrs
        The styles corresponding with the tag
    • Constructor Detail

      • TagAttributes

        TagAttributes​(java.lang.String tag,
                      java.util.Map<java.lang.String,​java.lang.String> attrs)
        Constructs a chained property.
        Parameters:
        tag - an XML/HTML tag
        attrs - the tag's attributes