Class XHtmlMeta

java.lang.Object
com.hp.gagawa.java.Node
com.hp.gagawa.java.FertileNode
com.hp.gagawa.java.elements.Meta
de.xima.fc.form.common.XHtmlMeta

public class XHtmlMeta extends com.hp.gagawa.java.elements.Meta
  • Field Summary

    Fields inherited from class com.hp.gagawa.java.FertileNode

    children

    Fields inherited from class com.hp.gagawa.java.Node

    attributes_, parent_, tag_
  • Constructor Summary

    Constructors
    Constructor
    Description
    XHtmlMeta(String content)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.hp.gagawa.java.elements.Meta

    appendChild, appendChild, appendChild, appendChild, appendText, getContent, getDir, getHttpEquiv, getLang, getName, getScheme, getXMLLang, removeChild, removeChildren, removeContent, removeDir, removeHttpEquiv, removeLang, removeName, removeScheme, removeXMLLang, setContent, setDir, setHttpEquiv, setLang, setName, setScheme, setXMLLang

    Methods inherited from class com.hp.gagawa.java.FertileNode

    getChild, getChildren

    Methods inherited from class com.hp.gagawa.java.Node

    getAttribute, getParent, removeAttribute, setAttribute, setParent, writeClose, writeOpen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XHtmlMeta

      public XHtmlMeta(String content)
  • Method Details

    • write

      public String write()
      Overrides:
      write in class com.hp.gagawa.java.FertileNode