public class HtmlTempTagDesc extends HtmlTagDesc
Constructor and Description |
---|
HtmlTempTagDesc(String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
allowsTag(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(String name)
name
- Tag namepublic boolean isTemp()
true
.isTemp
in class HtmlTagDesc
protected boolean allowsTag(String tag, int index, HtmlDocDesc doc)
true
just to minimize the number of extra error
messages.allowsTag
in class HtmlTagDesc
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.