org.hccp.atom
Class InlineXhtmlContent

java.lang.Object
  |
  +--org.hccp.atom.InlineXhtmlContent
All Implemented Interfaces:
Content

public class InlineXhtmlContent
extends java.lang.Object
implements Content

Created by IntelliJ IDEA. User: igb Date: Sep 20, 2005 Time: 10:43:20 PM To change this template use File | Settings | File Templates.


Constructor Summary
InlineXhtmlContent()
           
 
Method Summary
 org.hccp.atom.Type getType()
           
 java.lang.String getXhtmlDiv()
           
 void setXhtmlDiv(java.lang.String xhtmlDiv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineXhtmlContent

public InlineXhtmlContent()
Method Detail

getType

public org.hccp.atom.Type getType()
Specified by:
getType in interface Content

getXhtmlDiv

public java.lang.String getXhtmlDiv()

setXhtmlDiv

public void setXhtmlDiv(java.lang.String xhtmlDiv)