Interface IAttributesContainer
-
- All Known Subinterfaces:
ICustomElementNode,IDocumentNode,IElementNode,IXmlDeclarationNode
- All Known Implementing Classes:
CssPseudoElementNode,JsoupDocumentNode,JsoupElementNode,JsoupXmlDeclarationNode,PageMarginBoxContextNode
public interface IAttributesContainerInterface for classes that can get and set attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttribute(java.lang.String key)Gets an attribute.IAttributesgetAttributes()Gets the attributes.
-
-
-
Method Detail
-
getAttributes
IAttributes getAttributes()
Gets the attributes.- Returns:
- the attributes
-
getAttribute
java.lang.String getAttribute(java.lang.String key)
Gets an attribute.- Parameters:
key- the key of the attribute we want to get- Returns:
- the value of the attribute
-
-