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
-
getAttribute
-