org.enhydra.xml.xmlc.metadata
Class HTMLTagDefImpl

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
All Implemented Interfaces:
HTMLTagDef

public class HTMLTagDefImpl
extends Object
implements HTMLTagDef

Definition of a proprietary HTML tag. Objects are immutable.


Constructor Summary
protected HTMLTagDefImpl(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.
 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

HTMLTagDefImpl

protected HTMLTagDefImpl(String name,
                         boolean inline,
                         boolean block,
                         boolean empty,
                         boolean optclose)
Constructor.
Method Detail

getName

public String getName()
Get the name of the tag.
Specified by:
getName in interface HTMLTagDef

getInline

public boolean getInline()
Get the inline attribute.
Specified by:
getInline in interface HTMLTagDef

getBlock

public boolean getBlock()
Get the block attribute.
Specified by:
getBlock in interface HTMLTagDef

getEmpty

public boolean getEmpty()
Get the empty attribute.
Specified by:
getEmpty in interface HTMLTagDef

getOptclose

public boolean getOptclose()
Get the optclose attribute.
Specified by:
getOptclose in interface HTMLTagDef


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