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 Summary
Modifier and TypeMethodDescriptiongetAttribute
(String key) Gets an attribute.Gets the attributes.
-
Method Details
-
getAttributes
IAttributes getAttributes()Gets the attributes.- Returns:
- the attributes
-
getAttribute
Gets an attribute.- Parameters:
-
key
- the key of the attribute we want to get - Returns:
- the value of the attribute
-