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. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLTagDefImpl
protected HTMLTagDefImpl(String name,
boolean inline,
boolean block,
boolean empty,
boolean optclose)
- Constructor.
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.