Uses of Class
org.apache.ecs.html.Meta

Packages that use Meta
org.apache.ecs.html   
 

Uses of Meta in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Meta
 Meta Meta.setContent(java.lang.String content)
          Sets the CONTENT="" attribute.
 Meta Meta.setName(java.lang.String name)
          Sets the NAME="" attribute.
 Meta Meta.setScheme(java.lang.String scheme)
          Sets the SCHEME="" attribute.
 Meta Meta.setHttpEquiv(java.lang.String http_equiv)
          Sets the HTTP-EQUIV="" attribute.
 Meta Meta.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Meta Meta.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Meta Meta.addElement(Element element)
          Adds an Element to the element.
 Meta Meta.addElement(java.lang.String element)
          Adds an Element to the element.
 Meta Meta.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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