Uses of Class
org.apache.ecs.xhtml.link

Packages that use link
org.apache.ecs.xhtml   
 

Uses of link in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return link
 link link.setHref(java.lang.String href)
           
 link link.setTarget(java.lang.String target)
          Sets the target="" attribute
 link link.setRel(java.lang.String rel)
          Sets the rel="" attribute
 link link.setRev(java.lang.String rev)
          Sets the rev="" attribute
 link link.setCharset(java.lang.String charset)
          Sets the charset="" attribute
 link link.setType(java.lang.String type)
          Sets the type="" attribute
 link link.setMedia(java.lang.String media)
          Sets the media="" attribute
 link link.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 link link.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 link link.addElement(Element element)
          Adds an Element to the element.
 link link.addElement(java.lang.String element)
          Adds an Element to the element.
 link link.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.