public class JHCloseTag extends JHElement
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_name |
Constructor and Description |
---|
JHCloseTag(java.util.List elements,
java.lang.String name,
int line,
int column)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the tag's name.
|
getColumn, getEntities, getLine
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 reporting