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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLTagSetDef
HTMLTagSetDef()
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.