public class HtmlTempTagDesc extends HtmlTagDesc
Constructor and Description |
---|
HtmlTempTagDesc(java.lang.String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
allowsTag(java.lang.String tag,
int index,
HtmlDocDesc doc)
Reports whether this element allows a given tag name
in its content, at the specified index.
|
boolean |
isTemp()
Reports whether this is a temporary tag descriptor.
|
addImplicitContainer, allowsPCData, allowsTag, canAdvanceFrom, canGetMoreAt, excludesTag, implicitContainers, isCloseTagRequired, isContentEmpty, matches, missingRequiredAttributes, namedAttDesc, setAttributes, setExcludedContent
public HtmlTempTagDesc(java.lang.String name)
name
- Tag namepublic boolean isTemp()
true
.isTemp
in class HtmlTagDesc
protected boolean allowsTag(java.lang.String tag, int index, HtmlDocDesc doc)
true
just to minimize the number of extra error
messages.allowsTag
in class HtmlTagDesc