| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.harvard.hul.ois.jhove.module.html.HtmlTagDesc
edu.harvard.hul.ois.jhove.module.html.HtmlTempTagDesc
public class HtmlTempTagDesc
Subclass of HtmlTagDesc for temporary tags. This doesn't add any functionality to the superclass, but serves as a marker class.
| Field Summary | 
|---|
| Fields inherited from class edu.harvard.hul.ois.jhove.module.html.HtmlTagDesc | 
|---|
| _sequence, SEQ0_1, SEQ0_MANY, SEQ1, SEQ1_MANY | 
| Constructor Summary | |
|---|---|
| HtmlTempTagDesc(java.lang.String name)Constructor. | |
| Method Summary | |
|---|---|
| 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. | 
| Methods inherited from class edu.harvard.hul.ois.jhove.module.html.HtmlTagDesc | 
|---|
| addImplicitContainer, allowsPCData, allowsTag, canAdvanceFrom, canGetMoreAt, excludesTag, implicitContainers, isCloseTagRequired, isContentEmpty, matches, missingRequiredAttributes, namedAttDesc, setAttributes, setExcludedContent | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HtmlTempTagDesc(java.lang.String name)
name - Tag name| Method Detail | 
|---|
public 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| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||