org.enhydra.xml.xmlc.metadata
Interface HTMLTagDef

All Known Implementing Classes:
HTMLTag, HTMLTagDefImpl

public interface HTMLTagDef

Definition of a proprietary HTML tag.


Method Summary
 boolean getBlock()
          Get the block attribute value.
 boolean getEmpty()
          Get the empty attribute value.
 boolean getInline()
          Get the inline attribute value.
 String getName()
          Get the name of the tag.
 boolean getOptclose()
          Get the optclose attribute value.
 

Method Detail

getName

public String getName()
Get the name of the tag.

getInline

public boolean getInline()
Get the inline attribute value.

getBlock

public boolean getBlock()
Get the block attribute value.

getEmpty

public boolean getEmpty()
Get the empty attribute value.

getOptclose

public boolean getOptclose()
Get the optclose attribute value.


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.