Interface IAttributesContainer

All Known Subinterfaces:
ICustomElementNode, IDocumentNode, IElementNode, IXmlDeclarationNode
All Known Implementing Classes:
CssPseudoElementNode, JsoupDocumentNode, JsoupElementNode, JsoupXmlDeclarationNode, PageMarginBoxContextNode

public interface IAttributesContainer
Interface for classes that can get and set attributes.
  • Method Details

    • getAttributes

      IAttributes getAttributes()
      Gets the attributes.
      Returns:
      the attributes
    • getAttribute

      String getAttribute (String key)
      Gets an attribute.
      Parameters:
      key - the key of the attribute we want to get
      Returns:
      the value of the attribute