sharin.doc.builder.xhtml1
Class FramesetElem

java.lang.Object
  extended by sharin.doc.builder.Elem
      extended by sharin.doc.builder.GenericXmlElem<E>
          extended by sharin.doc.builder.xhtml1.GenericCoreElem<FramesetElem>
              extended by sharin.doc.builder.xhtml1.FramesetElem

public class FramesetElem
extends GenericCoreElem<FramesetElem>


Constructor Summary
FramesetElem(Object... nodes)
           
 
Method Summary
 FramesetElem cols(Object value)
           
 FramesetElem onload(Object value)
           
 FramesetElem onunload(Object value)
           
 FramesetElem rows(Object value)
           
 
Methods inherited from class sharin.doc.builder.xhtml1.GenericCoreElem
clas, id, style, title
 
Methods inherited from class sharin.doc.builder.GenericXmlElem
_, attr, toString
 
Methods inherited from class sharin.doc.builder.Elem
getAttrList, getName, getNodeList, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FramesetElem

public FramesetElem(Object... nodes)
Method Detail

cols

public FramesetElem cols(Object value)

onload

public FramesetElem onload(Object value)

onunload

public FramesetElem onunload(Object value)

rows

public FramesetElem rows(Object value)


Copyright © 2009 SHU. All Rights Reserved.