|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.xml.xmlc.html.HTMLProprietaryTags.Tag
Class used to record an tag with its content model.
Field Summary | |
int |
contentModel
Content model the tag is associated with. |
java.lang.String |
tagName
Upper-case tag name. |
java.lang.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(java.lang.String tagName,
int contentModel)
Create a new tag. |
protected |
HTMLProprietaryTags.Tag(java.lang.String tagName,
int contentModel,
java.lang.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 |
public final java.lang.String tagName
public final int contentModel
public final java.lang.String tagSet
Constructor Detail |
protected HTMLProprietaryTags.Tag(java.lang.String tagName, int contentModel)
protected HTMLProprietaryTags.Tag(java.lang.String tagName, int contentModel, java.lang.String tagSet)
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |