org.enhydra.xml.xmlc.html
Class HTMLProprietaryTags.Tag

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.html.HTMLProprietaryTags.Tag
Enclosing class:
HTMLProprietaryTags

public class HTMLProprietaryTags.Tag
extends Object

Class used to record an tag with its content model.


Field Summary
 int contentModel
          Content model the tag is associated with.
 String tagName
          Upper-case tag name.
 String tagSet
          The tag set this tag is associated with, or null if it was not added as part of a tag set.
 
Constructor Summary
protected HTMLProprietaryTags.Tag(String tagName, int contentModel)
          Create a new tag.
protected HTMLProprietaryTags.Tag(String tagName, int contentModel, String tagSet)
          Create a new tag.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagName

public final String tagName
Upper-case tag name.

contentModel

public final int contentModel
Content model the tag is associated with. (TAG_CM_*).

tagSet

public final String tagSet
The tag set this tag is associated with, or null if it was not added as part of a tag set.
Constructor Detail

HTMLProprietaryTags.Tag

protected HTMLProprietaryTags.Tag(String tagName,
                                  int contentModel)
Create a new tag.

HTMLProprietaryTags.Tag

protected HTMLProprietaryTags.Tag(String tagName,
                                  int contentModel,
                                  String tagSet)
Create a new tag.


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