|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.metadata.HTMLTagSetDef
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()
Method Detail |
protected void addTagDef(HTMLTagDef tagDef)
protected void addAttrDef(HTMLAttrDef attrDef)
protected void setReadOnly()
public HTMLTagDef[] getTagDefs()
public HTMLAttrDef[] getAttrDefs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |