Uses of Class
edu.nrao.sss.html.HtmlAttribute

Packages that use HtmlAttribute
edu.nrao.sss.html HTML support. 
 

Uses of HtmlAttribute in edu.nrao.sss.html
 

Methods in edu.nrao.sss.html that return HtmlAttribute
 HtmlAttribute HtmlElement.addAttribute(HtmlAttribute newAttribute)
          Adds newAttribute to this element.
 HtmlAttribute HtmlElement.getAttribute(HTML.Attribute attributeType)
          Returns the attribute of the given type held by this element, if any.
static HtmlAttribute HtmlAttribute.parse(String nameValueText)
          Creates and returns a new HTML attribute by parsing nameValueText.
 HtmlAttribute HtmlElement.removeAttribute(HTML.Attribute unwantedType)
          Removes from this element its attribute of the given type.
 

Methods in edu.nrao.sss.html that return types with arguments of type HtmlAttribute
 Collection<HtmlAttribute> HtmlElement.getAttributes()
          Returns the attributes of this element.
 

Methods in edu.nrao.sss.html with parameters of type HtmlAttribute
 HtmlAttribute HtmlElement.addAttribute(HtmlAttribute newAttribute)
          Adds newAttribute to this element.
 



Copyright © 2009. All Rights Reserved.