|
|||||||||||
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 | +--org.enhydra.xml.xmlc.metadata.HTMLCyberStudioTagSet
Abobe CyberStudio proprietary tags. CyberStudio makes up a bunch of tags it expects to be ignored on display. It uses these for metadata and its all rather tacky. This returns lists of HTMLTagDef and HTMLAttrDef objects. It is not part of the DOM. Objects are immutable and a singleton.
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. |
static HTMLCyberStudioTagSet |
getTagSet()
Get the singleton instance of the tag set. |
protected void |
setReadOnly()
Mark readonly. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static HTMLCyberStudioTagSet getTagSet()
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 |