org.enhydra.xml.xmlc.metadata
Class HTMLTagSetDef

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.metadata.HTMLTagSetDef
Direct Known Subclasses:
HTMLCyberStudioTagSet

abstract class HTMLTagSetDef
extends Object

Base class used for defining a proprietary set of HTML tags.


Constructor Summary
(package private) HTMLTagSetDef()
           
 
Method Summary
protected  void addAttrDef(HTMLAttrDef attrDef)
          Add an attribute definition.
protected  void addTagDef(HTMLTagDef tagDef)
          Add an tag definition.
 HTMLAttrDef[] getAttrDefs()
          Get the attribute definitions.
 HTMLTagDef[] getTagDefs()
          Get the tag definitions.
protected  void setReadOnly()
          Mark readonly.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLTagSetDef

HTMLTagSetDef()
Method Detail

addTagDef

protected void addTagDef(HTMLTagDef tagDef)
Add an tag definition.

addAttrDef

protected void addAttrDef(HTMLAttrDef attrDef)
Add an attribute definition.

setReadOnly

protected void setReadOnly()
Mark readonly.

getTagDefs

public HTMLTagDef[] getTagDefs()
Get the tag definitions.

getAttrDefs

public HTMLAttrDef[] getAttrDefs()
Get the attribute definitions.


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