org.enhydra.xml.xmlc.metadata
Class HTMLCyberStudioTagSet

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.metadata.HTMLTagSetDef
        |
        +--org.enhydra.xml.xmlc.metadata.HTMLCyberStudioTagSet

class HTMLCyberStudioTagSet
extends HTMLTagSetDef

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

getTagSet

public static HTMLCyberStudioTagSet getTagSet()
Get the singleton instance of the tag set.


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.