|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
Definition of a proprietary HTML tag. Objects are immutable.
Constructor Summary | |
protected |
HTMLTagDefImpl(java.lang.String name,
boolean inline,
boolean block,
boolean empty,
boolean optclose)
Constructor. |
Method Summary | |
boolean |
getBlock()
Get the block attribute. |
boolean |
getEmpty()
Get the empty attribute. |
boolean |
getInline()
Get the inline attribute. |
java.lang.String |
getName()
Get the name of the tag. |
boolean |
getOptclose()
Get the optclose attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected HTMLTagDefImpl(java.lang.String name, boolean inline, boolean block, boolean empty, boolean optclose)
Method Detail |
public java.lang.String getName()
getName
in interface HTMLTagDef
public boolean getInline()
getInline
in interface HTMLTagDef
public boolean getBlock()
getBlock
in interface HTMLTagDef
public boolean getEmpty()
getEmpty
in interface HTMLTagDef
public boolean getOptclose()
getOptclose
in interface HTMLTagDef
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |