Class ContentBlockNodeWithAttributesImpl

java.lang.Object
All Implemented Interfaces:
ContentBlock, ContentBlockNode, Attributes
Direct Known Subclasses:
HeadingImpl, OrderedListImpl, TableCellImpl, TableHeaderImpl

public abstract class ContentBlockNodeWithAttributesImpl
extends ContentBlockNodeImpl
implements Attributes
  • Constructor Details

    • ContentBlockNodeWithAttributesImpl

      public ContentBlockNodeWithAttributesImpl()
  • Method Details

    • addAttribute

      public void addAttribute​(java.lang.String key, java.lang.Object value)
      Specified by:
      addAttribute in interface Attributes
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class ContentBlockNodeImpl
    • getAttribute

      public java.lang.Object getAttribute​(java.lang.String key)
      Specified by:
      getAttribute in interface Attributes
    • getAttributes

      public java.util.Map<java.lang.String,​java.lang.Object> getAttributes()
      Specified by:
      getAttributes in interface Attributes
    • setAttributes

      public void setAttributes​(java.util.Map<java.lang.String,​java.lang.Object> attributes)
      Specified by:
      setAttributes in interface Attributes
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ContentBlockNodeImpl
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class ContentBlockNodeImpl