net.sf.jolene.html
Interface IAttributes
- All Superinterfaces:
- ICollection
- All Known Implementing Classes:
- Attributes, Button, CheckBox, Form, Grid, Header, HTMLElement, Image, Input, Label, Radio, Select, Text, TextArea
public interface IAttributes
- extends ICollection
- Author:
- Dan Howard
getAttribute
java.lang.String getAttribute(java.lang.String key)
hasAttribute
boolean hasAttribute(java.lang.String key)
removeAttribute
java.lang.String removeAttribute(java.lang.String key)
setAttribute
java.lang.String setAttribute(java.lang.String key,
java.lang.String value)