public abstract class JHElement
extends java.lang.Object
Constructor and Description |
---|
JHElement(java.util.List elements)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the column number for the start of the element.
|
protected java.util.List |
getEntities(java.lang.String text)
Extracts entities from a text string and returns them as
a List of Strings.
|
int |
getLine()
Returns the line number for the start of the element.
|
public JHElement(java.util.List elements)
elements
- List of elements representing the document.
May be null for a stub element which is implied
rather than being generated by the parser.public int getLine()
public int getColumn()
protected java.util.List getEntities(java.lang.String text)