FileDocCategorySizeDatePackage
HTMLHeadElementImpl.javaAPI DocJava SE 5 API3552Fri Aug 26 14:55:26 BST 2005com.sun.org.apache.html.internal.dom

HTMLHeadElementImpl

public class HTMLHeadElementImpl extends HTMLElementImpl implements HTMLHeadElement
version
$Revision: 1.6 $ $Date: 2003/05/08 20:13:09 $
author
Assaf Arkin
see
org.w3c.dom.html.HTMLHeadElement
see
com.sun.org.apache.xerces.internal.dom.ElementImpl

Fields Summary
Constructors Summary
public HTMLHeadElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

param
owner The owner HTML document

        super( owner, name );
    
Methods Summary
public java.lang.StringgetProfile()

        return getAttribute( "profile" );
    
public voidsetProfile(java.lang.String profile)

        setAttribute( "profile", profile );