|
|||||||||
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.JHElement
edu.harvard.hul.ois.jhove.module.html.JHCloseTag
public class JHCloseTag
Representation of a parsed HTML close tag.
Field Summary | |
---|---|
java.lang.String |
_name
|
Fields inherited from class edu.harvard.hul.ois.jhove.module.html.JHElement |
---|
_column, _line |
Constructor Summary | |
---|---|
JHCloseTag(java.util.List elements,
java.lang.String name,
int line,
int column)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the tag's name. |
Methods inherited from class edu.harvard.hul.ois.jhove.module.html.JHElement |
---|
getColumn, getEntities, getLine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String _name
Constructor Detail |
---|
public JHCloseTag(java.util.List elements, java.lang.String name, int line, int column)
elements
- The list of parsed elements, to which
this gets added.name
- The name of the tagline
- Line number, for information reportingcolumn
- Line number, for information reportingMethod Detail |
---|
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |