|
|||||||||||
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. |
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 |
public final String tagName
public final int contentModel
public final String tagSet
Constructor Detail |
protected HTMLProprietaryTags.Tag(String tagName, int contentModel)
protected HTMLProprietaryTags.Tag(String tagName, int contentModel, String tagSet)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |